Searched refs:adspcmd (Results 1 - 18 of 18) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_attention.c79 int adspAttention(register struct adspcmd *pb, register CCBPtr sp)
105 /* The 1st mbuf in the pb->mp chain (mp) is the adspcmd structure.
110 if (gbuf_len(mp) > sizeof(struct adspcmd)) {
112 gbuf_wset(mp, sizeof(struct adspcmd));
116 gbuf_wset(mp, sizeof(struct adspcmd));
117 gbuf_rinc(nmp, sizeof(struct adspcmd));
H A Dadsp_reset.c80 register struct adspcmd *pb;
104 mp = gbuf_alloc(sizeof(struct adspcmd), PRI_HI);
105 pb = (struct adspcmd *)gbuf_rptr(mp);
106 gbuf_winc(mp,sizeof(struct adspcmd));
150 struct adspcmd *pb;
159 sp->frpb = (struct adspcmd *)pb->qLink;
194 struct adspcmd *pb;
197 register struct adspcmd *rpb;
225 rpb = (struct adspcmd *)gbuf_rptr(mp);
H A Dadsp_Close.c122 struct adspcmd **qhead;
125 register struct adspcmd *p;
126 register struct adspcmd *n;
142 n = (struct adspcmd *)(p->qLink); /* Save next guy */
165 void RemoveCCB(CCBPtr, struct adspcmd *);
169 struct adspcmd *pb;
265 register struct adspcmd *pb, *np;
289 np = (struct adspcmd *)pb->qLink; /* Get next guy (if any) */
321 if ((mp = gbuf_alloc(sizeof(struct adspcmd), PRI_HI))) {
322 pb = (struct adspcmd *)gbuf_rpt
[all...]
H A Dadsp_Init.c59 static void InitContinue(CCBPtr, struct adspcmd *);
77 struct adspcmd *pb;
112 struct adspcmd *ap;
172 struct adspcmd *ap;
H A Dadsp_CLListen.c74 register struct adspcmd *pb;
76 register struct adspcmd *clpb;
92 clpb = (struct adspcmd *)gbuf_rptr(mp);
H A Dadsp_Write.c59 int FillSendQueue(CCBPtr, struct adspcmd *);
71 register struct adspcmd *pb) /* The write PB we're playing with */
84 /* The 1st mbuf in the pb->mp chain (mb) is the adspcmd structure.
88 if (gbuf_len(mb) > sizeof(struct adspcmd)) {
90 gbuf_wset(mb,sizeof(struct adspcmd));
94 gbuf_wset(mb,sizeof(struct adspcmd));
95 gbuf_rinc(nmb,sizeof(struct adspcmd));
155 struct adspcmd *pb;
H A Dadsp_internal.h168 struct adspcmd *opb; /* Outstanding open/close/remove/listens */
169 struct adspcmd *spb; /* Outstanding Sends */
170 struct adspcmd *sapb; /* Outstanding Send Attentions */
171 struct adspcmd *frpb; /* Outstanding Forward Resets */
172 struct adspcmd *rpb; /* Outstanding Read Requests */
382 void completepb(CCBPtr, struct adspcmd *);
383 int adspReadAttention(CCBPtr, struct adspcmd *);
384 int adspMode(struct adspcmd *);
385 int CompleteQueue(struct adspcmd **, int);
H A Dadsp.h438 struct adspcmd { struct
439 struct adspcmd *qLink;
688 extern int adspInit(CCBPtr sp, struct adspcmd *ap);
689 extern int adspOpen(register CCBPtr sp, register struct adspcmd *pb);
690 extern int adspCLListen( register CCBPtr sp, register struct adspcmd *pb);
691 extern int adspClose(register CCBPtr sp, register struct adspcmd *pb);
692 extern int adspCLDeny(struct adspcmd *pb, CCBPtr sp);
693 extern int adspStatus(CCBPtr sp, register struct adspcmd *pb);
694 extern int adspRead(register CCBPtr sp, register struct adspcmd *pb);
695 extern int adspWrite(CCBPtr sp, struct adspcmd *p
[all...]
H A Dadsp_NewCID.c69 struct adspcmd *pb;
H A Dadsp_Read.c70 register struct adspcmd *pb;
206 pb = (struct adspcmd *)gbuf_rptr(mp); /* get new parameter block */
259 int CheckAttn(CCBPtr, struct adspcmd *);
263 register struct adspcmd *pb;
324 register struct adspcmd *pb;
357 pb = (struct adspcmd *)gbuf_rptr(mp); /* get new parameter block */
390 register struct adspcmd *pb;
H A Dadsp_RxAttn.c141 struct adspcmd *pb;
195 sp->sapb = (struct adspcmd *)pb->qLink; /* Unlink from queue */
H A Dadsp_CLDeny.c71 int adspCLDeny(struct adspcmd *pb, CCBPtr sp)
H A Dadsp_Options.c73 struct adspcmd *pb;
H A Dadsp_Status.c116 register struct adspcmd *pb;
H A Dadsp_Open.c139 register struct adspcmd *pb;
280 sp->opb = (struct adspcmd *)gbuf_rptr(mp);
296 register struct adspcmd *pb;
H A Dadsp_Packet.c411 struct adspcmd *opb;
549 struct adspcmd *pb;
597 struct adspcmd *p;
598 struct adspcmd *n;
610 p = (struct adspcmd *)&sp->opb;
611 while ((n = (struct adspcmd *)p->qLink)) /* Hunt down list of listens */
H A Dadsp.c126 register struct adspcmd *ap;
139 ap = (struct adspcmd *)gbuf_rptr(mp);
166 ap = (struct adspcmd *) gbuf_rptr(gbuf_cont(mp));
H A Dadsp_Control.c370 register struct adspcmd *pb;
373 if (gbuf_len(pb->mp) > sizeof(struct adspcmd))
374 gbuf_wset(pb->mp,sizeof(struct adspcmd));

Completed in 43 milliseconds