Searched defs:IPNET_MINOR_LO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c124 static const int IPNET_MINOR_LO = 1; /* minor number for /dev/lo0 */ variable
465 if (ddi_create_minor_node(dip, "lo0", S_IFCHR, IPNET_MINOR_LO,
550 if (getminor(*dev) == IPNET_MINOR_LO) {
1151 * ipnet_if is only NULL for IPNET_MINOR_LO devices.
2172 * This should never be called for the IPNET_MINOR_LO device as it is

Completed in 49 milliseconds