Searched refs:xq (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dconf.c227 * and add all the ones on xq.
229 static void preplace(qelem *q0, qelem *xq) argument
241 while (xq->q_forw != xq) {
242 qelem *q = xq->q_forw;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/saal/
H A Dsscoppriv.h250 * All expect the xq hold SD PDUs.
252 sscop_msgq_head_t xq; /* xmit queue (input from user before xmit) */ member in struct:sscop
H A Dsaal_sscop.c436 MSGQ_CLEAR(&sscop->xq);
485 MSGQ_INIT(&sscop->xq);
1035 MSGQ_CLEAR(&sscop->xq);
1050 MSGQ_CLEAR(&sscop->xq);
1069 MSGQ_CLEAR(&sscop->xq);
1085 MSGQ_CLEAR(&sscop->xq);
1165 while((s = MSGQ_GET(&sscop->xq)) != NULL) {
1195 if(MSGQ_EMPTY(&sscop->xq) && sscop->vt_s == sscop->vt_a)
1934 MSGQ_CLEAR(&sscop->xq);
2792 MSGQ_APPEND(&sscop->xq, ms
[all...]

Completed in 103 milliseconds