Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh60 set -A mopts "legacy" "none"
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c89 BITMAP256 mopts; local
96 clrbitmap(mopts);
164 setbitn(bitidx(*p), mopts);
415 memmove((char *) mopts, (char *) h->h_mflags,
416 sizeof(mopts));
427 memmove((char *) h->h_mflags, (char *) mopts, sizeof(mopts));
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c639 char mopts[MAX_MNTOPT_STR]; in nfsmount() local
2303 strcpy(mopts, opts); in nfsmount()
2305 if (strlen(mopts) > 0) in nfsmount()
2306 strcat(mopts, ","); in nfsmount()
2307 strcat(mopts, "xattr"); in nfsmount()
2328 trace_prt(1, " mount %s %s (%s)\n", mnttabtext, mntpnt, mopts); in nfsmount()
2344 head, sizeof (*head), mopts, MAX_MNTOPT_STR) < 0) { in nfsmount()
2380 mntopts = malloc(strlen(mopts) + 1); in nfsmount()
2381 strcpy(mntopts, mopts); in nfsmount()
2382 mntopts[strlen(mopts)] = '\0'; in nfsmount()