HelenOS sources

hash_table_apply  102 common/include/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
hash_table_apply  102 kernel/generic/common/include/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
hash_table_apply  102 uspace/lib/c/common/include/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
hash_table_apply  267 uspace/lib/nic/src/nic_addr_db.c 	hash_table_apply((hash_table_t *)&db->set, nic_addr_db_fe_helper, &hs);
hash_table_apply  102 uspace/lib/posix/include/common/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
hash_table_apply 1225 uspace/srv/fs/cdfs/cdfs_ops.c 	hash_table_apply(&nodes, rm_service_id_nodes, &fs->service_id);
hash_table_apply 1373 uspace/srv/fs/cdfs/cdfs_ops.c 			hash_table_apply(&nodes, cache_remove_closed, &remove_cnt);
hash_table_apply  541 uspace/srv/fs/exfat/exfat_idx.c 	hash_table_apply(&up_hash, rm_pos_service_id, &service_id);
hash_table_apply  542 uspace/srv/fs/exfat/exfat_idx.c 	hash_table_apply(&ui_hash, rm_idx_service_id, &service_id);
hash_table_apply  540 uspace/srv/fs/fat/fat_idx.c 	hash_table_apply(&up_hash, rm_pos_service_id, &service_id);
hash_table_apply  541 uspace/srv/fs/fat/fat_idx.c 	hash_table_apply(&ui_hash, rm_idx_service_id, &service_id);
hash_table_apply  251 uspace/srv/fs/tmpfs/tmpfs_ops.c 	hash_table_apply(&nodes, rm_service_id_nodes, &service_id);
hash_table_apply  255 uspace/srv/vfs/vfs_node.c 	hash_table_apply(&nodes, refcnt_visitor, &rd);
HelenOS homepage, sources at GitHub