HomeSort by: relevance | last modified time | path
    Searched refs:GET_MINOR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 695 unit = GET_MINOR(dev);
2029 u_int unit = GET_MINOR(dev);
2070 u_int unit = GET_MINOR(dev);
2098 if (GET_MINOR(dev) == IPL_LOGSYNC)
2102 return ipf_log_read(&ipfmain, GET_MINOR(dev), uio);
2124 if (GET_MINOR(dev) == IPL_LOGSYNC)
2133 u_int unit = GET_MINOR(dev);
ip_compat.h 670 # ifndef GET_MINOR
671 # define GET_MINOR(x) minor(x)

Completed in 15 milliseconds