Searched refs:nsop (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c210 socket_accept(struct sonode *lso, int fflag, cred_t *cr, struct sonode **nsop) argument
212 return (SOP_ACCEPT(lso, fflag, cr, nsop));
H A Dsockcommon_subr.c67 struct sonode **nsop)
71 *nsop = NULL;
96 *nsop = nso;
110 * nsop - Value-return argument
113 * 0 when a connection is successfully dequeued, in which case nsop
115 * value is returned, and the value of nsop is set to NULL.
123 struct sonode **nsop)
128 error = so_acceptq_dequeue_locked(so, dontblock, nsop);
66 so_acceptq_dequeue_locked(struct sonode *so, boolean_t dontblock, struct sonode **nsop) argument
122 so_acceptq_dequeue(struct sonode *so, boolean_t dontblock, struct sonode **nsop) argument
H A Dsockcommon_sops.c71 struct cred *cr, struct sonode **nsop)
333 so_accept(struct sonode *so, int fflag, struct cred *cr, struct sonode **nsop) argument
338 *nsop = NULL;
340 SO_BLOCK_FALLBACK(so, SOP_ACCEPT(so, fflag, cr, nsop));
359 *nsop = nso;
70 so_accept_notsupp(struct sonode *lso, int fflag, struct cred *cr, struct sonode **nsop) argument
H A Dsocktpi.c1651 struct sonode **nsop)
1670 (void *)so, fflag, (void *)nsop,
2025 if (nsop != NULL)
2026 *nsop = nso;
2136 if (nsop != NULL)
2137 *nsop = nso;
1650 sotpi_accept(struct sonode *so, int fflag, struct cred *cr, struct sonode **nsop) argument
H A Dsocksyscalls.c3003 soaccept(struct sonode *so, int fflag, struct sonode **nsop) argument
3005 return (socket_accept(so, fflag, CRED(), nsop));
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c177 struct sonode **nsop)
204 *nsop = nso;
176 sosdp_accept(struct sonode *lso, int fflag, struct cred *cr, struct sonode **nsop) argument
H A Dsocksctp.c237 struct sonode **nsop)
244 error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), nsop);
236 sosctp_accept(struct sonode *so, int fflag, struct cred *cr, struct sonode **nsop) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h687 #define SOP_ACCEPT(so, fflag, cr, nsop) \
688 ((so)->so_ops->sop_accept((so), (fflag), (cr), (nsop)))

Completed in 86 milliseconds