Home
last modified time | relevance | path

Searched refs:NANDSIM_START_CTRL (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/nand/
Dnandsim.h113 #define NANDSIM_START_CTRL _IOW(NANDSIM_BASE, 5, int) macro
Dnandsim.c110 case NANDSIM_START_CTRL: in nandsim_ioctl()
/freebsd-10-stable/usr.sbin/nandsim/
Dnandsim.c375 err = ioctl(fd, NANDSIM_START_CTRL, &ctl); in cmdstart()