Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDmlfk_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) {
HDip_compat.h171 # define GET_MINOR dev2unit macro
565 # ifndef GET_MINOR
566 # define GET_MINOR(x) dev2unit(x) macro
HDip_fil_freebsd.c287 unit = GET_MINOR(dev); in ipfioctl()