Searched refs:hashentry (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y85 %type <ipe> ipfgroup ipfhash hashlist hashentry
323 | hashentry next { $$ = $1; }
324 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }
327 hashentry: label
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h124 typedef struct hashentry { struct
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c432 nsc_entry_t *hashentry; local
439 hashentry = nscdb->htable[*hash];
440 if (cmp == nscd_false || hashentry == NULL)
441 return (hashentry);
443 if (nscdb->compar(entry, hashentry) == 0)
444 return (hashentry);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c72 typedef struct hashentry { struct
77 struct hashentry *next;

Completed in 67 milliseconds