Home
last modified time | relevance | path

Searched refs:lookup_entry (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/lib/syslinux/
Ddebug.c14 static struct debug_func_entry *lookup_entry(const char *func) in lookup_entry() function
32 entry = lookup_entry(func); in __syslinux_debug_enabled()
43 entry = lookup_entry(func); in __enable()
60 entry = lookup_entry(func); in __disable()
/external/squashfs-tools/squashfs-tools/
Dunsquash-1.c61 int bytes = lookup_entry(inode_table_hash, start); in read_inode_1()
245 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_1()
Dunsquashfs.h246 extern int lookup_entry(struct hash_table_entry **, long long);
Dunsquash-4.c101 int bytes = lookup_entry(inode_table_hash, start); in read_inode_4()
291 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_4()
Dunsquash-3.c119 int bytes = lookup_entry(inode_table_hash, start); in read_inode_3()
322 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_3()
Dunsquash-2.c132 int bytes = lookup_entry(inode_table_hash, start); in read_inode_2()
Dunsquashfs.c616 int lookup_entry(struct hash_table_entry *hash_table[], long long start) in lookup_entry() function