Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nand/
HDnand_dev.h52 #define NAND_IO_OOB_PROG _IOWR(NAND_IOCTL_GROUP, 0x2, struct nand_oob_rw) macro
HDnand_cdev.c344 case NAND_IO_OOB_PROG: in nand_ioctl()
HDnand_geom.c244 case NAND_IO_OOB_PROG: in nand_ioctl()
/NextBSD/usr.sbin/nandtool/
HDnand_writeoob.c97 if (ioctl(fd, NAND_IO_OOB_PROG, &req) == -1) { in nand_write_oob()