Searched refs:CCBPtr (Results 1 - 22 of 22) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_internal.h253 } CCB, *CCBPtr; typedef in typeref:struct:ccb
313 void CallUserRoutine(CCBPtr sp); /* (CCB FPTR sp); */
331 void *qfind_m(CCBPtr qhead, void *match, ProcPtr compare_fnx);
358 void CheckSend(CCBPtr);
367 int CalcRecvWdw(CCBPtr);
368 int calcRecvQ(CCBPtr);
369 int CalcSendQFree(CCBPtr);
370 int adsp_sendddp(CCBPtr, gbuf_t *, int, AddrUnion *, int);
371 int CheckReadQueue(CCBPtr);
372 int CheckOkToClose(CCBPtr);
[all...]
H A Dadsp_Status.c54 int calcSendQ(CCBPtr);
64 int CalcSendQFree(sp) /* (CCBPtr sp) */
65 CCBPtr sp;
79 CCBPtr sp;
115 CCBPtr sp;
H A Dadsp_Close.c66 static void qRemove(CCBPtr, CCBPtr);
79 int CheckOkToClose(sp) /* (CCBPtr sp) */
80 CCBPtr sp;
129 CCBPtr sp = 0;
136 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
165 void RemoveCCB(CCBPtr, struct adspcmd *);
167 void RemoveCCB(sp, pb) /* (CCBPtr sp, DSPPBPtr pb) */
168 CCBPtr sp;
216 int AbortIO(CCBPtr, shor
[all...]
H A Dadsp_stream.c88 CCBPtr sp;
160 CCBPtr sp;
174 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
185 CCBPtr sp;
199 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
227 register CCBPtr sp;
235 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
251 CCBPtr sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
295 CheckReadQueue((CCBPtr)gbuf_rpt
[all...]
H A Dadsp.c64 register CCBPtr sp;
72 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
84 register CCBPtr sp;
87 sp = (CCBPtr)gbuf_rptr(((gbuf_t *)gref->info));
150 if ((error = adspAttention(sp, (CCBPtr)ap)))
185 ap->socket = ((CCBPtr)sp)->localSocket;
188 if (adspDeassignSocket((CCBPtr)sp) >= 0)
229 if ((error = adspCLDeny(sp, (CCBPtr)ap))) {
247 if ((error = adspReadAttention((CCBPtr)sp, ap))) {
334 CCBPtr s
[all...]
H A Dadsp_Init.c59 static void InitContinue(CCBPtr, struct adspcmd *);
75 static void InitContinue(sp, pb) /* (CCBPtr sp, DSPPBPtr pb, int soc) */
76 CCBPtr sp;
111 CCBPtr sp;
H A Dadsp_misc.c124 CCBPtr qhead;
128 CCBPtr queue_item = qhead;
H A Dadsp.h687 #define CCBPtr struct ccb * macro
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 *pb);
696 extern int adspAttention(register struct adspcmd *pb, register CCBPtr s
705 #undef CCBPtr macro
[all...]
H A Dadsp_RxAttn.c69 static boolean MatchSender(CCBPtr, MATCH_SENDERPtr);
71 static boolean MatchSender(sp, m) /* (CCBPtr sp, MATCH_SENDERPtr m) */
72 CCBPtr sp;
107 CCBPtr FindSender(f, a) /* (ADSP_FRAMEPtr f, AddrUnion a) */
115 return (CCBPtr)qfind_m((CCB *)AT_ADSP_STREAMS, &m, (ProcPtr)MatchSender);
134 int RXAttention(sp, mp, f, len) /* (CCBPtr sp, ADSP_FRAMEPtr f, word len) */
135 CCBPtr sp;
H A Dadsp_Timer.c78 void TrashSession(CCBPtr);
80 void TrashSession(sp) /* (CCBPtr sp) */
81 CCBPtr sp;
105 CCBPtr sp;
107 sp = (CCBPtr)((Ptr)t - t->type); /* Recover stream pointer for this guy */
H A Dadsp_Write.c59 int FillSendQueue(CCBPtr, struct adspcmd *);
69 int FillSendQueue( /* (CCBPtr sp) */
70 register CCBPtr sp,
154 CCBPtr sp;
182 CCBPtr sp;
H A Dadsp_Packet.c76 static void GleanSession(CCBPtr);
78 static void GleanSession(sp) /* (CCBPtr sp) */
79 CCBPtr sp;
403 static boolean MatchStream(CCBPtr, MATCHPtr);
406 MatchStream(sp, m) /* (CCBPtr sp, MATCHPtr m) */
407 CCBPtr sp;
508 static boolean MatchListener(CCBPtr, MATCHPtr);
510 static boolean MatchListener(sp, m) /* (CCBPtr sp, MATCHPtr m) */
511 CCBPtr sp;
541 CCBPtr *spPt
[all...]
H A Dadsp_reset.c73 int RXFReset(sp, f) /* (CCBPtr sp, ADSP_FRAMEPtr f) */
74 CCBPtr sp;
138 int RXFResetAck(sp, f) /* (CCBPtr sp, ADSP_FRAMEPtr f) */
139 CCBPtr sp;
193 CCBPtr sp;
H A Dadsp_CLListen.c73 register CCBPtr sp;
H A Dadsp_NewCID.c68 CCBPtr sp;
H A Dadsp_Control.c68 int attachData(CCBPtr, gbuf_t *mp);
78 int CalcRecvWdw(sp) /* (CCBPtr sp) */
79 CCBPtr sp;
96 CCBPtr sp;
136 void CheckSend(sp) /* (CCBPtr sp) */
137 register CCBPtr sp;
369 register CCBPtr sp;
384 register CCBPtr sp;
H A Dadsp_CLDeny.c71 int adspCLDeny(struct adspcmd *pb, CCBPtr sp)
H A Dadsp_Options.c72 CCBPtr sp;
H A Dadsp_attention.c79 int adspAttention(register struct adspcmd *pb, register CCBPtr sp)
H A Dadsp_Read.c67 int CheckReadQueue(sp) /* (CCBPtr sp) */
68 register CCBPtr sp;
259 int CheckAttn(CCBPtr, struct adspcmd *);
261 int CheckAttn(sp, pb) /* (CCBPtr sp) */
262 register CCBPtr sp;
323 register CCBPtr sp;
389 register CCBPtr sp;
H A Dadsp_Open.c86 if (queue == (CCBPtr)NULL)
138 register CCBPtr sp;
H A Dadsp_RxData.c114 void CheckRecvSeq(sp, f) /* (CCBPtr sp, ADSP_FRAMEPtr f) */
115 register CCBPtr sp;
271 int RXData(sp, mp, f, len) /* (CCBPtr sp, ADSP_FRAMEPtr f, word len) */
272 CCBPtr sp;

Completed in 34 milliseconds