Searched refs:hashentry_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c78 } hashentry_t; typedef in typeref:struct:hashentry
83 hashentry_t **mounts;
108 static hashentry_t *cache_lookup(cache_t *, char *);
110 static void free_entry(hashentry_t **);
122 static char **create_dependents(hashentry_t *);
228 hashentry_t *entry;
269 hashentry_t *entry;
732 cache->mounts = (hashentry_t **)calloc(size, sizeof (hashentry_t *));
788 hashentry_t *entr
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h127 } hashentry_t; typedef in typeref:struct:hashentry
139 hashentry_t *sid_history;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c185 } hashentry_t; typedef in typeref:struct:_hashentry_t
195 static hashentry_t *hash_tbl[OPTHASH_TBLSIZE] = { NULL };
688 hashentry_t *bucket;
899 register hashentry_t *bucket;
901 hashentry_t *he;
907 he = (hashentry_t *)malloc(sizeof(*he));
1000 hashentry_t *bucket;

Completed in 65 milliseconds