Home
last modified time | relevance | path

Searched refs:h_get (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.h43 extern const void *h_get(const HASHSET h, void *key);
H A Drmtab.c115 return (h_get(mntlist, &m) != NULL); in mntlist_contains()
162 if ((m = (struct mntentry *)h_get(mntlist, &mm)) != NULL) { in mntlist_delete()
H A Dhashset.c133 h_get(const HASHSET h, void *key) in h_get() function