Searched refs:volume (Results 26 - 37 of 37) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.t108 unless (-e 'lib:') { # make sure there's no volume called 'lib'
110 eval { (copy "file-$$", "lib:") || die "'lib:' is not a volume name"; };
112 print "not " unless ( $@ =~ m|'lib:' is not a volume name| );
H A DTemp.pm367 my ($volume, $directories, $file);
371 ($volume, $directories, $file) = File::Spec->splitpath( $path, 1);
383 if ($^O eq 'VMS') { # need volume to avoid relative dir spec
384 $parent = File::Spec->catdir($volume, @dirs[0..$#dirs-1]);
391 # ...and attach the volume (no filename)
392 $parent = File::Spec->catpath($volume, $parent, '');
400 ($volume, $directories, $file) = File::Spec->splitpath( $path );
403 $parent = File::Spec->catpath($volume,$directories,'');
745 my ($volume, $directories, undef) = File::Spec->splitpath( $path, 1);
757 my $dir = File::Spec->catpath($volume,
[all...]
H A DFind.pm332 While a full path always begins with a volume name, a relative pathname
333 should always begin with a ':'. If specifying a volume name only, a
354 on every volume, which are all located at the volume root level (i.e.
385 named "Desktop Folder" on the particular disk volume. Note that, although
387 volume actually maintains its own "Desktop Folder" directory.
458 # only if it's not a volume name
460 unless ($cdir =~ /^[^:]+:$/) { # volume name
477 if ($fn =~ /^[^:]+:/) { # a volume name like DataHD:*
H A DCopy.pm417 with a volume name, a relative pathname should always begin with a
418 ':'. If specifying a volume name only, a trailing ':' is required.
427 copy("file1", "tmp:file1"); # error, since 'tmp:' is not a volume
432 # volume to another
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm397 always begins with a volume name, a relative pathname should always
398 begin with a ':'. If specifying a volume name only, a trailing ':' is
403 full path always begins with a volume name. A relative pathname on Mac
406 is optional. If specifying a volume name only, a trailing ':' is
413 that a single trailing ':' in the pattern is ignored (unless it's a volume
H A Dbsd_glob.c242 static OSErr GetVolInfo(short volume, Boolean indexed, FSSpec *spec);
304 /* Check if we need to match a volume name (e.g. '*HD:*') */
325 * (b) Remove a single trailing ':', unless it's a "match volume only"
348 up above the volume root, see above.
885 /* Get and match a list of volume names */
1222 '::', there must be a preceding ':[^:]+'. Hence, a volume path like
1261 volume path. We can't move up the
1295 not a volume path (e.g. HD:) and not a path consisting
1379 /* Return a FSSpec record for the specified volume
1383 GetVolInfo(short volume, Boolea argument
[all...]
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c588 /* trigger initial probe-volume */
633 /* remove child (can only be single volume) */
707 * sd instance -> HAL storage, sd minor node -> HAL volume,
851 * For volume's devfs_path we'll use minor_path/slice instead of
872 * Storage minor nodes are potential "volume" objects.
896 HalDevice *volume; local
1024 /* XXX detect volume removal? */
1025 volume = hal_device_store_match_key_value_string (hald_get_gdl (),
1027 if ((volume == NULL) || !hal_device_has_capability(volume, "volum
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh1528 /usr/sbin/zfs list -H -o name -t filesystem,volume -r \
1635 /usr/sbin/zfs list -H -o name -t filesystem,volume "$topdsn" \
1749 zfs list -H -o name -d 1 -t filesystem,volume "${zone.rpool_ds}" | \
2223 get_datasets -t filesystem,volume "${s.rpool_ds}" dslist || return 1
2279 if [[ $dstype == volume ]]; then
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dsun.c88 u_int8_t volume[8]; /* Volume name */ member in struct:_SunRawLabel
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm398 my ($volume, $dirs, $file) = File::Spec->splitpath ($name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm2019 volume:[your.prefix.some.dir]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex5478 % redefined for the two-volume lispref. We always output on

Completed in 325 milliseconds

12