Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dif_tap.c701 * structure as needed (notably f_devunit gets filled with the fifth parameter
768 int unit = fp->f_devunit; in tap_fops_close()
838 error = tap_dev_read(fp->f_devunit, uio, flags); in tap_fops_read()
916 int unit = fp->f_devunit; in tap_fops_stat()
952 error = tap_dev_write(fp->f_devunit, uio, flags); in tap_fops_write()
1028 return tap_dev_ioctl(fp->f_devunit, cmd, data, curlwp);
1109 return tap_dev_poll(fp->f_devunit, events, curlwp);
1161 return tap_dev_kqfilter(fp->f_devunit, kn);
/netbsd-src/sys/sys/
H A Dfile.h170 #define f_devunit f_undata.fd_devunit macro