/src/usr.bin/cksum/ |
cksum.c | 345 const struct hash *nhash; local in function:main 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;
|
cksum.c | 345 const struct hash *nhash; local in function:main 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/sys/fs/union/ |
union_subr.c | 167 int nhash = UNION_HASH(un->un_uppervp, lowervp); local in function:union_newlower 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 in function:union_newupper 221 if (ohash != nhash && (un->un_cflags & UN_CACHED)) { 241 if (ohash != nhash) { 242 LIST_INSERT_HEAD(&uhashtbl[nhash], un, un_cache);
|
union_subr.c | 167 int nhash = UNION_HASH(un->un_uppervp, lowervp); local in function:union_newlower 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 in function:union_newupper 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 in typeref:struct:interface ** 136 hifp = nhash(ifp->int_name); 196 for (ifp = *nhash(name); ifp != 0; ifp = ifp->int_nhash) {
|
if.c | 89 nhash(char *p) function in typeref:struct:interface ** 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
|
chfs.h | 196 uint32_t nhash; /* name hash */ member in struct:chfs_dirent
|