Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h149 #define PORT_CLOSED 0x02 /* owner closed the port */ macro
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c165 if (pp->port_flags & PORT_CLOSED) { in port_close()