Searched refs:fstype (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/doc_cmds-49/makewhatis/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
/macosx-10.9.5/crontabs-51/files/daily/
H A D110.clean-tmps49 find -dx . -fstype local -type f $args -delete $print
50 find -dx . -fstype local ! -name . -type d $dargs -delete $print
/macosx-10.9.5/launchd-842.92.1/rc/
H A Drc.netboot99 fstype=$2
101 mount -t "${fstype}" -o nosuid,nodev "/dev/${devname}" "${NETBOOT_MOUNT}" 2>&1
124 fstype=afp
128 nfs:*) fstype=nfs;;
133 mount -t "${fstype}" -o nobrowse "${mount_from}" "${NETBOOT_MOUNT}"
135 echo "mount -t ${fstype} -o nobrowse ${mount_from} ${NETBOOT_MOUNT} failed"
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dupdatedb.sh73 for fstype in $FILESYSTEMS
75 excludes="$excludes $or -fstype $fstype"
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_mount.c175 * the fstype.
399 mount_generic(char *special, char *fstype, char *opts, int nfsvers, argument
420 trace_prt(1, " mount: %s %s %s %s\n", special, mntpnt, fstype, opts);
460 if (strcmp(fstype, "nfs") == 0) {
638 res = fork_exec(fstype, newargv, sendereuid, asid);
743 fork_exec(char *fstype, char **newargv, uid_t sendereuid, au_asid_t asid) argument
755 * Build the full path name of the fstype dependent command.
756 * If fstype is "url", however, we run our mount_url helper, and,
761 if (strcmp(fstype, "url") == 0) {
764 } else if (strcmp(fstype, "nf
916 do_unmount1(fsid_t mntpnt_fsid, autofs_pathname mntresource, autofs_pathname mntpnt, autofs_component fstype, autofs_opts mntopts) argument
[all...]
H A Dautod_parse.c810 #define FSTYPE "fstype"
811 #define FSTYPE_EQ "fstype="
816 * sets the mapentry's options, fstype and mounter fields by separating
817 * out the fstype part from the opts. Use default options if me->map_mntopts
831 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; local
859 /* separate opts into fstype and (other) entrypopts */
860 if (!get_opts(opts, entryopts, fstype, sizeof (fstype), &fstype_opt)) {
872 strlcpy(mounter, fstype, sizeof(mounter));
881 if (strcmp(fstype, MNTTYPE_CACHEF
2324 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; local
2774 char fstype[MAX_FSLEN]; local
[all...]
H A Dautod_main.c708 autofs_component fstype, autofs_opts mntopts, int *status,
726 trace_prt(1, "UNMOUNT REQUEST: resource=%s fstype=%s mntpnt=%s mntopts=%s\n",
727 mntresource, fstype, mntpnt, mntopts);
730 *status = do_unmount1(mntpnt_fsid, mntresource, mntpnt, fstype,
706 autofs_unmount(__unused mach_port_t server, fsid_t mntpnt_fsid, autofs_pathname mntresource, autofs_pathname mntpnt, autofs_component fstype, autofs_opts mntopts, int *status, security_token_t token) argument
H A Dautod_nfs.c1440 char fstype[] = MNTTYPE_LOFS; local
1467 if (mount(fsname, dir, flags | MS_DATA | MS_OPTIONSTR, fstype,
/macosx-10.9.5/DiskArbitration-266/autodiskmount/
H A Dautodiskmount.c635 fsstat_lookup_spec(struct statfs * list_p, int n, dev_t dev, char * fstype) argument
642 if (strcmp(scan->f_fstypename, fstype) == 0
651 fsck_needed(char * devname, char * fstype) argument
661 char *fsckCmd = repairPathForFileSystem(fstype);
841 char *fstype; local
856 fstype = daCreateCStringFromCFString(CFArrayGetValueAtIndex(fsNameArray, 0));
867 ret = foreignProbe(fstype, utilPath, utilArgsFromDict2, devname, isRemovable, isWritable, &fsname);
874 fsname = strdup(fstype);
879 DiskVolume_setFSType(volume,fstype);
891 fs_p = fsstat_lookup_spec(stat_p, stat_number, fs_dev, fstype);
[all...]
/macosx-10.9.5/autofs-234/mig/
H A Dautofs_prot.defs81 * given fsid with the given fstype, etc..
89 in fstype : autofs_fstype; /* filesystem type to unmount */
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmplayerconf.vim58 \ fbmodeconfig forcexv fs fsmode-dontuse fstype
H A Dsamba.vim44 syn keyword sambaKeyword contained force fstype getwd group groups guest
/macosx-10.9.5/shell_cmds-175/find/
H A Dfunction.c904 * -fstype functions --
915 static char fstype[sizeof(sb.f_fstypename)]; local
957 strlcpy(fstype, sb.f_fstypename, sizeof(fstype));
963 return (strncmp(fstype, plan->c_data, sizeof(fstype)) == 0);
/macosx-10.9.5/bash-92/bash-3.2/examples/complete/
H A Dcomplete.ianmac294 # to the -fstype option.
313 -fstype)
353 cmin cnewer ctime empty false fstype gid group ilname \
/macosx-10.9.5/diskdev_cmds-572.1.1/quotacheck.tproj/
H A Dquotacheck.c339 chkquota(fstype, fsname, mntpt, qnp)
340 char *fstype, *fsname, *mntpt;
355 if(strcmp(fstype, "hfs") == 0)
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c1713 char **tokens, *tmp, **opts, *fstype; local
1721 fstype = NULL;
1755 fstype = opts[i];
1772 item = (si_item_t *)LI_ils_create("L4488sssss44", (unsigned long)si, CATEGORY_FS, 1, va, vb, tokens[0], tokens[1], tokens[2], tokens[3], (fstype == NULL) ? "rw" : fstype, freq, passno);
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c1078 char *fstype,
1086 AUTOFS_DPRINT((4, "\tauto_send_unmount_request: fstype=%s "
1087 " mntpnt=%s\n", fstype, mntpnt));
1092 mntresource, mntpnt, fstype, mntopts, &status);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_xar.c144 struct archive_string fstype; member in struct:xattr
2009 else if (strcmp(name, "fstype") == 0)
2219 if (strcmp(name, "fstype") == 0)
2692 archive_strncpy(&(xar->xattr->fstype), s, len);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dcomplete.tcsh161 complete find n/-fstype/"(nfs 4.2)"/ n/-name/f/ \
164 c/-/"(fstype name perm prune type user nouser \
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c3298 char fstype[MFSTYPENAMELEN], *mntfromname = NULL, *path = NULL, *relpath, *p, *cp; local
3373 vfs_name(vnode_mount(vp), fstype); local
3633 error = kernel_mount(fstype, dvp, vp, path, xb_buffer_base(&xbnew), argslength,
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c214 kernel_mount(char *fstype, vnode_t pvp, vnode_t vp, const char *path, argument
242 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data),
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim3580 \ 'pdf_setcolor(': 'resource p, string fstype, string colorspace, float c1, float c2, float c3, float c4 | bool',

Completed in 414 milliseconds