HomeSort by relevance Sort by last modified time
    Searched refs:mounted (Results 1 - 25 of 33) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/librdc/common/
rdcrules.h 36 extern int mounted(char *);
rdcrules.c 414 mounted(char *device) function
443 /* Assume the worst, that it is mounted */
525 if (mounted(rdc->pfile)) {
539 " is currently mounted", rdc->pfile);
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
fs-minimal 50 mounted $mountp $mntopts $fstype < /etc/mnttab && continue
66 mounted /var/run - tmpfs < /etc/mnttab
79 mounted $mountp - zfs < /etc/mnttab && continue
  /onnv/onnv-gate/usr/src/cmd/avs/rdc/
rdcadm.h 52 extern int mounted(char *device);
sndrsubr.c 62 mounted(char *device) function
93 /* Assume the worst, that it is mounted */
  /onnv/onnv-gate/usr/src/cmd/svc/shell/
fs_include.sh 100 # mnttime time at which file system was mounted
148 # 33 file system is already mounted
199 33) # already mounted
277 # mounted $path $fsopts $fstype
280 # mounted with all required filesystem options by going through /etc/mnttab
285 # 1 The filesystem is not currently mounted, or mounted without required
286 # options, or a filesystem of a different type is mounted instead.
288 mounted() { function
342 # If the specified file system is already mounted with al
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
nodes.h 101 short mounted; /* # times currently mounted */ member in struct:fstat_node
154 short mounted; member in struct:pwstat_node
192 # define RSS_PWMAND 0x00000008 /* pwheel must be mounted */
disp3.c 37 ** remount_form() - MOUNT A FORM WHERE ANOTHER WAS MOUNTED
60 Opfs->mounted--;
65 * only because the form was already mounted.
67 * to another printer (where the form is mounted)
95 pfs->mounted++;
103 * Attract all the requests needing this newly mounted
106 * without the form mounted, so that the alert check is
121 * Attract first request that doesn't need a form mounted.
135 ** remount_pwheel() - MOUNT A PRINT-WHEEL WHERE ANOTHER WAS MOUNTED
154 Oppws->mounted--
    [all...]
status.c 221 ppws->mounted++;
507 pfs->mounted++;
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/hdrs/
install.h 119 char *remote_name; /* client's mounted filesystem */
123 unsigned mounted:1; /* actually mounted right now */ member in struct:fstable
125 unsigned cl_mounted:1; /* mounted in client space */
  /onnv/onnv-gate/usr/src/lib/libtsol/common/
getpathbylabel.c 175 FILE *mounted; local
180 if ((mounted = fopen(MNTTAB, "rF")) == NULL) {
184 resetmnttab(mounted);
185 while (getmntent(mounted, &mnt) == NULL) {
201 (void) fclose(mounted);
206 * This function attempts to convert local zone NFS mounted pathnames
207 * into equivalent global zone NFS mounted pathnames. At present
219 * mnttab to determine the path where it should be mounted in the
434 * automounter hasn't yet mounted its
441 * this should be mounted at th
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_changelist.c 44 * mounted/shared. This prior state dictates whether we remount/reshare the
162 * whether the filesystem was previously shared or mounted. The action we take
165 * previously mounted/shared. Otherwise, we always remount/reshare the
211 boolean_t mounted; local
247 * Remount if previously mounted or mountpoint was legacy,
258 mounted = zfs_is_mounted(cn->cn_handle, NULL);
260 if (!mounted && (cn->cn_mounted ||
268 mounted = TRUE;
272 * If the file system is mounted we always re-share even
276 if (sharenfs && mounted)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumpfstab.c 189 * if the target device/filesystem is not mounted.
193 (void) addmtab(MOUNTED, pm);
236 * If "mounted" is non-zero, the target file system must
237 * be mounted in order for the search to succeed.
248 mnttabsearch(key, mounted)
250 int mounted;
293 * it is mounted (valid), otherwise just
304 * were mounted. Return failure if
305 * we were supposed to find a mounted
309 if (mounted)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
mntinfo.c 118 * information about mounted filesystems, so we use the C interfaces to
263 * This scans the filesystems already mounted to see if this remote mount is
270 * MNT_EXACT This has actually been manually mounted for us
271 * MNT_AVAIL This is mounted for the server, but needs to be
272 * loopback mounted from the client's perspective.
288 * Determine if this has been manually mounted exactly as we
317 * If no client stuff is mounted, this is completely benign, it finds that
318 * nothing is mounted up and returns. It returns "1" for unmounted everything
337 /* If the filesystem is mounted and this utility did it ... */
438 * is benign since srvr_map won't be set anywhere. It returns "1" for mounted
    [all...]
  /onnv/onnv-gate/usr/src/cmd/initpkg/init.d/
README.rc2 55 file systems are mounted. The name service, if any, is running.
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/df/
df.c 292 * constructing the list of mounted file systems. This
340 * Construct the list of mounted file systems.
427 "Filesystem iused ifree %%iused Mounted on\n"));
458 "Filesystem kbytes used avail capacity Mounted on\n"));
465 * mounted. N.B. checks for a valid UFS superblock.
682 * Given a name like /dev/dsk/c1d0s2, returns the mounted path, like /usr.
1023 FILE *mounted; local
1028 if ((mounted = fopen(MNTTAB, "r")) == NULL) {
1033 resetmnttab(mounted);
1034 while (getextmntent(mounted, &mnt, sizeof (struct extmnttab)) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
uninstall.ksh 556 # (and can't be unmounted and re-mounted) then the snapshot
566 # mounted from the global zone. (So unmounting and remounting
573 # have originally mounted from within the zone. So if we
618 mounted=`LC_ALL=C LANG=C \
619 /sbin/zfs get -H -o value mounted ${clones[$j]}`
620 if [[ "$mounted" != yes ]]; then
sw_support.c 383 * Check if there is a fs mounted under the ipd. If so, ignore this
1898 boolean_t mounted = B_FALSE; local
3389 boolean_t mounted = B_FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/mount/
mount.c 211 int mounted; local
384 mounted = 0;
409 mounted = 1;
414 * At this point the back file system should be mounted.
505 /* try to unmount the back file system if we mounted it */
506 if (mounted) {
557 if (mounted) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/
setup.c 59 extern int32_t mounted(char *);
109 * allowed to be fsck'd while mounted.
121 (void) printf(gettext("%s is a mounted file system, "
176 if (mounted(devstr)) {
180 (void) printf(gettext("%s is mounted, fsck on BLOCK "
184 sync(); /* call sync, only when devstr's mounted */
223 (void) printf(" is mounted");
utilities.c 507 * Check to see if unraw version of name is already mounted.
509 * to see if it is really looks mounted.
512 mounted(char *name) function
540 found = 2; /* mounted as RO */
542 found = 1; /* mounted as R/W */
  /onnv/onnv-gate/usr/src/lib/brand/lx/zone/
lx_distro_install.ksh 188 # Get the device underlying a specified mounted file system and return it in
200 # Obtain information on the specified mounted device.
212 # Get the directory name a specified device is mounted as and return it in
226 # Obtain information on the specified mounted device.
270 # Argument 1: Path to mounted install media
483 # install_miniroot <mounted media dir> <names of RPMS to install>
528 # Install the zone from the mounted disc image by feeding a list of RPMs to
532 # install_zone <path to mounted install media> [<names of RPMS to install>]
724 typeset mounted
728 for mounted in "$@"; d
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
fsck.h 328 char mountedfs; /* checking mounted device */
344 int errorlocked; /* set => mounted fs has been error-locked */
354 char *mount_point; /* if mounted, this is where */
470 * Values for mounted() and mountedfs.
472 #define M_NOMNT 0 /* filesystem is not mounted */
473 #define M_RO 1 /* filesystem is mounted read-only */
474 #define M_RW 2 /* filesystem is mounted read-write */
479 #define EXMOUNTED 33 /* file system already mounted, not magic, */
480 /* or it is magic and mounted read/write */
500 * then they have to be mounted for the system to have gotte
    [all...]
setup.c 234 * 2. If it's mounted and anything other than a sanity
240 * to a mounted filesystem while it is in read-only state
295 * If logging or (stable and mounted) then continue
423 * - if name is mounted (search mnttab)
425 * - if mounted on /, /usr, or /var, set corefs
430 * - if it is a device and not mounted and rflag, convert
448 * mounted() will update mount_point when returning true.
451 if ((mountedfs = mounted(devstr, devstr, str_size)) != M_NOMNT) {
461 pfatal("%s IS CURRENTLY MOUNTED%s.",
465 pwarn("%s IS CURRENTLY MOUNTED READ/%s."
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
DosGlob.pm 214 # 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

Completed in 480 milliseconds

1 2