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

/illumos-gate/usr/src/uts/common/sys/
H A Dsockio.h256 #define _SIOCSOCKFALLBACK _IOW('i', 169, 0) macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c515 _SIOCSOCKFALLBACK, 0, 0, K_TO_K,
1729 (void) strioctl(SOTOV(so), _SIOCSOCKFALLBACK, local
2007 * we issue a _SIOCSOCKFALLBACK to inform the transport
2013 if ((error = strioctl(SOTOV(nso), _SIOCSOCKFALLBACK,
5954 case _SIOCSOCKFALLBACK:
5962 * _SIOCSOCKFALLBACK from an application should never be
6055 error = strioctl(vp, _SIOCSOCKFALLBACK, 0, 0, K_TO_K,

Completed in 56 milliseconds