Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/nand/
Dnandsim.h165 #define NANDSIM_PRINT_LOG _IOWR(NANDSIM_BASE, 23, struct sim_log) macro
Dnandsim.c127 case NANDSIM_PRINT_LOG: in nandsim_ioctl()
/freebsd-12-stable/usr.sbin/nandsim/
Dnandsim.c755 err = ioctl(fd, NANDSIM_PRINT_LOG, &log); in cmdlog()