Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dhash.c71 if ((strcmp((const char *)ent->e_key, in get_hash()
76 if (ent->e_key == key) in get_hash()
90 ent->e_key = key; in get_hash()
H A Dinspect.c234 ent->e_key = (Addr)ndir; in _enterdir()
403 fent->e_key = (Addr)nfile; in _enterfile()
482 file = (char *)rent->e_key + off; in enternoexistfile()
583 nfile = (char *)rent->e_key + off; in enterfile()
628 ofile = (char *)rent->e_key + off; in enterfile()
822 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.c290 char *dir = (char *)ent->e_key; in genconfig()
362 char *file = (char *)ent->e_key; in genconfig()