Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.c53 const void *e_key; /* Pointer to a key */ member
140 if (e->e_hash == hash && h->h_equal(e->e_key, key)) in h_get()
141 return (e->e_key); in h_get()
194 if (e->e_hash == hash && h->h_equal(e->e_key, key)) in h_put()
205 e->e_key = (void *) key; in h_put()
230 if (e->e_hash == hash && h->h_equal(e->e_key, key)) { in h_delete()
231 key = e->e_key; in h_delete()
277 key = i->i_e->e_key; in h_next()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dhash.c73 if ((strcmp((const char *)ent->e_key, in get_hash()
78 if (ent->e_key == key) in get_hash()
92 ent->e_key = key; in get_hash()
H A Dinspect.c236 ent->e_key = (Addr)ndir; in _enterdir()
406 fent->e_key = (Addr)nfile; in _enterfile()
485 file = (char *)rent->e_key + off; in enternoexistfile()
587 nfile = (char *)rent->e_key + off; in enterfile()
632 ofile = (char *)rent->e_key + off; in enterfile()
826 crle->c_app = (char *)ent->e_key; in inspect_file()
H A D_crle.h77 Addr e_key; /* name (or inode no.) */ member
H A Dconfig.c288 char *dir = (char *)ent->e_key; in genconfig()
360 char *file = (char *)ent->e_key; in genconfig()