Searched refs:UHASH (Results 1 – 2 of 2) sorted by relevance
83 #define UHASH 8209 macro85 #define HASH(u) ((uint_t)(u) % UHASH)86 static struct du *duhashtbl[UHASH];573 for (hp = duhashtbl, i = 0; i != UHASH; i++) { in sortprep()600 for (i = 0; i != UHASH; i++) { in cleanup()
68 #define UHASH 997 macro69 static struct username *uhead[UHASH];391 for (up = uhead[uid % UHASH]; up != 0; up = up->u_next) in lookup()416 uhp = &uhead[uid % UHASH]; in adduid()