Searched refs:nodev (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/autofs-246/files/
H A Dautofs.conf39 AUTOMOUNTD_MNTOPTS=nosuid,nodev
/macosx-10.10/bootp-298/
H A Drc.netboot102 mount -t "${fstype}" -o nosuid,nodev "/dev/${devname}" "${NETBOOT_MOUNT}" 2>&1
/macosx-10.10/sudo-73/src/
H A Dsample.sudoers131 /sbin/mount -o nosuid\,nodev /dev/cd0a /CDROM
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c115 fprintf(stderr, " indicates dev or nodev (for example 'nodev')\n");
118 fprintf(stderr, " %s -m disk0s2 /my/hfs removable readonly nosuid nodev\n", progname);
1166 const BOOL readonly, const BOOL nosuid, const BOOL nodev)
1180 if (nodev)
1181 mountargs[5] = "nodev";
1211 BOOL removable, readonly, nosuid, nodev; local
1216 nodev = nosuid = readonly = removable = FALSE;
1338 if (!strcmp(argv[3], "nodev"))
1339 nodev
1164 do_mount(const char *progname, char *dev, char *mp, const BOOL removable __attribute__((unused)), const BOOL readonly, const BOOL nosuid, const BOOL nodev) argument
[all...]
/macosx-10.10/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c243 int nodev; local
256 nodev = mntstat.f_flags & MNT_NODEV;
261 snprintf(mountline, sizeof(mountline), "%s%s%s%s%s%s", (volstatus & VOLUME_USEPERMISSIONS) ? "perm" : "noperm",(nosuid)?",nosuid":"",(nodev)?",nodev":"",(noexec)?",noexec":"",(readonly)?",rdonly":"", (protect)?",protect":"");
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.c341 Tcl_Obj** nodev;
345 if (Tcl_ListObjGetElements (interp, detail, &nodec, &nodev) != TCL_OK) {
359 iter = tn_get_node (t, nodev [i], NULL, NULL);
337 Tcl_Obj** nodev; local
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim62 syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand nosuid nosymfollow nouser owner rbind rdonly remount ro rq rw suid suiddir supermount sw sync union update user users xx

Completed in 326 milliseconds