HelenOS sources

hash_table_empty   91 common/include/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
hash_table_empty   91 kernel/generic/common/include/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
hash_table_empty   91 uspace/lib/c/common/include/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
hash_table_empty   91 uspace/lib/posix/include/common/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
hash_table_empty  484 uspace/srv/fs/exfat/exfat_idx.c 	assert(hash_table_empty(&up_hash) && hash_table_empty(&ui_hash));
hash_table_empty  483 uspace/srv/fs/fat/fat_idx.c 	assert(hash_table_empty(&up_hash) && hash_table_empty(&ui_hash));
HelenOS homepage, sources at GitHub