Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/null/
H A Dnull.c56 static d_ioctl_t null_ioctl; variable
72 .d_ioctl = null_ioctl,
106 null_ioctl(struct cdev *dev __unused, u_long cmd, caddr_t data __unused, in null_ioctl() function