Searched defs:new_mapent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c184 * new_mapent() fails. If any argument is NULL, the call fails and a
191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
382 mapents = new_mapent(root, strdup(""), strdup("nfs"),
392 mapents = new_mapent(root, strdup(""), strdup("lofs"),
418 return (new_mapent(root, strdup(""), strdup("autofs"), strdup(opts),
554 me = new_mapent(noroot, strdup(mntpnt), strdup("autofs"), opts,
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host, function

Completed in 211 milliseconds