Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c76 } hashentry_t; typedef
81 hashentry_t **mounts;
106 static hashentry_t *cache_lookup(cache_t *, char *);
108 static void free_entry(hashentry_t **);
120 static char **create_dependents(hashentry_t *);
226 hashentry_t *entry; in mnt_unregister()
267 hashentry_t *entry; in mnt_offline()
730 cache->mounts = (hashentry_t **)calloc(size, sizeof (hashentry_t *)); in cache_create()
786 hashentry_t *entry; in free_cache()
787 hashentry_t *entry_tmp; in free_cache()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c179 } hashentry_t; typedef
189 static hashentry_t *hash_tbl[OPTHASH_TBLSIZE] = { NULL };
682 hashentry_t *bucket;
893 register hashentry_t *bucket;
895 hashentry_t *he;
901 he = (hashentry_t *)malloc(sizeof(*he));
994 hashentry_t *bucket;
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h128 } hashentry_t; typedef
140 hashentry_t *sid_history;