Home
last modified time | relevance | path

Searched refs:MEMERASE (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-mboxd/test/
H A Derase_flash.c47 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl()
64 case MEMERASE: in ioctl()
H A Dsystem.c50 case MEMERASE: in ioctl()
/openbmc/hiomapd/test/
H A Dflash_erase.c49 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl()
66 case MEMERASE: in ioctl()
H A Dsystem.c49 case MEMERASE: in ioctl()
/openbmc/phosphor-mboxd/
H A Dmboxd_flash.c184 rc = ioctl(context->fds[MTD_FD].fd, MEMERASE, in erase_flash()
205 rc = ioctl(context->fds[MTD_FD].fd, MEMERASE, &erase_info); in erase_flash()
/openbmc/hiomapd/mtd/
H A Dbackend.c216 rc = ioctl(priv->fd, MEMERASE, &erase_info); in mtd_erase()
236 rc = ioctl(priv->fd, MEMERASE, &erase_info); in mtd_erase()
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h149 #define MEMERASE _IOW('M', 2, struct erase_info_user) macro
/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h208 #define MEMERASE _IOW('M', 2, struct erase_info_user) macro
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c859 case MEMERASE: in mtdchar_ioctl()
919 case MEMERASE: in mtdchar_ioctl()
/openbmc/u-boot/tools/env/
H A Dfw_env.c1095 if (ioctl(fd, MEMERASE, &erase) != 0) { in flash_write_buf()