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 D | zfs_unmount_003_pos.ksh | 60 set -A mopts "legacy" "none" 98 while (( i < ${#mopts[*]} )); do 101 do_unmount_multiple "${options[j]}" 1 "${mopts[i]}"
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 89 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 D | autod_nfs.c | 644 char mopts[MAX_MNTOPT_STR]; local 2308 strcpy(mopts, opts); 2310 if (strlen(mopts) > 0) 2311 strcat(mopts, ","); 2312 strcat(mopts, "xattr"); 2333 trace_prt(1, " mount %s %s (%s)\n", mnttabtext, mntpnt, mopts); 2349 head, sizeof (*head), mopts, MAX_MNTOPT_STR) < 0) { 2385 mntopts = malloc(strlen(mopts) + 1); 2386 strcpy(mntopts, mopts); 2387 mntopts[strlen(mopts)] [all...] |
Completed in 1115 milliseconds