Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh56 set -A mopts "legacy" "none"
/titanic_41/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));
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c648 char mopts[MAX_MNTOPT_STR]; in nfsmount() local
2363 strcpy(mopts, opts); in nfsmount()
2365 if (strlen(mopts) > 0) in nfsmount()
2366 strcat(mopts, ","); in nfsmount()
2367 strcat(mopts, "xattr"); in nfsmount()
2388 trace_prt(1, " mount %s %s (%s)\n", mnttabtext, mntpnt, mopts); in nfsmount()
2404 head, sizeof (*head), mopts, MAX_MNTOPT_STR) < 0) { in nfsmount()
2440 mntopts = malloc(strlen(mopts) + 1); in nfsmount()
2441 strcpy(mntopts, mopts); in nfsmount()
2442 mntopts[strlen(mopts)] = '\0'; in nfsmount()