Searched refs:as_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_acl.c82 LIST_HEAD(, acl) as_hash[ACL_HASHSIZE];
136 LIST_FOREACH(acl, &as->as_hash[hash], acl_hash) {
188 LIST_FOREACH(acl, &as->as_hash[hash], acl_hash) {
200 LIST_INSERT_HEAD(&as->as_hash[hash], new, acl_hash);
/freebsd-10.0-release/lib/libelf/
H A Dlibelf_ar.c248 sym->as_hash = elf_hash(s);
265 sym->as_hash = ~0UL;
H A Dlibelf.h144 unsigned long as_hash; /* elf_hash() value for name */ member in struct:__anon5546

Completed in 68 milliseconds