HelenOS sources

hash_table_create   87 common/include/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
hash_table_create   76 kernel/genarch/src/mm/as_ht.c 		hash_table_create(&page_ht, 0, 0, &ht_ops);
hash_table_create   87 kernel/generic/common/include/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
hash_table_create  155 kernel/generic/src/cap/cap.c 	if (!hash_table_create(&task->cap_info->caps, 0, 0, &caps_ops))
hash_table_create  103 kernel/generic/src/ddi/irq.c 	hash_table_create(&irq_uspace_hash_table, chains, 0, &irq_ht_ops);
hash_table_create  104 kernel/generic/src/ddi/irq.c 	hash_table_create(&irq_kernel_hash_table, chains, 0, &irq_ht_ops);
hash_table_create  170 kernel/generic/src/lib/ra.c 	hash_table_create(&span->used, 0, 0, &used_ops);
hash_table_create   93 uspace/app/hbench/env.c 	bool ok = hash_table_create(&env->parameters, 0, 0, &param_hash_table_ops);
hash_table_create  167 uspace/app/trace/ipcp.c 	bool ok = hash_table_create(&pending_calls, 0, 0, &pending_call_ops);
hash_table_create  116 uspace/app/trace/proto.c 	bool ok = hash_table_create(&srv_proto, 0, 0, &srv_proto_ops);
hash_table_create  150 uspace/app/trace/proto.c 	bool ok = hash_table_create(&proto->method_oper, 0, 0, &method_oper_ops);
hash_table_create  298 uspace/lib/block/block.c 	if (!hash_table_create(&cache->block_hash, 0, 0, &cache_ops)) {
hash_table_create   87 uspace/lib/c/common/include/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
hash_table_create  168 uspace/lib/c/generic/async/ports.c 	bool ret = hash_table_create(&interface->port_hash_table, 0, 0,
hash_table_create  297 uspace/lib/c/generic/async/ports.c 	if (!hash_table_create(&interface_hash_table, 0, 0,
hash_table_create 1026 uspace/lib/c/generic/async/server.c 	if (!hash_table_create(&client_hash_table, 0, 0, &client_hash_table_ops))
hash_table_create 1029 uspace/lib/c/generic/async/server.c 	if (!hash_table_create(&notification_hash_table, 0, 0,
hash_table_create  142 uspace/lib/ext4/src/ops.c 	if (!hash_table_create(&open_nodes, 0, 0, &open_nodes_ops))
hash_table_create  129 uspace/lib/nic/src/nic_addr_db.c 	if (!hash_table_create(&db->set, 0, 0, &set_ops))
hash_table_create   83 uspace/lib/nic/src/nic_wol_virtues.c 	if (!hash_table_create(&wvs->table, 0, 0, &wvs->table_operations)) {
hash_table_create   87 uspace/lib/posix/include/common/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
hash_table_create  188 uspace/srv/devman/devtree.c 	hash_table_create(&tree->devman_devices, 0, 0, &devman_devices_ops);
hash_table_create  189 uspace/srv/devman/devtree.c 	hash_table_create(&tree->devman_functions, 0, 0, &devman_functions_ops);
hash_table_create  190 uspace/srv/devman/devtree.c 	hash_table_create(&tree->loc_functions, 0, 0, &loc_devices_ops);
hash_table_create 1440 uspace/srv/fs/cdfs/cdfs_ops.c 	if (!hash_table_create(&nodes, 0, 0, &nodes_ops))
hash_table_create  472 uspace/srv/fs/exfat/exfat_idx.c 	if (!hash_table_create(&up_hash, 0, 0, &uph_ops))
hash_table_create  474 uspace/srv/fs/exfat/exfat_idx.c 	if (!hash_table_create(&ui_hash, 0, 0, &uih_ops)) {
hash_table_create  471 uspace/srv/fs/fat/fat_idx.c 	if (!hash_table_create(&up_hash, 0, 0, &uph_ops))
hash_table_create  473 uspace/srv/fs/fat/fat_idx.c 	if (!hash_table_create(&ui_hash, 0, 0, &uih_ops)) {
hash_table_create  453 uspace/srv/fs/locfs/locfs_ops.c 	if (!hash_table_create(&services, 0,  0, &services_ops))
hash_table_create  136 uspace/srv/fs/mfs/mfs_ops.c 	if (!hash_table_create(&open_nodes, 0, 0, &open_nodes_ops)) {
hash_table_create  220 uspace/srv/fs/tmpfs/tmpfs_ops.c 	if (!hash_table_create(&nodes, 0, 0, &nodes_ops))
hash_table_create   95 uspace/srv/fs/udf/udf_idx.c 	if (!hash_table_create(&udf_idx, 0, 0, &udf_idx_ops))
hash_table_create  102 uspace/srv/hid/input/gsp.c 	hash_table_create(&p->trans, 0, 0, &trans_ops);
hash_table_create  146 uspace/srv/ns/service.c 	if (!hash_table_create(&service_hash_table, 0, 0,
hash_table_create  282 uspace/srv/ns/service.c 	if (!hash_table_create(&hashed_service->iface_hash_table, 0, 0,
hash_table_create  325 uspace/srv/ns/service.c 	if (!hash_table_create(&hashed_service->iface_hash_table, 0, 0,
hash_table_create  155 uspace/srv/ns/task.c 	if (!hash_table_create(&task_hash_table, 0, 0, &task_hash_table_ops)) {
hash_table_create  160 uspace/srv/ns/task.c 	if (!hash_table_create(&phone_to_id, 0, 0, &p2i_ops)) {
hash_table_create   82 uspace/srv/vfs/vfs_node.c 	return hash_table_create(&nodes, 0, 0, &nodes_ops);
HelenOS homepage, sources at GitHub