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

  /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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-href-stuib.dtsi 76 /* Sensors mounted on this board variant */
gemini-dlink-dns-313.dts 84 /* Global Mixed-Mode Technology G751 mounted on GPIO I2C */
imx7-tqma7.dtsi 3 * Device Tree Include file for TQ Systems TQMa7x boards with full mounted PCB.
integratorap-im-pd1.dts 4 * with the IM-PD1 example logical module mounted.
imx7d-flex-concentrator.dts 13 /* One I2C device on TQMa7 SoM is not mounted */
ste-ux500-samsung-codina.dts 306 * display mounted and some 10% has a Samsung S6D27A1 instead.
617 * This will make the resistor mounted in R0.0 pull up
ste-dbx5x0-pinctrl.dtsi 484 /* This is the eMMC 8 bits wide, usually PCB-mounted eMMC */
qcom-apq8060-dragonboard.dts 67 * Capella CM3605 light and proximity sensor mounted directly
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 94 partition to insure that the disk can be mounted under MacOS. This
  /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/lib/libukfs/
ukfs.c 536 int mounted = 0; local in function:doukfsmount
617 mounted = 1;
644 if (mounted)

Completed in 27 milliseconds