Home
last modified time | relevance | path

Searched refs:NAND_IO_GET_CHIP_PARAM (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/usr.sbin/nandtool/
H A Dnand_info.c60 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_info()
H A Dnand_writeoob.c76 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_write_oob()
H A Dnand_readoob.c75 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_read_oob()
H A Dnand_erase.c65 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_erase()
H A Dnand_write.c70 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_write()
H A Dnand_read.c68 if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) == -1) { in nand_read()
/freebsd-12.1/sys/dev/nand/
H A Dnand_dev.h89 #define NAND_IO_GET_CHIP_PARAM _IOWR(NAND_IOCTL_GROUP, 0x8, \ macro
H A Dnand_cdev.c402 case NAND_IO_GET_CHIP_PARAM: in nand_ioctl()
H A Dnand_geom.c295 case NAND_IO_GET_CHIP_PARAM: in nand_ioctl()
/freebsd-12.1/usr.sbin/nandsim/
H A Dnandsim.c604 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 Dgeom_flashmap.c137 if (cmd != NAND_IO_GET_CHIP_PARAM) in g_flashmap_ioctl()
/freebsd-12.1/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c995 else if (ioctl(fd, NAND_IO_GET_CHIP_PARAM, &chip_params) != -1) in calculate_geometry()