Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dcache.c317 ptr = usrtb[st_hash(name, namelen, UNM_SZ)]; in uid_name()
331 ptr = usrtb[st_hash(name, namelen, UNM_SZ)] = in uid_name()
381 ptr = grptb[st_hash(name, namelen, GID_SZ)]; in gid_name()
394 ptr = grptb[st_hash(name, namelen, GID_SZ)] = in gid_name()
H A Dtables.c379 indx = st_hash(arcn->name, namelen, F_TAB_SZ); in chk_ftime()
519 indx = st_hash(oname, onamelen, N_TAB_SZ); in add_name()
580 indx = st_hash(oname, *onamelen, N_TAB_SZ); in sub_name()
1222 st_hash(char *name, int len, int tabsz) in st_hash() function
H A Dextern.h269 u_int st_hash(char *, int, int);
/freebsd/contrib/libc-pwcache/
H A Dpwcache.c147 static u_int st_hash(const char *, size_t, int);
155 st_hash(const char *name, size_t len, int tabsz) in st_hash() function
416 pptr = usrtb + st_hash(name, namelen, UNM_SZ); in uid_from_user()
480 pptr = grptb + st_hash(name, namelen, GID_SZ); in gid_from_group()
/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c107 LIST_HEAD(, sta_entry) st_hash[STA_HASHSIZE];
258 LIST_FOREACH(se, &st->st_hash[hash], se_hash) in sta_add()
271 LIST_INSERT_HEAD(&st->st_hash[hash], se, se_hash); in sta_add()
1333 LIST_FOREACH(se, &st->st_hash[hash], se_hash) in sta_lookup()