Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y83 %type <ipe> ipfgroup ipfhash hashlist hashentry
321 | hashentry next { $$ = $1; }
322 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }
325 hashentry:
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_xu_index.c454 Dwarf_Small *hashentry = 0; in dwarf_get_xu_hash_entry() local
475 hashentry = hashtab + (index * HASHSIGNATURELEN); in dwarf_get_xu_hash_entry()
476 memcpy(&hashval,hashentry,sizeof(hashval)); in dwarf_get_xu_hash_entry()
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c451 nsc_entry_t *hashentry; in hash_find() local
458 hashentry = nscdb->htable[*hash]; in hash_find()
459 if (cmp == nscd_false || hashentry == NULL) in hash_find()
460 return (hashentry); in hash_find()
462 if (nscdb->compar(entry, hashentry) == 0) in hash_find()
463 return (hashentry); in hash_find()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h125 typedef struct hashentry { struct
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c70 typedef struct hashentry { struct
75 struct hashentry *next; argument