| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/ |
| H A D | Howto | 11 OpenRoot opens a filer window on the mounted filesystem 24 Once a partition has been mounted the obey file OpenRoot can be 25 use to open a filer window on the mounted partition. 46 A partition is mounted using the command unixfs_mount xxxxx where
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_changelist.c | 207 boolean_t mounted; in changelist_postfix() local 238 mounted = (clp->cl_gflags & CL_GATHER_DONT_UNMOUNT) || in changelist_postfix() 241 if (!mounted && (cn->cn_mounted || in changelist_postfix() 249 mounted = TRUE; in changelist_postfix() 257 if (sharenfs && mounted) in changelist_postfix() 261 if (sharesmb && mounted) in changelist_postfix()
|
| H A D | libzfs_diff.c | 681 boolean_t mounted; in get_mountpoint() local 683 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt); in get_mountpoint() 684 if (mounted == B_FALSE) { in get_mountpoint()
|
| /netbsd-src/distrib/common/ |
| H A D | cgdroot.rc | 70 mounted= 73 mounted=$dev 78 if [ -z "$mounted" ]; then
|
| /netbsd-src/external/cddl/osnet/sys/kern/ |
| H A D | kobj.c | 110 out->mounted = 1; in kobj_open_file() 160 if (file->mounted) { in kobj_close_file()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | TODO | 44 -- check for already-mounted filesystems before install newfs. 47 -- check for already-mounted filesystems before upgrade fsck. 50 -- check for already-mounted filesystems before upgrade mount.
|
| H A D | partman.c | 277 if (p->mounted == NULL) in pm_get_mount() 281 return p->mounted[id]; in pm_get_mount() 293 if (p->mounted == NULL) { in pm_set_mount() 294 p->mounted = calloc(p->parts->num_part, sizeof(char*)); in pm_set_mount() 295 if (p->mounted == NULL) in pm_set_mount() 298 free(p->mounted[id]); in pm_set_mount() 299 p->mounted[id] = strdup(path); in pm_set_mount() 300 return p->mounted[id] != NULL; in pm_set_mount() 2286 if (pm_i->mounted != NULL) { in pm_destroy_one() 2288 free(pm_i->mounted[i]); in pm_destroy_one() [all …]
|
| H A D | util.c | 446 struct statvfs *mounted; member 470 if (strncmp(state->mounted[i].f_mntfromname, tname, tlen) in get_available_cds_helper() 472 t = state->mounted[i].f_mntfromname + tlen; in get_available_cds_helper() 548 data.mounted = calloc(n, sizeof(*data.mounted)); in get_available_cds() 549 m = getvfsstat(data.mounted, n*sizeof(*data.mounted), in get_available_cds() 557 free(data.mounted); in get_available_cds()
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | README.autofs | 47 not yet mounted, it will trigger another autofs lookup which will deadlock 77 mounted as lofs mounts, subject to the limitation described in the caveats 88 the kernel<->daemon protocol used by Linux 2.2 and 2.4. Only already-mounted 107 - Auto maps are actually mounted as a separate autofs filesystem. Since each 109 file descriptors available, there can be at most 512 of them mounted at
|
| H A D | tasks | 55 - need a way to export a nfs-mount point after it is being mounted (jukebox 62 - y2k: amq /home (mounted time uses YY instead of YYYY)
|
| H A D | README.osx | 69 and amd mounted directories, but hopefully this is just a bug that
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | kobj.h | 54 int mounted; member
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | versatile-ab-ib2.dts | 3 * The Versatile AB with the IB2 expansion board mounted.
|
| /netbsd-src/etc/ |
| H A D | rc.subr | 145 # each one to see if it is mounted, and if it is not, mounting it. 174 "note:File system ${_fs} was already mounted" 208 # each one to see if it is mounted, and if it is not, mounting it. 239 *) # noauto|off - dataset isn't supposed to be mounted 256 case "$( zfs get -H -o value mounted $_dataset )" in 260 "note:File system $_fs was already mounted" 491 # Requires /usr to be mounted. 507 # Requires /usr to be mounted. 510 # Requires /usr to be mounted. 514 # Requires /usr to be mounted. [all …]
|
| /netbsd-src/distrib/miniroot/ |
| H A D | install.sh | 137 any of the filesystems are mounted. At that time you will be able 357 dependencies in the order which the filesystems are mounted. You may
|
| /netbsd-src/tests/fs/tmpfs/ |
| H A D | README | 12 refactored to be reusable on any mounted file system, which could also
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | check_mnttab_file_name.m4 | 5 dnl stores its cache of mounted filesystems. But under SunOS, the same
|
| /netbsd-src/sbin/mount_portal/examples/ |
| H A D | overview | 15 checking against the mounted file systems (see
|
| H A D | tcp.1 | 23 Using the already-mounted portal file system, open a connection
|
| /netbsd-src/external/bsd/am-utils/dist/doc/ |
| H A D | am-utils.texi | 350 An @dfn{automounter} maintains a cache of mounted filesystems. 351 Filesystems are mounted on demand when they are first referenced, 425 @i{Amd} maintains a cache of mounted filesystems. Filesystems are 426 @dfn{demand-mounted} when they are first referenced, and unmounted after 533 Unix implements a namespace of hierarchically mounted filesystems. Two 545 determines whether the required filesystem is already mounted. This is 547 for an existing filesystem mounted at the same place. If such a 566 already known. If it is not, the required volume is mounted. A 569 direct to the mounted filesystem. 571 If a volume is not yet mounted, @i{Amd} consults a configuration [all …]
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | CHANGES | 42 completed. When the filesystem is mounted, it uses the *older* of the 83 is mounted read-only the cleaner can still operate on it, but this 142 but since that should really run *before* the filesystem is mounted,
|
| /netbsd-src/sys/arch/sun68k/stand/ |
| H A D | README | 35 without having the filesystem mounted so this command can work
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | autil.c | 211 if (mf->mf_ops->mounted) in mf_mounted() 212 mf->mf_ops->mounted(mf); in mf_mounted()
|
| /netbsd-src/sys/arch/evbmips/conf/ |
| H A D | MTX-1 | 21 # kernel panics when running diskless with / mounted over a PCI NIC.
|
| /netbsd-src/external/bsd/iscsi/dist/doc/ |
| H A D | HOWTO-iSCSI-encrypt.txt | 186 The new file system, mounted on /iscsi, can now be used as normal. 202 In normal usage, the device can be mounted. Firstly, the initiator
|