Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c281 return (SOP_SHUTDOWN(so, how, cr)); in socket_shutdown()
H A Dsockcommon_sops.c576 SO_BLOCK_FALLBACK(so, SOP_SHUTDOWN(so, how, cr)); in so_shutdown()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h713 #define SOP_SHUTDOWN(so, how, cr) \ macro