Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
382 mapents = new_mapent(root, strdup(""), strdup("nfs"), in process_ref()
392 mapents = new_mapent(root, strdup(""), strdup("lofs"), in process_ref()
418 return (new_mapent(root, strdup(""), strdup("autofs"), strdup(opts), in process_ref()
554 me = new_mapent(noroot, strdup(mntpnt), strdup("autofs"), opts, in frontier_aux()
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host, in new_mapent() function