Searched refs:NAND_IO_GET_CHIP_PARAM (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/usr.sbin/nandtool/ |
| H A D | nand_info.c | 60 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_info()
|
| H A D | nand_writeoob.c | 76 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_write_oob()
|
| H A D | nand_readoob.c | 75 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_read_oob()
|
| H A D | nand_erase.c | 65 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_erase()
|
| H A D | nand_write.c | 70 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_write()
|
| H A D | nand_read.c | 68 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_read()
|
| /freebsd-12.1/sys/dev/nand/ |
| H A D | nand_dev.h | 89 #define NAND_IO_GET_CHIP_PARAM _IOWR(NAND_IOCTL_GROUP, 0x8, \ macro
|
| H A D | nand_cdev.c | 402 case NAND_IO_GET_CHIP_PARAM: in nand_ioctl()
|
| H A D | nand_geom.c | 295 case NAND_IO_GET_CHIP_PARAM: in nand_ioctl()
|
| /freebsd-12.1/usr.sbin/nandsim/ |
| H A D | nandsim.c | 604 err = ioctl(cdevd, NAND_IO_GET_CHIP_PARAM, &cparams); in cmdbb() 828 err = ioctl(fd, NAND_IO_GET_CHIP_PARAM, &cparams); in cmddump() 957 err = ioctl(fd, NAND_IO_GET_CHIP_PARAM, &cparams); in cmdrestore() 1364 err = ioctl(cdevd, NAND_IO_GET_CHIP_PARAM, &cparams); in printstats()
|
| /freebsd-12.1/sys/geom/ |
| H A D | geom_flashmap.c | 137 if (cmd != NAND_IO_GET_CHIP_PARAM) in g_flashmap_ioctl()
|
| /freebsd-12.1/sbin/newfs_nandfs/ |
| H A D | newfs_nandfs.c | 995 else if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) != -1) in calculate_geometry()
|