Searched refs:mounted (Results 26 - 35 of 35) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm214 # for each mounted volume that matches (with '*', '?' and '\' escaped).
229 # push all mounted volumes into array
232 #print "mounted volumes: |@mounted_volumes|\n";
479 mounted volumes, while a glob like E<lt>*E<gt> or E<lt>:*E<gt> will find
H A DFind.pm302 for parts of your file system, like a mounted CD-ROM.
/opensolaris-onvv-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1778 mounted(char *t) function
1995 if (mounted(shadow_volume)) {
1998 "Shadow volume is mounted, unmount it first"), NULL);
2525 if (mounted(t)) {
2527 dsw_error(gettext("Target of copy/update is mounted, "
2634 if (mounted(t)) {
2636 dsw_error(gettext("Target of copy/update is mounted, "
3021 if (mounted(volume))
3022 dsw_error(gettext("Can't export a mounted volume"), NULL);
3089 if (mounted(vo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm408 mounted volumes, while a glob like E<lt>*E<gt> or E<lt>:*E<gt> will find
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c661 * If target is mounted at the start of a sync or reverse sync,
665 mounted(master)) {
667 gettext("%s: %s has a file system mounted"),
670 gettext("%s has a file system mounted"),
H A Dsndradm.c4047 if (flag == RDC_CMD_COPY && reverse && mounted(fromfile))
4049 " as a file system is mounted on %s"),
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1174 * mounted datasets in the pool.
3472 boolean_t mounted = B_FALSE; local
3494 /* find out if the dataset is mounted */
3495 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
3502 if (mounted) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1046 * Check to see if unraw version of name is already mounted.
1051 mounted(caddr_t name, caddr_t devstr, size_t str_size) function
1061 * It's mounted. With or without write access?
1064 found = M_RO; /* mounted as RO */
1066 found = M_RW; /* mounted as R/W */
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3373 * - create boot_archive on a lofi-mounted boot_archive
3375 * - create it on a ramdisk mounted somewhere else
3909 * for all mounted Newboot root filesystems
5281 "/sbin/zfs get -Ho value mounted %s",
5312 * legacy top dataset is not mounted. Mount it now
5395 "/sbin/zfs get -Ho value mounted %s",
5419 goto mounted;
5425 /* top dataset is not mounted. Mount it now */
5437 mounted:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2563 * available to iterate through mounted file systems to get their info.

Completed in 310 milliseconds

12