Searched refs:mount (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/sample/webrick/
H A Dhttpsd.rb26 httpd.mount("/hello", HelloServlet)
29 httpd.mount("/urlencoded", DemoServlet, "application/x-www-form-urlencoded")
30 httpd.mount("/multipart", DemoServlet, "multipart/form-data")
H A Dhttpd.rb16 httpd.mount("/hello", HelloServlet)
19 httpd.mount("/urlencoded", DemoServlet, "application/x-www-form-urlencoded")
20 httpd.mount("/multipart", DemoServlet, "multipart/form-data")
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dmount.c28 NoN(mount)
39 mount(const char* a, char* b, int c, void* d)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfs3d.c31 #define mount ______mount macro
35 #undef mount macro
57 if (!fsview && (!getenv("LD_PRELOAD") || mount("", "", 0, NiL)))
59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL))
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL))
91 if (v && mount(v, NiL, FS3D_VIEW, NiL))
102 * user code that includes <fs3d.h> will have mount() mapped to fs3d_mount()
103 * this restricts the various "standard" mount prototype conflicts to this spot
104 * this means that code that includes <fs3d.h> cannot access the real mount
108 #undef mount macro
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_quota.h79 struct mount;
92 int hfs_getquota(struct mount *, u_int32_t, int, caddr_t);
93 int hfs_qsync(struct mount *mp);
94 int hfs_quotaoff(struct proc *, struct mount *, int);
95 int hfs_quotaon(struct proc *, struct mount *, int, caddr_t);
96 int hfs_quotastat(struct mount *, int, caddr_t);
97 int hfs_setquota(struct mount *, u_int32_t, int, caddr_t);
98 int hfs_setuse(struct mount *, u_int32_t, int, caddr_t);
/macosx-10.9.5/autofs-234/automountlib/
H A Dumount_by_fsid.c24 #include <sys/mount.h>
/macosx-10.9.5/autofs-234/headers/
H A Dautofs_types.h28 #include <sys/mount.h> /* for fsid_t */
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_debug.h45 /* Forward declaration so we do not have to include <sys/mount.h> here. */
46 struct mount;
52 struct mount *mp, const char *fmt, ...) __printflike(3, 4);
57 struct mount *mp, const char *fmt, ...) __printflike(3, 4);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Diopattern36 # MOUNT mount point
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
86 m) opt_mount=1; mount=$OPTARG ;;
136 inline string MOUNT = "'$mount'";
H A Diopending65 opt_def=1; filter=0; device=.; filename=.; mount=.
75 m) opt_mount=1; mount=$OPTARG ;;
131 inline string MOUNT = "'$mount'";
H A Diotop102 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
114 m) opt_mount=1; mount=$OPTARG ;;
196 inline string MOUNT = "'$mount'";
/macosx-10.9.5/dtrace-118.1/DTTk/Disk/
H A Diopattern36 # MOUNT mount point
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
86 m) opt_mount=1; mount=$OPTARG ;;
136 inline string MOUNT = "'$mount'";
H A Diopending65 opt_def=1; filter=0; device=.; filename=.; mount=.
75 m) opt_mount=1; mount=$OPTARG ;;
131 inline string MOUNT = "'$mount'";
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dkextmanager_types.h37 #include <sys/mount.h>
/macosx-10.9.5/bless-98/libbless/HFS/
H A DBLIsMountHFS.c32 #include <sys/mount.h>
H A DBLLookupFileIDOnMount.c37 #include <sys/mount.h>
58 int BLLookupFileIDOnMount(BLContextPtr context, const char * mount, uint32_t fileID, char * out) { argument
78 err = getattrlist(mount, &alist, &catinfo, sizeof(catinfo), 0);
90 if(strcmp(mount, "/")) {
91 /* If the mount point is not '/', prefix by mount */
92 snprintf(out, MAXPATHLEN, "%s/%s", mount, relpath);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfsgetpath.h33 #include <sys/mount.h>
H A Dfslog.h33 #include <sys/mount.h>
84 void fslog_fs_corrupt(struct mount *mnt);
H A Dkernel_types.h58 struct mount;
59 typedef struct mount * mount_t;
107 typedef struct mount * mount_t;
/macosx-10.9.5/diskdev_cmds-572.1.1/mount_devfs.tproj/
H A Dmount_devfs.c62 #include <sys/mount.h>
106 if (mount("devfs", dir, mntflags, NULL))
/macosx-10.9.5/diskdev_cmds-572.1.1/mount_fdesc.tproj/
H A Dmount_fdesc.c62 #include <sys/mount.h>
70 #include <sys/mount.h>
110 * fdesc mount happens automatically now, so no need to do anything.
114 err(1, "mount point %s", dir);
/macosx-10.9.5/launchd-842.92.1/rc/
H A Drc.netboot50 mount -u -o ro /
51 root_device=$(mount | sed -n 's:/dev/\(.*\) on / .*:\1:p')
101 mount -t "${fstype}" -o nosuid,nodev "/dev/${devname}" "${NETBOOT_MOUNT}" 2>&1
103 echo "mount of ${devname} failed"
114 echo "no network shadow mount path available"
129 *) echo "unknown network filesystem mount from ${mount_from}"
133 mount -t "${fstype}" -o nobrowse "${mount_from}" "${NETBOOT_MOUNT}"
135 echo "mount -t ${fstype} -o nobrowse ${mount_from} ${NETBOOT_MOUNT} failed"
189 mount -uw /
193 mounted_from=$(mount | se
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/
H A Diotop102 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
114 m) opt_mount=1; mount=$OPTARG ;;
196 inline string MOUNT = "'$mount'";
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DAix.pm41 my @fstab_keys = qw(account boot check dev mount nodename size type vfs vol log);
63 } qx( /usr/sbin/mount );
66 my ( $path, $device, $vfs, $nodename, $type, $size, $options, $mount, $account ) = split( m/:/, $_ );
68 ( $path => [ $device, $vfs, $nodename, $type, $size, $options, $mount, $account ] )
76 my ( $device, $vfs, $nodename, $type, $size, $options, $mount, $account ) = @{ $fs_info{$current_filesystem} };
84 $self->{$current_filesystem}->{mount} = $mount;
232 =item mount
234 Used by the mount command to determine whether this file
239 Used by the mount comman
[all...]
/macosx-10.9.5/bless-98/libbless/OpenFirmware/
H A DBLGetDeviceForOpenFirmwarePath.c45 #include <sys/mount.h>

Completed in 213 milliseconds

1234567891011>>