HomeSort by: relevance | last modified time | path
    Searched defs:mnt_opts (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
disks.c 1272 const char *mnt_opts = NULL, *fsname = NULL; local in function:make_filesystems
1339 mnt_opts = "-tffs -o async";
1367 mnt_opts = "-tffs -o log";
1369 mnt_opts = "-tffs -o async";
1377 mnt_opts = "-tlfs";
1383 mnt_opts = "-tmsdos";
1388 mnt_opts = "-tsysvbfs";
1393 mnt_opts = "-tv7fs";
1401 mnt_opts = "-text2fs";
1421 mnt_opts != NULL)
    [all...]
partman.c 200 const char *mnt_opts, *on; member in struct:__anonfa24e0600108
2490 pm_i->bsdlabel[i].mnt_opts != NULL))
2492 mnts[num_devs].mnt_opts = pm_i->bsdlabel[i].mnt_opts;
2496 mnts[num_devs].mnt_opts = "-t null";
2524 error = target_mount_do(mnts[ii].mnt_opts, mnts[ii].dev, mnts[ii].on);
2548 pm_cur->bsdlabel[part_num].mnt_opts != NULL &&
2551 pm_cur->bsdlabel[part_num].mnt_opts,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 426 char *mnt_opts; member in struct:__sanitizer::__sanitizer_mntent

Completed in 18 milliseconds