HomeSort by: relevance | last modified time | path
    Searched defs:h_hash (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_xattr.h 59 uint32_t h_hash; /* Hash of all attributes */ member in struct:ext2fs_xattr_header
ext2fs_htree.h 58 uint32_t h_hash; member in struct:ext2fs_htree_entry
98 uint32_t h_hash; member in struct:ext2fs_htree_sort_entry
  /src/usr.bin/config/
hash.c 68 u_int h_hash; /* its hash value */ member in struct:hashent
84 * cheap (the h_hash values prevent a strcmp).
131 TAILQ_INSERT_HEAD(&h[p->h_hash & n], p, h_next);
155 hp->h_hash = h;
219 if (hp->h_hash == h && strcmp(hp->h_name, s) == 0)

Completed in 13 milliseconds