Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c439 int unit = GET_MINOR(dev); in ipfpoll()
492 int unit = GET_MINOR(dev); in ipfopen()
527 int unit = GET_MINOR(dev); in ipfclose()
552 int unit = GET_MINOR(dev);
602 if (GET_MINOR(dev) == IPL_LOGSYNC) {
H A Dip_compat.h170 # define GET_MINOR dev2unit macro
564 # ifndef GET_MINOR
565 # define GET_MINOR(x) dev2unit(x) macro
H A Dip_fil_freebsd.c263 unit = GET_MINOR(dev); in ipfioctl()