HelenOS sources
hash_table_find 97 common/include/adt/hash_table.h extern ht_link_t *hash_table_find(const hash_table_t *, const void *);
hash_table_find 165 kernel/genarch/src/mm/page_ht.c if (!hash_table_find(&page_ht, key)) {
hash_table_find 233 kernel/genarch/src/mm/page_ht.c ht_link_t *cur = hash_table_find(&page_ht, key);
hash_table_find 97 kernel/generic/common/include/adt/hash_table.h extern ht_link_t *hash_table_find(const hash_table_t *, const void *);
hash_table_find 248 kernel/generic/src/cap/cap.c ht_link_t *link = hash_table_find(&task->cap_info->caps, &handle);
hash_table_find 143 kernel/generic/src/ddi/irq.c ht_link_t *first = hash_table_find(h, &inr);
hash_table_find 352 kernel/generic/src/lib/ra.c link = hash_table_find(&span->used, &key);
hash_table_find 134 uspace/app/hbench/env.c ht_link_t *item = hash_table_find(&env->parameters, (char *) key);
hash_table_find 335 uspace/app/trace/ipcp.c item = hash_table_find(&pending_calls, &chandle);
hash_table_find 138 uspace/app/trace/proto.c ht_link_t *item = hash_table_find(&srv_proto, &srv);
hash_table_find 182 uspace/app/trace/proto.c ht_link_t *item = hash_table_find(&proto->method_oper, &method);
hash_table_find 416 uspace/lib/block/block.c ht_link_t *hlink = hash_table_find(&cache->block_hash, &ba);
hash_table_find 508 uspace/lib/block/block.c hlink = hash_table_find(&cache->block_hash, &ba);
hash_table_find 97 uspace/lib/c/common/include/adt/hash_table.h extern ht_link_t *hash_table_find(const hash_table_t *, const void *);
hash_table_find 210 uspace/lib/c/generic/async/ports.c ht_link_t *link = hash_table_find(&interface_hash_table, &iface);
hash_table_find 257 uspace/lib/c/generic/async/ports.c ht_link_t *link = hash_table_find(&interface_hash_table, &iface);
hash_table_find 262 uspace/lib/c/generic/async/ports.c link = hash_table_find(&interface->port_hash_table, &port_id);
hash_table_find 265 uspace/lib/c/generic/async/server.c ht_link_t *link = hash_table_find(&client_hash_table, &client_id);
hash_table_find 658 uspace/lib/c/generic/async/server.c ht_link_t *link = hash_table_find(¬ification_hash_table, &imethod);
hash_table_find 293 uspace/lib/ext4/src/ops.c ht_link_t *already_open = hash_table_find(&open_nodes, &key);
hash_table_find 178 uspace/lib/nic/src/nic_addr_db.c if (hash_table_find(&db->set, &key))
hash_table_find 233 uspace/lib/nic/src/nic_addr_db.c return 0 != hash_table_find(&db->set, &key);
hash_table_find 171 uspace/lib/nic/src/nic_wol_virtues.c } while (NULL != hash_table_find(&wvs->table, &virtue->id));
hash_table_find 191 uspace/lib/nic/src/nic_wol_virtues.c (nic_wol_virtue_t *) hash_table_find(&wvs->table, &id);
hash_table_find 233 uspace/lib/nic/src/nic_wol_virtues.c ht_link_t *virtue = hash_table_find(&((nic_wol_virtues_t *) wvs)->table, &id);
hash_table_find 97 uspace/lib/posix/include/common/adt/hash_table.h extern ht_link_t *hash_table_find(const hash_table_t *, const void *);
hash_table_find 101 uspace/srv/devman/dev.c ht_link_t *link = hash_table_find(&tree->devman_devices, &handle);
hash_table_find 130 uspace/srv/devman/fun.c ht_link_t *link = hash_table_find(&tree->devman_functions, &handle);
hash_table_find 83 uspace/srv/devman/loc.c ht_link_t *link = hash_table_find(&tree->loc_functions, &service_id);
hash_table_find 342 uspace/srv/fs/cdfs/cdfs_ops.c ht_link_t *link = hash_table_find(&nodes, &key);
hash_table_find 691 uspace/srv/fs/cdfs/cdfs_ops.c ht_link_t *link = hash_table_find(&nodes, &key);
hash_table_find 1263 uspace/srv/fs/cdfs/cdfs_ops.c ht_link_t *link = hash_table_find(&nodes, &key);
hash_table_find 1389 uspace/srv/fs/cdfs/cdfs_ops.c ht_link_t *link = hash_table_find(&nodes, &key);
hash_table_find 384 uspace/srv/fs/exfat/exfat_idx.c ht_link_t *l = hash_table_find(&up_hash, &pos_key);
hash_table_find 433 uspace/srv/fs/exfat/exfat_idx.c ht_link_t *l = hash_table_find(&ui_hash, &idx_key);
hash_table_find 384 uspace/srv/fs/fat/fat_idx.c ht_link_t *l = hash_table_find(&up_hash, &pos_key);
hash_table_find 433 uspace/srv/fs/fat/fat_idx.c ht_link_t *l = hash_table_find(&ui_hash, &idx_key);
hash_table_find 239 uspace/srv/fs/locfs/locfs_ops.c lnk = hash_table_find(&services, &node->service_id);
hash_table_find 563 uspace/srv/fs/locfs/locfs_ops.c ht_link_t *lnk = hash_table_find(&services, &service_index);
hash_table_find 627 uspace/srv/fs/locfs/locfs_ops.c ht_link_t *lnk = hash_table_find(&services, &service_index);
hash_table_find 695 uspace/srv/fs/locfs/locfs_ops.c ht_link_t *lnk = hash_table_find(&services, &service_index);
hash_table_find 735 uspace/srv/fs/locfs/locfs_ops.c ht_link_t *lnk = hash_table_find(&services, &service_index);
hash_table_find 619 uspace/srv/fs/mfs/mfs_ops.c ht_link_t *already_open = hash_table_find(&open_nodes, &key);
hash_table_find 276 uspace/srv/fs/tmpfs/tmpfs_ops.c ht_link_t *lnk = hash_table_find(&nodes, &key);
hash_table_find 476 uspace/srv/fs/tmpfs/tmpfs_ops.c ht_link_t *hlp = hash_table_find(&nodes, &key);
hash_table_find 538 uspace/srv/fs/tmpfs/tmpfs_ops.c ht_link_t *hlp = hash_table_find(&nodes, &key);
hash_table_find 601 uspace/srv/fs/tmpfs/tmpfs_ops.c ht_link_t *hlp = hash_table_find(&nodes, &key);
hash_table_find 638 uspace/srv/fs/tmpfs/tmpfs_ops.c ht_link_t *hlp = hash_table_find(&nodes, &key);
hash_table_find 130 uspace/srv/fs/udf/udf_idx.c ht_link_t *already_open = hash_table_find(&udf_idx, &key);
hash_table_find 254 uspace/srv/hid/input/gsp.c item = hash_table_find(&p->trans, &key);
hash_table_find 170 uspace/srv/ns/service.c hash_table_find(&service_hash_table, &pending->service);
hash_table_find 177 uspace/srv/ns/service.c link = hash_table_find(&hashed_service->iface_hash_table,
hash_table_find 215 uspace/srv/ns/service.c ht_link_t *link = hash_table_find(&hashed_service->iface_hash_table,
hash_table_find 266 uspace/srv/ns/service.c ht_link_t *link = hash_table_find(&service_hash_table, &service);
hash_table_find 309 uspace/srv/ns/service.c ht_link_t *link = hash_table_find(&service_hash_table, &service);
hash_table_find 375 uspace/srv/ns/service.c ht_link_t *link = hash_table_find(&service_hash_table, &service);
hash_table_find 394 uspace/srv/ns/service.c link = hash_table_find(&hashed_service->iface_hash_table, &iface);
hash_table_find 176 uspace/srv/ns/task.c ht_link_t *link = hash_table_find(&task_hash_table, &pr->id);
hash_table_find 196 uspace/srv/ns/task.c ht_link_t *link = hash_table_find(&task_hash_table, &id);
hash_table_find 231 uspace/srv/ns/task.c ht_link_t *link = hash_table_find(&phone_to_id, &call->request_label);
hash_table_find 270 uspace/srv/ns/task.c ht_link_t *link = hash_table_find(&phone_to_id, &label);
hash_table_find 284 uspace/srv/ns/task.c ht_link_t *link = hash_table_find(&task_hash_table, &id);
hash_table_find 311 uspace/srv/ns/task.c ht_link_t *link = hash_table_find(&task_hash_table, &id);
hash_table_find 173 uspace/srv/vfs/vfs_node.c ht_link_t *tmp = hash_table_find(&nodes, &result->triplet);
hash_table_find 203 uspace/srv/vfs/vfs_node.c ht_link_t *tmp = hash_table_find(&nodes, &result->triplet);
HelenOS homepage, sources at GitHub