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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_stream.c101 else if (sp->otccbLink != 0) {
107 } while ((sp = sp->otccbLink) != 0);
238 if ((sp->otccbLink = ccb_used_list) != 0)
239 sp->otccbLink->ccbLink = sp;
545 sp->otccbLink = adsp_inputQ[sVal];
568 curr_sp = curr_sp->otccbLink;
572 prev_sp->otccbLink = sp->otccbLink;
574 adsp_inputQ[sVal] = sp->otccbLink;
583 sp->otccbLink
[all...]
H A Dadsp_internal.h174 struct ccb *otccbLink; /* link to next ccb */ member in struct:ccb
H A Dddp_lap.c1159 sp_next = sp->otccbLink;
1170 sp_next = sp->otccbLink;

Completed in 31 milliseconds