Home
last modified time | relevance | path

Searched refs:UBI_IOCEBISMAP (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/mtd/
H A Dubi-user.h187 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32) macro
/openbmc/linux/include/uapi/mtd/
H A Dubi-user.h206 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32) macro
/openbmc/linux/drivers/mtd/ubi/
H A Dcdev.c522 case UBI_IOCEBISMAP: in vol_cdev_ioctl()
/openbmc/u-boot/tools/env/
H A Dfw_env.c1610 rc = ioctl(fd, UBI_IOCEBISMAP, &lnum); in check_device_config()