| /openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/ |
| H A D | mount-copybind | 18 mountpoint=$2 30 if [ -d "$mountpoint" ]; then 56 mountcontext=",rootcontext=$(matchpathcon -n "$mountpoint")" 59 …nt -t overlay overlay -olowerdir="$mountpoint",upperdir="$spec",workdir="$overlay_workdir""$mountc… 63 cp -aPR "$mountpoint"/. "$spec/" 66 mount -o "bind$options" "$spec" "$mountpoint" 70 restorecon -R "$mountpoint" 74 elif [ -f "$mountpoint" ]; then 76 cp -aP "$mountpoint" "$spec" 79 mount -o "bind$options" "$spec" "$mountpoint" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
| H A D | 0007-invoking-mount-with-infinite-timeout.patch | 20 @@ -271,7 +271,7 @@ def mount(device, mountpoint, fstype, options=None): 21 makedirs(mountpoint) 23 argv = ["mount", "-t", fstype, "-o", options, device, mountpoint] 28 def umount(mountpoint):
|
| /openbmc/qemu/block/export/ |
| H A D | fuse.c | 56 char *mountpoint; member 75 static int setup_fuse_export(FuseExport *exp, const char *mountpoint, 166 if (g_hash_table_contains(exports, args->mountpoint)) { in fuse_export_create() 168 args->mountpoint); in fuse_export_create() 173 if (!is_regular_file(args->mountpoint, errp)) { in fuse_export_create() 178 exp->mountpoint = g_strdup(args->mountpoint); in fuse_export_create() 196 ret = setup_fuse_export(exp, args->mountpoint, true, NULL); in fuse_export_create() 199 ret = setup_fuse_export(exp, args->mountpoint, false, errp); in fuse_export_create() 203 ret = setup_fuse_export(exp, args->mountpoint, exp->allow_other, errp); in fuse_export_create() 231 static int setup_fuse_export(FuseExport *exp, const char *mountpoint, in setup_fuse_export() argument [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/sysvinit/ |
| H A D | sysvinit_3.14.bb | 33 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum… 40 ALTERNATIVE_LINK_NAME[mountpoint] = "${base_bindir}/mountpoint" 41 ALTERNATIVE_PRIORITY[mountpoint] = "20" 55 ALTERNATIVE:${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1" 60 ALTERNATIVE_LINK_NAME[mountpoint.1] = "${mandir}/man1/mountpoint.1"
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/ |
| H A D | run-ptest.in | 9 mountpoint -q /sys/kernel/config 16 ./$testbin -v --gpio-class @mountpoint@ --chown-user gpio-test > ./$testbin.out 2>&1
|
| H A D | gpiod-sysfs-proxy.service.in | 10 ExecStart=/usr/bin/gpiod-sysfs-proxy @mountpoint@ -f -o nonempty -o allow_other -o default_permissi… 11 ExecStop=/bin/umount @mountpoint@
|
| H A D | gpiod-sysfs-proxy.init.in | 53 mountpoint -q /sys/class
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 308.out | 29 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 39 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 49 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 64 'mountpoint': 'TEST_DIR/t.IMGFMT' 75 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 95 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true 127 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true 154 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true, 'growable': true 196 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true
|
| /openbmc/openbmc/poky/meta/recipes-core/volatile-binds/ |
| H A D | volatile-binds.bb | 45 while read spec mountpoint; do 51 [ "$mountpoint" != ${localstatedir}/lib ] || var_lib_servicefile=$servicefile 52 sed -e "s#@what@#$spec#g; s#@where@#$mountpoint#g" \ 53 -e "s#@whatparent@#${spec%/*}#g; s#@whereparent@#${mountpoint%/*}#g" \
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | partition.py | 41 self.mountpoint = args.mountpoint 76 self.mountpoint, self.size) 114 extra_blocks, self.mountpoint, rootfs_size) 143 "partition." % self.mountpoint) 152 "partition '%s'" % (self.fstype, self.mountpoint)) 172 (self.source, self.mountpoint)) 200 (self.mountpoint, self.source)) 205 (self.mountpoint, self.size, self.fixed_size)) 526 if part.mountpoint: 527 args = [part.fstype, "mounted at %s" % part.mountpoint]
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | rootfs | 16 while ! mountpoint -q $ROOTFS_DIR; do 56 if mountpoint -q $ROOTFS_DIR; then
|
| H A D | finish | 22 if mountpoint -q "${dev}" && [ "${dev##*/}" != "${ROOT_DISK}" ]; then
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 74 if not self.ks.bootloader.source and part.mountpoint == "/boot": 119 if not part.realnum or not part.mountpoint \ 120 … or part.mountpoint == "/" or not (part.mountpoint.startswith('/') or part.mountpoint == "swap"): 142 line = "\t".join([device_name, part.mountpoint, part.fstype, 241 if part.mountpoint == '/': 244 suffix = '["%s"]:' % (part.mountpoint or part.label) 263 if part.mountpoint == "/": 498 "sectors (%d bytes).", part.mountpoint, part.disk, 605 if part.mountpoint == "/boot" and part.fstype in ["vfat", "msdos"] \ 609 part.mountpoint)
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/ |
| H A D | phosphor-static-norootfs-init.bb | 60 for mountpoint in ${NOROOTFS_PERSISTENT_DIRS} ; do 61 mkdir -p ${D}/$mountpoint 62 touch ${D}/$mountpoint/.keep.mount-persistent
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | fuse-allow-other.out | 14 'mountpoint': 'TEST_DIR/fuse-export', 43 'mountpoint': 'TEST_DIR/fuse-export', 70 'mountpoint': 'TEST_DIR/fuse-export',
|
| H A D | file-io-error.out | 19 'mountpoint': 'TEST_DIR/fuse-export',
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod/ |
| H A D | run-ptest | 8 mountpoint /sys/kernel/config > /dev/null || mount -t configfs configfs /sys/kernel/config
|
| /openbmc/openbmc/meta-phosphor/recipes-core/busybox/ |
| H A D | busybox_%.bbappend | 7 file://mountpoint.cfg \
|
| /openbmc/openbmc/poky/meta/recipes-core/psplash/files/ |
| H A D | psplash-init | 30 if ! mountpoint -q $PSPLASH_FIFO_DIR; then
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/ |
| H A D | gpiod-sysfs-proxy_0.1.2.bb | 44 … sed -i "s:@mountpoint@:$MOUNTPOINT:g" ${D}${systemd_system_unitdir}/gpiod-sysfs-proxy.service 48 sed -i "s:@mountpoint@:$MOUNTPOINT:g" ${D}${sysconfdir}/init.d/gpiod-sysfs-proxy 75 sed -i "s:@mountpoint@:$MOUNTPOINT:g" ${D}${PTEST_PATH}/run-ptest
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
| H A D | nfscommon | 104 if ! mountpoint -q "$2" 113 if mountpoint -q "$1"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/ |
| H A D | run-ptest | 12 mountpoint /sys/kernel/config > /dev/null || mount -t configfs configfs /sys/kernel/config
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/bubblewrap/ |
| H A D | 0001-Use-stdbool.h-for-booleans.patch | 47 mountpoint = rest; 48 - rest = skip_token (rest, FALSE); /* mountpoint */ 49 + rest = skip_token (rest, false); /* mountpoint */ 64 if (!has_path_prefix (this->mountpoint, root_mount)) 69 if (strcmp (parent->mountpoint, this->mountpoint) == 0) 77 if (has_path_prefix (this->mountpoint, sibling->mountpoint))
|
| /openbmc/openbmc-tools/witherspoon-debug/ |
| H A D | README.md | 24 1. Ensure `/usr/local` is a tmpfs mountpoint (may not be if system is configured
|
| H A D | debug | 32 if ! mountpoint /usr/local
|