Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c78 } hashentry_t; typedef
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; in mnt_unregister()
269 hashentry_t *entry; in mnt_offline()
732 cache->mounts = (hashentry_t **)calloc(size, sizeof (hashentry_t *)); in cache_create()
788 hashentry_t *entry; in free_cache()
789 hashentry_t *entry_tmp; in free_cache()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c185 } hashentry_t; typedef
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;
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Didmapd.h127 } hashentry_t; typedef
139 hashentry_t *sid_history;