Home
last modified time | relevance | path

Searched refs:exmalloc (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c197 new = exmalloc(sizeof (*new)); in newgroup()
198 newname = exmalloc(strlen(grname) + 1); in newgroup()
214 new = exmalloc(sizeof (*new)); in newexport()
215 newname = exmalloc(strlen(grname) + 1); in newexport()
H A Dhashset.c105 h = exmalloc(sizeof (*h)); in h_create()
110 h->h_table = exmalloc(initialCapacity * sizeof (ENTRY *)); in h_create()
157 ENTRY **newtab = exmalloc(newtabSize * sizeof (ENTRY *)); in rehash()
203 e = exmalloc(sizeof (ENTRY)); in h_put()
251 HASHSET_ITERATOR i = exmalloc(sizeof (*i)); in h_iterator()
H A Dnetgroup.c116 domain = exmalloc(SYS_NMLN); in netgroup_check()
120 domain = exmalloc(ssize); in netgroup_check()
H A Dmountd.h67 extern void *exmalloc(size_t);
H A Drmtab.c93 strcpy(exmalloc(strlen(s)+1), s)
131 m = exmalloc(sizeof (struct mntentry)); in mntlist_insert()
H A Dmountd.c3192 exmalloc(size_t size) in exmalloc() function