Searched refs:mydev_close (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/share/examples/kld/cdev/module/
H A Dcdev.h78 d_close_t mydev_close; variable
H A Dcdevmod.c83 /* close */ .d_close = mydev_close,
H A Dcdev.c115 mydev_close(struct cdev *dev, int flag, int otyp, struct thread *td) function
119 printf("mydev_close: dev_t=%lu, flag=%x, otyp=%x, procp=%p\n",

Completed in 110 milliseconds