HomeSort by: relevance | last modified time | path
    Searched refs:mnt_opts (Results 1 - 6 of 6) 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
sanitizer_platform_limits_posix.cc 1112 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts);
sanitizer_common_interceptors.inc 4177 if (mnt->mnt_opts)
4178 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_opts,
4179 REAL(strlen)(mnt->mnt_opts) + 1);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 2333 ASSERT_NE(0U, strlen(mnt->mnt_opts));
2353 ASSERT_NE(0U, strlen(mnt->mnt_opts));

Completed in 31 milliseconds