Searched refs:oldhash (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/fs/ntfs/
H A Dntfs_ihash.c78 struct nthashhead *oldhash, *hash; local
85 oldhash = ntfs_nthashtbl;
90 while ((ip = LIST_FIRST(&oldhash[i])) != NULL) {
97 hashdone(oldhash, HASH_LIST, oldmask);
/netbsd-current/sys/coda/
H A Dcoda_namecache.h66 #ifdef oldhash
/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota.c717 struct dqhashhead *oldhash, *hash; local
724 oldhash = dqhashtbl;
729 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) {
737 hashdone(oldhash, HASH_LIST, oldmask);
/netbsd-current/sys/fs/union/
H A Dunion_subr.c128 struct uhashhead *oldhash, *hash; local
134 oldhash = uhashtbl;
139 while ((un = LIST_FIRST(&oldhash[i])) != NULL) {
146 hashdone(oldhash, HASH_LIST, oldmask);
/netbsd-current/sys/ufs/ufs/
H A Dufs_quota.c701 struct dqhashhead *oldhash, *hash; local
708 oldhash = dqhashtbl;
713 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) {
721 hashdone(oldhash, HASH_LIST, oldmask);
/netbsd-current/usr.bin/ftp/
H A Dutil.c545 int oldverbose, oldhash, oldprogress, fd; local
580 oldhash = hash;
595 hash = oldhash;
/netbsd-current/external/bsd/nsd/dist/
H A Dudb.c408 udb_ptr** oldhash = udb->ram_hash; local
415 p = oldhash[i];
422 /* go to next element of oldhash */
426 free(oldhash);

Completed in 278 milliseconds