Searched refs:sapb (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_attention.c123 if (sp->sapb) { /* Pending attentions already? */
124 qAddToEnd((struct qlink **)&sp->sapb, (struct qlink *)pb); /* Just add to end of queue */
128 sp->sapb = pb;
H A Dadsp_RxAttn.c189 if ((pb = sp->sapb) == 0) { /* We never sent data ? !!! */
195 sp->sapb = (struct adspcmd *)pb->qLink; /* Unlink from queue */
207 if (sp->sapb) { /* Another send attention pending? */
H A Dadsp_Control.c264 if (sp->sapb) {
269 if (gbuf_cont(sp->sapb->mp)) {
270 gbuf_cont(mp) = gbuf_dupm(gbuf_cont(sp->sapb->mp));
279 sp->f.data[0] = high(sp->sapb->u.attnParams.attnCode);
280 sp->f.data[1] = low(sp->sapb->u.attnParams.attnCode);
H A Dadsp_Timer.c134 if (sp->sapb) { /* Unacknowledged attn pkt */
H A Dadsp_Close.c86 if (sp->sapb) /* Outstanding send attention ? */
229 _total = CompleteQueue(&sp->sapb, err); /* Abort outstanding send attentions */
H A Dadsp_internal.h170 struct adspcmd *sapb; /* Outstanding Send Attentions */ member in struct:ccb

Completed in 28 milliseconds