Home
last modified time | relevance | path

Searched defs:nsop (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c72 struct cred *cr, struct sonode **nsop) in so_accept_notsupp()
307 so_accept(struct sonode *so, int fflag, struct cred *cr, struct sonode **nsop) in so_accept()
H A Dsockcommon_subr.c68 struct sonode **nsop) in so_acceptq_dequeue_locked()
124 struct sonode **nsop) in so_acceptq_dequeue()
H A Dsockcommon.c212 socket_accept(struct sonode *lso, int fflag, cred_t *cr, struct sonode **nsop) in socket_accept()
H A Dsocksyscalls.c3058 soaccept(struct sonode *so, int fflag, struct sonode **nsop) in soaccept()
H A Dsocktpi.c1610 struct sonode **nsop) in sotpi_accept()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c178 struct sonode **nsop) in sosdp_accept()
H A Dsocksctp.c246 struct sonode **nsop) in sosctp_accept()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h694 #define SOP_ACCEPT(so, fflag, cr, nsop) \ argument