HomeSort by: relevance | last modified time | path
    Searched refs:mounted (Results 1 - 21 of 21) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
kobj.h 54 int mounted; member in struct:_buf
  /src/external/cddl/osnet/sys/kern/
kobj.c 110 out->mounted = 1;
160 if (file->mounted) {
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_changelist.c 48 * mounted/shared. This prior state dictates whether we remount/reshare the
156 * whether the filesystem was previously shared or mounted. The action we take
159 * previously mounted/shared. Otherwise, we always remount/reshare the
207 boolean_t mounted; local
227 * Remount if previously mounted or mountpoint was legacy,
238 mounted = (clp->cl_gflags & CL_GATHER_DONT_UNMOUNT) ||
241 if (!mounted && (cn->cn_mounted ||
249 mounted = TRUE;
253 * If the file system is mounted we always re-share even
257 if (sharenfs && mounted)
    [all...]
libzfs_diff.c 681 boolean_t mounted; local
683 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt);
684 if (mounted == B_FALSE) {
691 /* Avoid a double slash at the beginning of root-mounted datasets */
libzfs_pool.c 1377 * mounted datasets in the pool.
3804 boolean_t mounted = B_FALSE; local
3826 /* find out if the dataset is mounted */
3827 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
3834 if (mounted) {
  /src/distrib/miniroot/
install.sh 137 any of the filesystems are mounted. At that time you will be able
363 dependencies in the order which the filesystems are mounted. You may
388 echo -n "Are the install sets on one of your currently mounted filesystems? [n] "
upgrade.sh 258 dependencies in the order which the filesystems are mounted. Note that
278 echo "ERROR: can't unmount previously mounted root!"
308 echo -n "Are the upgrade sets on one of your normally mounted (local) filesystems? [y] "
install.sub 191 Note: your filesystems are mounted under the temporary mount point \"$_mp\".
1109 already mounted, or we might have to mount the filesystem to get to it.
1113 echo -n "Is the file-system with the install sets already mounted? [n] "
1608 # Make sure kernfs is mounted.
  /src/usr.sbin/sysinst/
partman.c 277 if (p->mounted == NULL)
281 return p->mounted[id];
293 if (p->mounted == NULL) {
294 p->mounted = calloc(p->parts->num_part, sizeof(char*));
295 if (p->mounted == NULL)
298 free(p->mounted[id]);
299 p->mounted[id] = strdup(path);
300 return p->mounted[id] != NULL;
2286 if (pm_i->mounted != NULL) {
2288 free(pm_i->mounted[i])
    [all...]
msg.pm.en 58 message pmmounted {(mounted)}
util.c 446 struct statvfs *mounted; member in struct:get_available_cds_state
468 /* check if this is mounted already */
470 if (strncmp(state->mounted[i].f_mntfromname, tname, tlen)
472 t = state->mounted[i].f_mntfromname + tlen;
548 data.mounted = calloc(n, sizeof(*data.mounted));
549 m = getvfsstat(data.mounted, n*sizeof(*data.mounted),
557 free(data.mounted);
722 * Get from an already-mounted pathname
    [all...]
msg.mi.en 576 {Enter the already-mounted local directory where the distribution is located.
797 {The floppy was not mounted successfully.
935 {There must be a single partition marked to be mounted on '/'.}
1140 have mounted all file systems.}
defs.h 468 * system (i.e. all mounted file systems).
492 * entries is parts->num_part) may actually be mounted (temporarily)
494 * a pointer to the current mount point (strdup()'d) if mounted,
497 char **mounted; member in struct:pm_devs
  /src/external/bsd/am-utils/dist/amd/
autil.c 201 * If this is a freshly mounted
209 * Do mounted callback
211 if (mf->mf_ops->mounted)
212 mf->mf_ops->mounted(mf);
235 wasmounted ? "referenced" : "mounted",
406 * Locate next node in sibling list which is mounted
421 (!(mf = xp->am_al->al_mnt) || /* No mounted filesystem */
424 !(mf->mf_flags & MFF_MOUNTED) || /* The fs is not mounted */
mntfs.c 129 * For backwards compatibility purposes, we treat already-mounted
155 * Restart a previously mounted filesystem.
168 ops->mounted(mf); /* XXX: not right, but will do for now */
400 * Re-use the existing mntfs if it is mounted.
amd.h 106 #define FS_ON_AUTOFS 0x0200 /* This filesystem can be mounted directly
119 * macros for struct mntfs (list of mounted filesystems)
121 #define MFF_MOUNTED 0x0001 /* Node is mounted */
409 vmounted mounted; /* fxn: after-mount extra actions */ member in struct:am_ops
420 * List of mounted filesystems
423 qelem mf_q; /* List of mounted filesystems */
502 am_loc *am_al; /* Mounted filesystem */
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 244 // If we don't have procfs mounted, fall back to argv[0]
251 // /proc is not always mounted under Linux (chroot for example).
490 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target
929 // If we have a /proc filesystem mounted, we can quickly establish the
  /src/sys/fs/autofs/
autofs_vnops.c 95 * Already mounted here.
132 * If anything got mounted on top of the vnode, return the new filesystem's
161 goto mounted;
165 mounted:
268 * Already mounted here.
476 * Already mounted here.
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 94 partition to insure that the disk can be mounted under MacOS. This
  /src/lib/libukfs/
ukfs.c 537 int mounted = 0; local
618 mounted = 1;
645 if (mounted)
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 367 NFS-mounted networks and cannot be changed by shared clients.
476 Installing the keys as root might not work in NFS-mounted
503 in NFS-mounted networks.

Completed in 101 milliseconds