Searched refs:map_mntopts (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 330 if ((me->map_mntopts = strdup(w)) == NULL) 546 if ((rc = set_mapent_opts(me, me->map_mntopts, 603 if (me->map_mntopts != NULL) 604 free(me->map_mntopts); 605 if ((me->map_mntopts = strdup(entryopts)) == NULL) 614 (strcmp(me->map_mntopts, NO_OPTS) == 0)) { 615 free(me->map_mntopts); 704 me->map_mntopts = strdup(pushentryopts); 706 if (!me->map_mntopts) { 1068 if ((rc = automount_opts(&me->map_mntopts, mapopt 1171 automount_opts(char **map_mntopts, char *mapopts) argument [all...] |
H A D | autod_mount.c | 119 me->map_mntopts ? me->map_mntopts : ""); 162 inherit_options(mapopts, &me->map_mntopts) != 0) { 169 remove_browse_options(me->map_mntopts); 278 remove_browse_options(me->map_mntopts); 280 me->map_mntopts, overlay); 283 remove_browse_options(me->map_mntopts); 285 me->map_fstype, me->map_mntopts,
|
H A D | ns_fnmount.c | 687 opts = me->map_mntopts; 688 me->map_mntopts = safe_opts(opts); 690 return (me->map_mntopts != NULL); 788 me->map_mntopts = mntopts;
|
H A D | autod_autofs.c | 106 strcpy(fnip->opts, me->map_mntopts);
|
H A D | automount.h | 146 char *map_mntopts; /* mount options */ member in struct:mapent
|
H A D | autod_nfs.c | 253 if (is_nfs_port(me->map_mntopts)) { 257 mntpnt, me->map_mntopts, overlay); 279 err = nfsmount(mfs, mntpnt, me->map_mntopts,
|
Completed in 73 milliseconds