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

  /src/usr.bin/cksum/
cksum.c 345 const struct hash *nhash; local
347 for (nhash = hashes ;
348 nhash->hashname != NULL;
349 nhash++)
351 nhash->hashname,
352 strlen(nhash->hashname)) == 0)
356 if (nhash->hashname == NULL) {
363 hash = nhash;
  /src/external/bsd/openldap/dist/servers/slapd/
passwd.c 63 int i, nhash; local
266 for ( nhash = 0; default_passwd_hash[nhash]; nhash++ );
269 nhash = 1;
272 ml->sml_numvals = nhash;
273 ml->sml_values = ch_malloc( (nhash+1)*sizeof(struct berval) );
  /src/sys/fs/union/
union_subr.c 167 int nhash = UNION_HASH(un->un_uppervp, lowervp); local
177 if (ohash != nhash && (un->un_cflags & UN_CACHED)) {
185 if (ohash != nhash) {
186 LIST_INSERT_HEAD(&uhashtbl[nhash], un, un_cache);
197 int nhash = UNION_HASH(uppervp, un->un_lowervp); local
221 if (ohash != nhash && (un->un_cflags & UN_CACHED)) {
241 if (ohash != nhash) {
242 LIST_INSERT_HEAD(&uhashtbl[nhash], un, un_cache);
  /src/sbin/routed/
if.c 89 nhash(char *p) function
136 hifp = nhash(ifp->int_name);
196 for (ifp = *nhash(name); ifp != 0; ifp = ifp->int_nhash) {
  /src/sys/ufs/chfs/
chfs.h 196 uint32_t nhash; /* name hash */ member in struct:chfs_dirent
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 11724 htab_t ahash, nhash; local
11769 nhash = secalias_name_hash;
11775 nhash = alias_name_hash;
11791 a = str_hash_find (nhash, name);
11805 str_hash_insert (nhash, name, alias, 0);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 11724 htab_t ahash, nhash; local
11769 nhash = secalias_name_hash;
11775 nhash = alias_name_hash;
11791 a = str_hash_find (nhash, name);
11805 str_hash_insert (nhash, name, alias, 0);

Completed in 48 milliseconds