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

/macosx-10.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DSolaris.pm43 my @fstab_keys = qw(device device_to_fsck mount_point fs_vfstype fs_freq mount_at_boot fs_mntops);
44 my @mtab_keys = qw(device mount_point fs_vfstype fs_mntops time);
128 =item mount_point
H A DMswin32.pm71 $self->{$drvRoot}->{mount_point} = $drvRoot; # XXX Win32::DriveInfo gives no details here ...
116 =item mount_point
H A DUnix.pm81 $self->{ $vals[ $pridx->[1] ] }->{mount_point} = $vals[ $pridx->[1] ];
131 $self->{ $vals[ $pridx->[1] ] }->{mount_point} = $vals[ $pridx->[1] ];
167 $self->{ $vals[ $pridx->[1] ] }->{mount_point} = $vals[ $pridx->[1] ];
200 $self->{none}->{mount_point} ||= 'none';
303 in following order: device, mount_point, type.
H A DCygwin.pm116 =item mount_point
H A DDarwin.pm85 # my ( $device, $mount_point, $fstype, $name ) = ( $1, $2, $3, $4 );
87 # $self->{$mount_point}->{mounted} = 1;
88 # $self->{$mount_point}->{special} = 0;
89 # $self->{$mount_point}->{device} = $device;
90 # $self->{$mount_point}->{mount_point} = $mount_point;
91 # $self->{$mount_point}->{fs_vfstype} = $fstype;
92 # $self->{$mount_point}->{fs_mntops} = '';
93 # $self->{$mount_point}
[all...]
H A DLinux.pm84 $self->{ $vals[1] }->{mount_point} = $vals[1];
/macosx-10.9.5/xnu-2422.115.4/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.9.5/bash-92/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.9.5/gnutar-452/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.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/
H A DFilesystem.pm89 filesystem => [qw(fs_file mount_point)],
90 mount_point => [qw(fs_file filesystem)],
287 $fs->mount_point($_),
462 =item mount_point() or filesystem()
541 Provides C<mount_point> and C<device> of mounted filesystems on Windows.
/macosx-10.9.5/msdosfs-198/msdos_util.tproj/
H A Ddosutil.c132 static int fs_mount(char *devpath, char *mount_point, int removable,
486 static int fs_mount(char *devpath, char *mount_point, int removable, int writable, int suid, int dev) { argument
489 DEV_OPT, "-t", FS_TYPE, devpath, mount_point, NULL};
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbimages.c543 char * mount_point = NULL; local
836 else if (parse_nfs_path(tmp, &server_ip, &mount_point,
840 inet_ntoa(server_ip), mount_point,
845 inet_ntoa(server_ip), mount_point);
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vfsops.c1808 vnode_t mount_point; /* autofs vnode on which they're doing a mount, if any */ member in struct:homedirmounter_process
1879 newhomedirmounter_process->mount_point = NULL;
1943 vp = homedirmounter_process->mount_point;
1985 ret = (vp == NULL) || (vp == homedirmounter_process->mount_point);
2021 if (homedirmounter_process->mount_point != NULL) {
2027 if (homedirmounter_process->mount_point == vp) {
2062 homedirmounter_process->mount_point = vp;
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dctx.c2554 char mount_point[MAXPATHLEN]; local
2747 CFStringGetCString(mpoint, mount_point, sizeof(mount_point), kCFStringEncodingUTF8);
2748 if (stat(mount_point, &st) == -1)
2868 error = mount(SMBFS_VFSNAME, mount_point, mntflags, (void*)&mdata);
2879 if (get_share_mount_info(mount_point, mdict, &req) == EEXIST) {
/macosx-10.9.5/ruby-104/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 378 milliseconds