/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/ |
H A D | xfsprogs_6.6.0.bb | 43 PACKAGECONFIG ??= "blkid" 45 PACKAGECONFIG[blkid] = "--enable-blkid=yes,--enable-blkid=no,util-linux"
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6dsp-lpass-clocks.h | 13 #define Q6DSP_VOTE_CLK(id, blkid, n) { \ argument 15 .q6dsp_clk_id = blkid, \
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux_2.40.2.bb | 139 # Util-linux' blkid replaces the e2fsprogs one 140 RCONFLICTS:${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid" 141 RREPLACES:${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid" 183 …sbinprogs_a="pivot_root hwclock mkswap losetup swapon swapoff fdisk fsck blkid blockdev fstrim sul… 250 ALTERNATIVE_LINK_NAME[blkid] = "${base_sbindir}/blkid" 311 blkid.8 eject.1 findfs.8 fsck.8 kill.1 last.1 lastb.1 libblkid.3 logger.1 mesg.1 \ 317 ALTERNATIVE_LINK_NAME[blkid.8] = "${mandir}/man8/blkid.8" 365 rm -rf ${D}${PTEST_PATH}/tests/ts/blkid/md-raid0-whole 366 rm -rf ${D}${PTEST_PATH}/tests/ts/blkid/md-raid1-part 367 rm -rf ${D}${PTEST_PATH}/tests/ts/blkid/md-raid1-whole
|
/openbmc/openbmc/poky/meta/recipes-core/udev/ |
H A D | eudev_3.2.14.bb | 34 PACKAGECONFIG ?= "blkid hwdb kmod \ 37 PACKAGECONFIG[blkid] = "--enable-blkid,--disable-blkid,util-linux"
|
H A D | udev-extraconf_1.1.bb | 56 RDEPENDS:${PN} = "udev util-linux-blkid ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'util-li…
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/ |
H A D | 0003-include-paths.h-for-_PATH_MOUNTED.patch | 22 #include <blkid/blkid.h>
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install-efi.sh | 226 boot_uuid=$(blkid -o value -s UUID ${bootfs}) 227 swap_part_uuid=$(blkid -o value -s PARTUUID ${swap}) 248 root_part_uuid=$(blkid -o value -s PARTUUID ${rootfs}) 264 rootuuid=$(blkid -o value -s PARTUUID ${rootfs})
|
H A D | init-install.sh | 252 boot_uuid=$(blkid -o value -s UUID ${bootfs}) 253 swap_part_uuid=$(blkid -o value -s PARTUUID ${swap}) 300 root_part_uuid=$(blkid -o value -s PARTUUID ${rootfs}) 301 boot_uuid=$(blkid -o value -s UUID ${bootfs})
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/ |
H A D | ima-evm-utils_1.5.bb | 25 # blkid is called by evmctl when creating evm checksums. 28 RDEPENDS:${PN}:append:class-target = " util-linux-blkid libcrypto attr libattr keyutils"
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.c | 480 int blkid; in rvu_check_block_implemented() local 484 for (blkid = 0; blkid < BLK_COUNT; blkid++) { in rvu_check_block_implemented() 485 block = &hw->block[blkid]; in rvu_check_block_implemented() 486 cfg = rvupf_read64(rvu, RVU_PF_BLOCK_ADDRX_DISC(blkid)); in rvu_check_block_implemented() 846 int blkid; in rvu_setup_nix_hw_resource() local 853 blkid = (blkaddr == BLKADDR_NIX0) ? 0 : 1; in rvu_setup_nix_hw_resource() 860 block->pf_lfcnt_reg = RVU_PRIV_PFX_NIXX_CFG(blkid); in rvu_setup_nix_hw_resource() 861 block->vf_lfcnt_reg = RVU_PRIV_HWVFX_NIXX_CFG(blkid); in rvu_setup_nix_hw_resource() 866 sprintf(block->name, "NIX%d", blkid); in rvu_setup_nix_hw_resource() 867 rvu->nix_blkaddr[blkid] = blkaddr; in rvu_setup_nix_hw_resource() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
H A D | cryptsetup_2.7.5.bb | 38 blkid \ 63 PACKAGECONFIG[blkid] = "--enable-blkid,--disable-blkid,util-linux"
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs.c | 628 dmu_read(dnode_end_t *dn, uint64_t blkid, void **buf, in dmu_read() argument 645 idx = (blkid >> (epbs * level)) & ((1 << epbs) - 1); in dmu_read() 909 uint64_t hash, idx, blkid; in fzap_lookup() local 927 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_lookup() 934 err = dmu_read(zap_dnode, blkid, &l, &leafendian, data); in fzap_lookup() 953 uint64_t idx, blkid; in fzap_iterate() local 974 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_iterate() 976 err = dmu_read(zap_dnode, blkid, &l_in, &endian, data); in fzap_iterate() 1114 uint64_t blkid, blksz; /* the block id this object dnode is in */ in dnode_get() local 1125 blkid = objnum >> epbs; in dnode_get() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/ |
H A D | e2fsprogs_1.47.1.bb | 36 # We use blkid from util-linux now so remove from here 38 rm -rf ${D}${includedir}/blkid 39 rm -f ${D}${base_libdir}/pkgconfig/blkid.pc 40 rm -f ${D}${base_sbindir}/blkid
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/ |
H A D | initramfs-module-install-efi_1.0.bb | 4 RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VI…
|
H A D | initramfs-module-install_1.0.bb | 4 RDEPENDS:${PN} = "initramfs-framework-base grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-…
|
H A D | initramfs-live-install_1.0.bb | 9 RDEPENDS:${PN} = "grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
H A D | initramfs-live-install-efi_1.0.bb | 6 RDEPENDS:${PN} = "parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/ |
H A D | wiper.sh-fix-stat-path.patch | 25 BLKID=`find_prog /sbin/blkid` || exit 1
|
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | mount.sh | 181 LABEL=`/sbin/blkid | grep "$1:" | grep -o 'LABEL=".*"' | cut -d '"' -f2`
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/ |
H A D | dracut_103.bb | 61 RDEPENDS:${PN} = "findutils cpio util-linux-blkid util-linux-getopt util-linux bash ldd"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-update.sh | 76 blkid "$1" | sed -e 's/^.*TYPE="//' -e 's/".*$//'
|
H A D | obmc-init.sh | 40 blkid "$1" | sed -e 's/^.*TYPE="//' -e 's/".*$//'
|
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ |
H A D | ecryptfs-utils-CVE-2016-6224.patch | 49 if [ "$(blkid -p -s PART_ENTRY_SCHEME -o value "$swap")" = "gpt" ]; then
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/ |
H A D | gxp-obmc-init.sh | 42 blkid "$1" | sed -e 's/^.*TYPE="//' -e 's/".*$//'
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 562 … out = exec_cmd("{} --probe {}".format(self.blkid, self._get_part_image(pnum)))
|