Home
last modified time | relevance | path

Searched refs:UBI_IOCVOLUP (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/mtd/
Dubi-user.h177 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) macro
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h191 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) macro
/external/strace/
Dubi.c167 case UBI_IOCVOLUP: in ubi_ioctl()
DChangeLog45755 doing. Not entirely sure about the decoding of UBI_IOCVOLUP -- it takes
/external/u-boot/tools/env/
Dfw_env.c280 if (ioctl(fd, UBI_IOCVOLUP, &bytes)) in ubi_update_start()