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

1234567891011>>

/macosx-10.10.1/ruby-106/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.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dmount.c28 NoN(mount)
39 mount(const char* a, char* b, int c, void* d)
/macosx-10.10.1/ksh-23/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.10.1/xnu-2782.1.97/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.10.1/autofs-246/automountlib/
H A Dumount_by_fsid.c24 #include <sys/mount.h>
/macosx-10.10.1/autofs-246/headers/
H A Dautofs_types.h28 #include <sys/mount.h> /* for fsid_t */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dfslog.h33 #include <sys/mount.h>
H A Dfsgetpath.h33 #include <sys/mount.h>
H A Dkernel_types.h58 struct mount;
59 typedef struct mount * mount_t;
107 typedef struct mount * mount_t;
/macosx-10.10.1/ntfs-84/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.10.1/dtrace-147/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.10.1/dtrace-147/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.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dkextmanager_types.h37 #include <sys/mount.h>
/macosx-10.10.1/bless-103/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.10.1/diskdev_cmds-576/mount_devfs.tproj/
H A Dmount_devfs.c62 #include <sys/mount.h>
106 if (mount("devfs", dir, mntflags, NULL))
/macosx-10.10.1/diskdev_cmds-576/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.10.1/bootp-298/
H A Drc.netboot51 mount -u -o ro /
52 root_device=$(mount | sed -n 's:/dev/\(.*\) on / .*:\1:p')
102 mount -t "${fstype}" -o nosuid,nodev "/dev/${devname}" "${NETBOOT_MOUNT}" 2>&1
104 echo "mount of ${devname} failed"
115 echo "no network shadow mount path available"
133 *) echo "unknown network filesystem mount from ${mount_from}"
137 mount -t "${fstype}" -o nobrowse "${mount_from}" "${NETBOOT_MOUNT}"
139 echo "mount -t ${fstype} -o nobrowse ${mount_from} ${NETBOOT_MOUNT} failed"
193 mount -uw /
197 mounted_from=$(mount | se
[all...]
/macosx-10.10.1/dtrace-147/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.10.1/bless-103/libbless/OpenFirmware/
H A DBLGetDeviceForOpenFirmwarePath.c45 #include <sys/mount.h>
/macosx-10.10.1/bless-103/
H A DmodeFirmware.c36 #include <sys/mount.h>

Completed in 234 milliseconds

1234567891011>>