Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c116 if ((*errorp = SOP_INIT(so, NULL, cr, flags)) == 0) { in socket_create()
157 if ((*errorp = SOP_INIT(so, parent, cr, flags)) == 0) { in socket_newconn()
H A Dsocksyscalls.c3139 if ((*errorp = SOP_INIT(so, NULL, CRED(), SOCKET_SLEEP)) == 0) { in socreate()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h692 #define SOP_INIT(so, flag, cr, flags) \ macro