HelenOS sources
hash_table_get_inst 103 kernel/genarch/src/mm/page_ht.c pte_t *pte = hash_table_get_inst(item, pte_t, link);
hash_table_get_inst 124 kernel/genarch/src/mm/page_ht.c pte_t *pte = hash_table_get_inst(item, pte_t, link);
hash_table_get_inst 138 kernel/genarch/src/mm/page_ht.c pte_t *pte = hash_table_get_inst(item, pte_t, link);
hash_table_get_inst 235 kernel/genarch/src/mm/page_ht.c return hash_table_get_inst(cur, pte_t, link);
hash_table_get_inst 110 kernel/generic/src/cap/cap.c cap_t *cap = hash_table_get_inst(item, cap_t, caps_link);
hash_table_get_inst 123 kernel/generic/src/cap/cap.c cap_t *cap = hash_table_get_inst(item, cap_t, caps_link);
hash_table_get_inst 251 kernel/generic/src/cap/cap.c cap_t *cap = hash_table_get_inst(link, cap_t, caps_link);
hash_table_get_inst 204 kernel/generic/src/ddi/irq.c irq_t *irq = hash_table_get_inst(item, irq_t, link);
hash_table_get_inst 218 kernel/generic/src/ddi/irq.c irq_t *irq1 = hash_table_get_inst(item1, irq_t, link);
hash_table_get_inst 219 kernel/generic/src/ddi/irq.c irq_t *irq2 = hash_table_get_inst(item2, irq_t, link);
hash_table_get_inst 227 kernel/generic/src/ddi/irq.c irq_t *irq = hash_table_get_inst(item, irq_t, link);
hash_table_get_inst 64 kernel/generic/src/lib/ra.c ra_segment_t *seg = hash_table_get_inst(item, ra_segment_t, uh_link);
hash_table_get_inst 79 kernel/generic/src/lib/ra.c ra_segment_t *seg = hash_table_get_inst(item, ra_segment_t, uh_link);
hash_table_get_inst 357 kernel/generic/src/lib/ra.c seg = hash_table_get_inst(link, ra_segment_t, uh_link);
hash_table_get_inst 372 kernel/generic/src/lib/ra.c pred = hash_table_get_inst(seg->segment_link.prev,
hash_table_get_inst 394 kernel/generic/src/lib/ra.c succ = hash_table_get_inst(seg->segment_link.next, ra_segment_t,
hash_table_get_inst 52 uspace/app/hbench/env.c param_t *param = hash_table_get_inst(item, param_t, link);
hash_table_get_inst 63 uspace/app/hbench/env.c param_t *param = hash_table_get_inst(item, param_t, link);
hash_table_get_inst 74 uspace/app/hbench/env.c param_t *a = hash_table_get_inst(link_a, param_t, link);
hash_table_get_inst 75 uspace/app/hbench/env.c param_t *b = hash_table_get_inst(link_b, param_t, link);
hash_table_get_inst 82 uspace/app/hbench/env.c param_t *param = hash_table_get_inst(item, param_t, link);
hash_table_get_inst 145 uspace/app/hbench/env.c param_t *param = hash_table_get_inst(item, param_t, link);
hash_table_get_inst 82 uspace/app/trace/ipcp.c pending_call_t *hs = hash_table_get_inst(item, pending_call_t, link);
hash_table_get_inst 89 uspace/app/trace/ipcp.c pending_call_t *hs = hash_table_get_inst(item, pending_call_t, link);
hash_table_get_inst 343 uspace/app/trace/ipcp.c pcall = hash_table_get_inst(item, pending_call_t, link);
hash_table_get_inst 67 uspace/app/trace/proto.c srv_proto_t *sp = hash_table_get_inst(item, srv_proto_t, link);
hash_table_get_inst 74 uspace/app/trace/proto.c srv_proto_t *sp = hash_table_get_inst(item, srv_proto_t, link);
hash_table_get_inst 94 uspace/app/trace/proto.c method_oper_t *mo = hash_table_get_inst(item, method_oper_t, link);
hash_table_get_inst 101 uspace/app/trace/proto.c method_oper_t *mo = hash_table_get_inst(item, method_oper_t, link);
hash_table_get_inst 142 uspace/app/trace/proto.c srv_proto_t *sp = hash_table_get_inst(item, srv_proto_t, link);
hash_table_get_inst 186 uspace/app/trace/proto.c method_oper_t *mo = hash_table_get_inst(item, method_oper_t, link);
hash_table_get_inst 252 uspace/lib/block/block.c block_t *b = hash_table_get_inst(item, block_t, hash_link);
hash_table_get_inst 259 uspace/lib/block/block.c block_t *b = hash_table_get_inst(item, block_t, hash_link);
hash_table_get_inst 422 uspace/lib/block/block.c b = hash_table_get_inst(hlink, block_t, hash_link);
hash_table_get_inst 112 uspace/lib/c/generic/async/ports.c interface_t *interface = hash_table_get_inst(item, interface_t, link);
hash_table_get_inst 119 uspace/lib/c/generic/async/ports.c interface_t *interface = hash_table_get_inst(item, interface_t, link);
hash_table_get_inst 140 uspace/lib/c/generic/async/ports.c port_t *port = hash_table_get_inst(item, port_t, link);
hash_table_get_inst 147 uspace/lib/c/generic/async/ports.c port_t *port = hash_table_get_inst(item, port_t, link);
hash_table_get_inst 211 uspace/lib/c/generic/async/ports.c interface = hash_table_get_inst(link, interface_t, link);
hash_table_get_inst 259 uspace/lib/c/generic/async/ports.c hash_table_get_inst(link, interface_t, link);
hash_table_get_inst 263 uspace/lib/c/generic/async/ports.c port = hash_table_get_inst(link, port_t, link);
hash_table_get_inst 240 uspace/lib/c/generic/async/server.c client_t *client = hash_table_get_inst(item, client_t, link);
hash_table_get_inst 247 uspace/lib/c/generic/async/server.c client_t *client = hash_table_get_inst(item, client_t, link);
hash_table_get_inst 267 uspace/lib/c/generic/async/server.c client = hash_table_get_inst(link, client_t, link);
hash_table_get_inst 500 uspace/lib/c/generic/async/server.c hash_table_get_inst(item, notification_t, htlink);
hash_table_get_inst 508 uspace/lib/c/generic/async/server.c hash_table_get_inst(item, notification_t, htlink);
hash_table_get_inst 669 uspace/lib/c/generic/async/server.c hash_table_get_inst(link, notification_t, htlink);
hash_table_get_inst 111 uspace/lib/ext4/src/ops.c ext4_node_t *enode = hash_table_get_inst(item, ext4_node_t, link);
hash_table_get_inst 118 uspace/lib/ext4/src/ops.c ext4_node_t *enode = hash_table_get_inst(item, ext4_node_t, link);
hash_table_get_inst 296 uspace/lib/ext4/src/ops.c enode = hash_table_get_inst(already_open, ext4_node_t, link);
hash_table_get_inst 120 uspace/srv/devman/dev.c return hash_table_get_inst(link, dev_node_t, devman_dev);
hash_table_get_inst 52 uspace/srv/devman/devtree.c dev_node_t *dev = hash_table_get_inst(item, dev_node_t, devman_dev);
hash_table_get_inst 58 uspace/srv/devman/devtree.c fun_node_t *fun = hash_table_get_inst(item, fun_node_t, devman_fun);
hash_table_get_inst 65 uspace/srv/devman/devtree.c dev_node_t *dev = hash_table_get_inst(item, dev_node_t, devman_dev);
hash_table_get_inst 72 uspace/srv/devman/devtree.c fun_node_t *fun = hash_table_get_inst(item, fun_node_t, devman_fun);
hash_table_get_inst 84 uspace/srv/devman/devtree.c fun_node_t *fun = hash_table_get_inst(item, fun_node_t, loc_fun);
hash_table_get_inst 91 uspace/srv/devman/devtree.c fun_node_t *fun = hash_table_get_inst(item, fun_node_t, loc_fun);
hash_table_get_inst 135 uspace/srv/devman/fun.c fun = hash_table_get_inst(link, fun_node_t, devman_fun);
hash_table_get_inst 85 uspace/srv/devman/loc.c fun = hash_table_get_inst(link, fun_node_t, loc_fun);
hash_table_get_inst 296 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_node_t *node = hash_table_get_inst(item, cdfs_node_t, nh_link);
hash_table_get_inst 302 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_node_t *node = hash_table_get_inst(item, cdfs_node_t, nh_link);
hash_table_get_inst 310 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_node_t *node = hash_table_get_inst(item, cdfs_node_t, nh_link);
hash_table_get_inst 345 uspace/srv/fs/cdfs/cdfs_ops.c hash_table_get_inst(link, cdfs_node_t, nh_link);
hash_table_get_inst 694 uspace/srv/fs/cdfs/cdfs_ops.c hash_table_get_inst(link, cdfs_node_t, nh_link);
hash_table_get_inst 1214 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_node_t *node = hash_table_get_inst(item, cdfs_node_t, nh_link);
hash_table_get_inst 1268 uspace/srv/fs/cdfs/cdfs_ops.c hash_table_get_inst(link, cdfs_node_t, nh_link);
hash_table_get_inst 1354 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_node_t *node = hash_table_get_inst(item, cdfs_node_t, nh_link);
hash_table_get_inst 1394 uspace/srv/fs/cdfs/cdfs_ops.c hash_table_get_inst(link, cdfs_node_t, nh_link);
hash_table_get_inst 129 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uph_link);
hash_table_get_inst 143 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uph_link);
hash_table_get_inst 177 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
hash_table_get_inst 184 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
hash_table_get_inst 192 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
hash_table_get_inst 386 uspace/srv/fs/exfat/exfat_idx.c fidx = hash_table_get_inst(l, exfat_idx_t, uph_link);
hash_table_get_inst 435 uspace/srv/fs/exfat/exfat_idx.c fidx = hash_table_get_inst(l, exfat_idx_t, uih_link);
hash_table_get_inst 512 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uph_link);
hash_table_get_inst 524 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
hash_table_get_inst 129 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uph_link);
hash_table_get_inst 143 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uph_link);
hash_table_get_inst 177 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
hash_table_get_inst 184 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
hash_table_get_inst 192 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
hash_table_get_inst 386 uspace/srv/fs/fat/fat_idx.c fidx = hash_table_get_inst(l, fat_idx_t, uph_link);
hash_table_get_inst 435 uspace/srv/fs/fat/fat_idx.c fidx = hash_table_get_inst(l, fat_idx_t, uih_link);
hash_table_get_inst 511 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uph_link);
hash_table_get_inst 523 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
hash_table_get_inst 81 uspace/srv/fs/locfs/locfs_ops.c service_t *dev = hash_table_get_inst(item, service_t, link);
hash_table_get_inst 89 uspace/srv/fs/locfs/locfs_ops.c service_t *dev = hash_table_get_inst(item, service_t, link);
hash_table_get_inst 95 uspace/srv/fs/locfs/locfs_ops.c free(hash_table_get_inst(item, service_t, link));
hash_table_get_inst 292 uspace/srv/fs/locfs/locfs_ops.c service_t *dev = hash_table_get_inst(lnk, service_t, link);
hash_table_get_inst 570 uspace/srv/fs/locfs/locfs_ops.c service_t *dev = hash_table_get_inst(lnk, service_t, link);
hash_table_get_inst 634 uspace/srv/fs/locfs/locfs_ops.c service_t *dev = hash_table_get_inst(lnk, service_t, link);
hash_table_get_inst 702 uspace/srv/fs/locfs/locfs_ops.c service_t *dev = hash_table_get_inst(lnk, service_t, link);
hash_table_get_inst 742 uspace/srv/fs/locfs/locfs_ops.c service_t *dev = hash_table_get_inst(lnk, service_t, link);
hash_table_get_inst 112 uspace/srv/fs/mfs/mfs_ops.c struct mfs_node *m = hash_table_get_inst(item, struct mfs_node, link);
hash_table_get_inst 120 uspace/srv/fs/mfs/mfs_ops.c struct mfs_node *mnode = hash_table_get_inst(item, struct mfs_node, link);
hash_table_get_inst 622 uspace/srv/fs/mfs/mfs_ops.c mnode = hash_table_get_inst(already_open, struct mfs_node, link);
hash_table_get_inst 156 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(item, tmpfs_node_t, nh_link);
hash_table_get_inst 163 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
hash_table_get_inst 171 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(item, tmpfs_node_t, nh_link);
hash_table_get_inst 241 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
hash_table_get_inst 280 uspace/srv/fs/tmpfs/tmpfs_ops.c nodep = hash_table_get_inst(lnk, tmpfs_node_t, nh_link);
hash_table_get_inst 480 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
hash_table_get_inst 543 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
hash_table_get_inst 604 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
hash_table_get_inst 641 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t,
hash_table_get_inst 60 uspace/srv/fs/udf/udf_idx.c udf_node_t *node = hash_table_get_inst(item, udf_node_t, link);
hash_table_get_inst 73 uspace/srv/fs/udf/udf_idx.c udf_node_t *node = hash_table_get_inst(item, udf_node_t, link);
hash_table_get_inst 131 uspace/srv/fs/udf/udf_idx.c udf_node_t *node = hash_table_get_inst(already_open,
hash_table_get_inst 74 uspace/srv/hid/input/gsp.c gsp_trans_t *t = hash_table_get_inst(item, gsp_trans_t, link);
hash_table_get_inst 81 uspace/srv/hid/input/gsp.c gsp_trans_t *t = hash_table_get_inst(item, gsp_trans_t, link);
hash_table_get_inst 258 uspace/srv/hid/input/gsp.c return hash_table_get_inst(item, gsp_trans_t, link);
hash_table_get_inst 76 uspace/srv/ns/service.c hash_table_get_inst(item, hashed_service_t, link);
hash_table_get_inst 86 uspace/srv/ns/service.c hash_table_get_inst(item, hashed_service_t, link);
hash_table_get_inst 100 uspace/srv/ns/service.c hash_table_get_inst(item, hashed_iface_t, link);
hash_table_get_inst 109 uspace/srv/ns/service.c hash_table_get_inst(item, hashed_iface_t, link);
hash_table_get_inst 176 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hash_table_get_inst 195 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_iface_t, link);
hash_table_get_inst 271 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hash_table_get_inst 314 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hash_table_get_inst 393 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hash_table_get_inst 417 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_iface_t, link);
hash_table_get_inst 64 uspace/srv/ns/task.c hashed_task_t *ht = hash_table_get_inst(item, hashed_task_t, link);
hash_table_get_inst 71 uspace/srv/ns/task.c hashed_task_t *ht = hash_table_get_inst(item, hashed_task_t, link);
hash_table_get_inst 78 uspace/srv/ns/task.c free(hash_table_get_inst(item, hashed_task_t, link));
hash_table_get_inst 109 uspace/srv/ns/task.c p2i_entry_t *entry = hash_table_get_inst(item, p2i_entry_t, link);
hash_table_get_inst 116 uspace/srv/ns/task.c p2i_entry_t *entry = hash_table_get_inst(item, p2i_entry_t, link);
hash_table_get_inst 129 uspace/srv/ns/task.c free(hash_table_get_inst(item, p2i_entry_t, link));
hash_table_get_inst 180 uspace/srv/ns/task.c hashed_task_t *ht = hash_table_get_inst(link, hashed_task_t, link);
hash_table_get_inst 198 uspace/srv/ns/task.c hash_table_get_inst(link, hashed_task_t, link) : NULL;
hash_table_get_inst 274 uspace/srv/ns/task.c p2i_entry_t *entry = hash_table_get_inst(link, p2i_entry_t, link);
hash_table_get_inst 286 uspace/srv/ns/task.c hash_table_get_inst(link, hashed_task_t, link) : NULL;
hash_table_get_inst 315 uspace/srv/ns/task.c hashed_task_t *ht = hash_table_get_inst(link, hashed_task_t, link);
hash_table_get_inst 189 uspace/srv/vfs/vfs_node.c node = hash_table_get_inst(tmp, vfs_node_t, nh_link);
hash_table_get_inst 205 uspace/srv/vfs/vfs_node.c node = hash_table_get_inst(tmp, vfs_node_t, nh_link);
hash_table_get_inst 235 uspace/srv/vfs/vfs_node.c vfs_node_t *node = hash_table_get_inst(item, vfs_node_t, nh_link);
hash_table_get_inst 291 uspace/srv/vfs/vfs_node.c vfs_node_t *node = hash_table_get_inst(item, vfs_node_t, nh_link);
hash_table_get_inst 299 uspace/srv/vfs/vfs_node.c vfs_node_t *node = hash_table_get_inst(item, vfs_node_t, nh_link);
HelenOS homepage, sources at GitHub