HomeSort by relevance Sort by last modified time
    Searched refs:lookup_entry (Results 1 - 7 of 7) sorted by null

  /external/syslinux/com32/lib/syslinux/
debug.c 14 static struct debug_func_entry *lookup_entry(const char *func) function
32 entry = lookup_entry(func);
43 entry = lookup_entry(func);
60 entry = lookup_entry(func);
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 246 extern int lookup_entry(struct hash_table_entry **, long long);
unsquash-1.c 61 int bytes = lookup_entry(inode_table_hash, start);
238 * lookup_entry, this fixes the corner case with
239 * completely empty filesystems where lookup_entry correctly
245 bytes = lookup_entry(directory_table_hash, start);
unsquash-3.c 119 int bytes = lookup_entry(inode_table_hash, start);
315 * lookup_entry, this fixes the corner case with
316 * completely empty filesystems where lookup_entry correctly
322 bytes = lookup_entry(directory_table_hash, start);
unsquash-4.c 101 int bytes = lookup_entry(inode_table_hash, start);
284 * lookup_entry, this fixes the corner case with
285 * completely empty filesystems where lookup_entry correctly
291 bytes = lookup_entry(directory_table_hash, start);
unsquash-2.c 132 int bytes = lookup_entry(inode_table_hash, start);
unsquashfs.c 616 int lookup_entry(struct hash_table_entry *hash_table[], long long start) function
    [all...]

Completed in 959 milliseconds