HelenOS sources
hash_table_insert 95 common/include/adt/hash_table.h extern void hash_table_insert(hash_table_t *, ht_link_t *);
hash_table_insert 188 kernel/genarch/src/mm/page_ht.c hash_table_insert(&page_ht, &pte->link);
hash_table_insert 95 kernel/generic/common/include/adt/hash_table.h extern void hash_table_insert(hash_table_t *, ht_link_t *);
hash_table_insert 280 kernel/generic/src/cap/cap.c hash_table_insert(&task->cap_info->caps, &cap->caps_link);
hash_table_insert 133 kernel/generic/src/ddi/irq.c hash_table_insert(&irq_kernel_hash_table, &irq->link);
hash_table_insert 382 kernel/generic/src/ipc/irq.c hash_table_insert(&irq_uspace_hash_table, &irq->link);
hash_table_insert 331 kernel/generic/src/lib/ra.c hash_table_insert(&span->used, &seg->uh_link);
hash_table_insert 127 uspace/app/hbench/env.c hash_table_insert(&env->parameters, ¶m->link);
hash_table_insert 246 uspace/app/trace/ipcp.c hash_table_insert(&pending_calls, &pcall->link);
hash_table_insert 133 uspace/app/trace/proto.c hash_table_insert(&srv_proto, &sp->link);
hash_table_insert 177 uspace/app/trace/proto.c hash_table_insert(&proto->method_oper, &mo->link);
hash_table_insert 539 uspace/lib/block/block.c hash_table_insert(&cache->block_hash, &b->hash_link);
hash_table_insert 95 uspace/lib/c/common/include/adt/hash_table.h extern void hash_table_insert(hash_table_t *, ht_link_t *);
hash_table_insert 178 uspace/lib/c/generic/async/ports.c hash_table_insert(&interface_hash_table, &interface->link);
hash_table_insert 198 uspace/lib/c/generic/async/ports.c hash_table_insert(&interface->port_hash_table, &port->link);
hash_table_insert 278 uspace/lib/c/generic/async/server.c hash_table_insert(&client_hash_table, &client->link);
hash_table_insert 719 uspace/lib/c/generic/async/server.c hash_table_insert(¬ification_hash_table, ¬ification->htlink);
hash_table_insert 341 uspace/lib/ext4/src/ops.c hash_table_insert(&open_nodes, &enode->link);
hash_table_insert 466 uspace/lib/ext4/src/ops.c hash_table_insert(&open_nodes, &enode->link);
hash_table_insert 188 uspace/lib/nic/src/nic_addr_db.c hash_table_insert(&db->set, &entry->link);
hash_table_insert 172 uspace/lib/nic/src/nic_wol_virtues.c hash_table_insert(&wvs->table, &virtue->item);
hash_table_insert 95 uspace/lib/posix/include/common/adt/hash_table.h extern void hash_table_insert(hash_table_t *, ht_link_t *);
hash_table_insert 225 uspace/srv/devman/devtree.c hash_table_insert(&tree->devman_devices, &dev->devman_dev);
hash_table_insert 286 uspace/srv/devman/devtree.c hash_table_insert(&tree->devman_functions, &fun->devman_fun);
hash_table_insert 97 uspace/srv/devman/loc.c hash_table_insert(&tree->loc_functions, &fun->loc_fun);
hash_table_insert 412 uspace/srv/fs/cdfs/cdfs_ops.c hash_table_insert(&nodes, &node->nh_link);
hash_table_insert 364 uspace/srv/fs/exfat/exfat_idx.c hash_table_insert(&ui_hash, &fidx->uih_link);
hash_table_insert 399 uspace/srv/fs/exfat/exfat_idx.c hash_table_insert(&up_hash, &fidx->uph_link);
hash_table_insert 400 uspace/srv/fs/exfat/exfat_idx.c hash_table_insert(&ui_hash, &fidx->uih_link);
hash_table_insert 411 uspace/srv/fs/exfat/exfat_idx.c hash_table_insert(&up_hash, &idx->uph_link);
hash_table_insert 364 uspace/srv/fs/fat/fat_idx.c hash_table_insert(&ui_hash, &fidx->uih_link);
hash_table_insert 399 uspace/srv/fs/fat/fat_idx.c hash_table_insert(&up_hash, &fidx->uph_link);
hash_table_insert 400 uspace/srv/fs/fat/fat_idx.c hash_table_insert(&ui_hash, &fidx->uih_link);
hash_table_insert 411 uspace/srv/fs/fat/fat_idx.c hash_table_insert(&up_hash, &idx->uph_link);
hash_table_insert 259 uspace/srv/fs/locfs/locfs_ops.c hash_table_insert(&services, &dev->link);
hash_table_insert 463 uspace/srv/fs/mfs/mfs_ops.c hash_table_insert(&open_nodes, &mnode->link);
hash_table_insert 660 uspace/srv/fs/mfs/mfs_ops.c hash_table_insert(&open_nodes, &mnode->link);
hash_table_insert 335 uspace/srv/fs/tmpfs/tmpfs_ops.c hash_table_insert(&nodes, &nodep->nh_link);
hash_table_insert 185 uspace/srv/fs/udf/udf_idx.c hash_table_insert(&udf_idx, &udf_node->link);
hash_table_insert 268 uspace/srv/hid/input/gsp.c hash_table_insert(&p->trans, &t->link);
hash_table_insert 232 uspace/srv/ns/service.c hash_table_insert(&hashed_service->iface_hash_table,
hash_table_insert 296 uspace/srv/ns/service.c hash_table_insert(&service_hash_table, &hashed_service->link);
hash_table_insert 339 uspace/srv/ns/service.c hash_table_insert(&service_hash_table, &hashed_service->link);
hash_table_insert 252 uspace/srv/ns/task.c hash_table_insert(&phone_to_id, &entry->link);
hash_table_insert 262 uspace/srv/ns/task.c hash_table_insert(&task_hash_table, &ht->link);
hash_table_insert 187 uspace/srv/vfs/vfs_node.c hash_table_insert(&nodes, &node->nh_link);
HelenOS homepage, sources at GitHub