Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c125 static const int IPNET_MINOR_LO = 1; /* minor number for /dev/lo0 */ variable
466 if (ddi_create_minor_node(dip, "lo0", S_IFCHR, IPNET_MINOR_LO, in ipnet_attach()
551 if (getminor(*dev) == IPNET_MINOR_LO) { in ipnet_open()