Searched refs:st_hash (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dcache.c332 ptr = usrtb[st_hash(name, namelen, UNM_SZ)];
346 ptr = usrtb[st_hash(name, namelen, UNM_SZ)] =
396 ptr = grptb[st_hash(name, namelen, GID_SZ)];
409 ptr = grptb[st_hash(name, namelen, GID_SZ)] =
H A Dextern.h270 u_int st_hash(char *, int, int);
H A Dtables.c385 indx = st_hash(arcn->name, namelen, F_TAB_SZ);
525 indx = st_hash(oname, onamelen, N_TAB_SZ);
586 indx = st_hash(oname, *onamelen, N_TAB_SZ);
1214 * st_hash()
1228 st_hash(char *name, int len, int tabsz) function
/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c148 static u_int st_hash(const char *, size_t, int);
156 st_hash(const char *name, size_t len, int tabsz) function
417 pptr = usrtb + st_hash(name, namelen, UNM_SZ);
481 pptr = grptb + st_hash(name, namelen, GID_SZ);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan_sta.c102 LIST_HEAD(, sta_entry) st_hash[STA_HASHSIZE];
249 LIST_FOREACH(se, &st->st_hash[hash], se_hash)
262 LIST_INSERT_HEAD(&st->st_hash[hash], se, se_hash);
1282 LIST_FOREACH(se, &st->st_hash[hash], se_hash)

Completed in 93 milliseconds