Searched refs:mount_point (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/dtrace-147/DTTk/Bin/
H A Diopattern13 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
19 # -m mount_point # this FS only (will skip raw events)
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
95 -m mount_point # this FS only
H A Diopending14 # [-m mount_point] [interval [count]]
19 # -m mount_point # this FS only (will skip raw events)
78 [-m mount_point] [interval [count]]
83 -m mount_point # this FS only
H A Diotop12 # [-m mount_point] [-t top] [interval [count]]
24 # -m mount_point # this FS only (will skip raw events)
121 [-m mount_point] [-t top] [interval [count]]
131 -m mount_point # this FS only
H A Diosnoop13 # [-m mount_point] [-n name] [-p PID]
30 # -m mount_point # this FS only (will skip raw events)
132 [-m mount_point] [-n name] [-p PID]
147 -m mount_point # this FS only
/macosx-10.10/dtrace-147/DTTk/Disk/
H A Diopattern13 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
19 # -m mount_point # this FS only (will skip raw events)
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
95 -m mount_point # this FS only
H A Diopending14 # [-m mount_point] [interval [count]]
19 # -m mount_point # this FS only (will skip raw events)
78 [-m mount_point] [interval [count]]
83 -m mount_point # this FS only
/macosx-10.10/dtrace-147/DTTk/
H A Diotop12 # [-m mount_point] [-t top] [interval [count]]
24 # -m mount_point # this FS only (will skip raw events)
121 [-m mount_point] [-t top] [interval [count]]
131 -m mount_point # this FS only
H A Diosnoop13 # [-m mount_point] [-n name] [-p PID]
30 # -m mount_point # this FS only (will skip raw events)
132 [-m mount_point] [-n name] [-p PID]
147 -m mount_point # this FS only
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dnetboot.c107 char * mount_point; member in struct:netboot_info
355 char * mount_point = NULL; local
360 &mount_point, &image_path)) {
365 info->mount_point_length = strlen(mount_point) + 1;
366 info->mount_point = (char *)kalloc(info->mount_point_length);
368 strlcpy(info->mount_point, mount_point, info->mount_point_length);
371 server_name, info->mount_point);
427 if (info->mount_point) {
428 kfree(info->mount_point, inf
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dgetcwd.c125 char mount_point; local
160 mount_point = dotdev != thisdev;
172 if (mount_point || d->d_fileno == thisino)
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetcwd.c201 bool mount_point;
232 mount_point = dotdev != thisdev;
284 bool match = (MATCHING_INO (d, thisino) || mount_point);
200 bool mount_point; local
/macosx-10.10/bootp-298/bootplib/
H A Dnbimages.c546 char * mount_point = NULL; local
839 else if (parse_nfs_path(tmp, &server_ip, &mount_point,
843 inet_ntoa(server_ip), mount_point,
848 inet_ntoa(server_ip), mount_point);
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_vfsops.c1812 vnode_t mount_point; /* autofs vnode on which they're doing a mount, if any */ member in struct:homedirmounter_process
1883 newhomedirmounter_process->mount_point = NULL;
1947 vp = homedirmounter_process->mount_point;
1989 ret = (vp == NULL) || (vp == homedirmounter_process->mount_point);
2025 if (homedirmounter_process->mount_point != NULL) {
2031 if (homedirmounter_process->mount_point == vp) {
2066 homedirmounter_process->mount_point = vp;
/macosx-10.10/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c137 static int fs_mount(char *devpath, char *mount_point, int removable,
529 static int fs_mount(char *devpath, char *mount_point, int removable, int writable, int suid, int dev) { argument
532 DEV_OPT, "-t", FS_TYPE, devpath, mount_point, NULL};
/macosx-10.10/smb-759.0/lib/smb/
H A Dctx.c2581 char mount_point[MAXPATHLEN]; local
2779 CFStringGetCString(mpoint, mount_point, sizeof(mount_point), kCFStringEncodingUTF8);
2780 if (stat(mount_point, &st) == -1)
2902 error = mount(SMBFS_VFSNAME, mount_point, mntflags, (void*)&mdata);
2913 if (get_share_mount_info(mount_point, mdict, &req) == EEXIST) {
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dserver.rb783 file_handlers.each do |mount_point, mount_dir|
784 @server.mount(mount_point, WEBrick::HTTPServlet::FileHandler,

Completed in 117 milliseconds