Home
last modified time | relevance | path

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

/trueos/sys/dev/my/
HDif_my.c119 static int my_ioctl(struct ifnet *, u_long, caddr_t);
892 ifp->if_ioctl = my_ioctl; in my_attach()
1656 my_ioctl(struct ifnet * ifp, u_long command, caddr_t data) in my_ioctl() function