Searched refs:st_hash (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/lib/libc/gen/ |
| HD | pwcache.c | 142 static u_int st_hash(const char *, size_t, int); 150 st_hash(const char *name, size_t len, int tabsz) in st_hash() function 411 pptr = usrtb + st_hash(name, namelen, UNM_SZ); in uid_from_user() 475 pptr = grptb + st_hash(name, namelen, GID_SZ); in gid_from_group()
|
| /dragonfly/bin/pax/ |
| HD | tables.c | 380 indx = st_hash(arcn->name, namelen, F_TAB_SZ); in chk_ftime() 520 indx = st_hash(oname, onamelen, N_TAB_SZ); in add_name() 581 indx = st_hash(oname, *onamelen, N_TAB_SZ); in sub_name() 1223 st_hash(char *name, int len, int tabsz) in st_hash() function
|
| HD | extern.h | 257 u_int st_hash (char *, int, int);
|
| /dragonfly/sys/netproto/802_11/wlan/ |
| HD | ieee80211_scan_sta.c | 106 LIST_HEAD(, sta_entry) st_hash[STA_HASHSIZE]; 260 LIST_FOREACH(se, &st->st_hash[hash], se_hash) in sta_add() 278 LIST_INSERT_HEAD(&st->st_hash[hash], se, se_hash); in sta_add() 1290 LIST_FOREACH(se, &st->st_hash[hash], se_hash) in sta_lookup()
|