Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c114 if ((*errorp = SOP_INIT(so, NULL, cr, flags)) == 0) { in socket_create()
155 if ((*errorp = SOP_INIT(so, parent, cr, flags)) == 0) { in socket_newconn()
H A Dsocksyscalls.c3074 if ((*errorp = SOP_INIT(so, NULL, CRED(), SOCKET_SLEEP)) == 0) { in socreate()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h685 #define SOP_INIT(so, flag, cr, flags) \ macro