| /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/avs/rdc/ |
| sndrsubr.c | 62 mounted(char *device) function 93 /* Assume the worst, that it is mounted */
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| 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/librdc/common/ |
| 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/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...] |
| libzfs_pool.c | 1204 * mounted datasets in the pool. 3097 boolean_t mounted = B_FALSE; local [all...] |
| /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/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 */
|
| /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/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/ufs/fsck/ |
| utilities.c | 1047 * Check to see if unraw version of name is already mounted. 1052 mounted(caddr_t name, caddr_t devstr, size_t str_size) function 1062 * It's mounted. With or without write access? 1065 found = M_RO; /* mounted as RO */ 1067 found = M_RW; /* mounted as R/W */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/avs/dsw/ |
| iiadm.c | 1778 mounted(char *t) function [all...] |
| /onnv/onnv-gate/usr/src/lib/brand/native/zone/ |
| 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...] |