Searched refs:rData (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Read.c81 while (sp->rData && (pb = sp->rpb)) { /* have data */
141 sp->rData = 0;
148 ((sp->state == sClosed) && (!sp->rData)) ) {
221 sp->rData = 1;
331 KERNEL_DEBUG(DBG_ADSP_READ, 0x12, sp, pb, sp->state, sp->rData);
345 if (sp->rData && (sp->rpb == 0)) { /* if data, and no queue of pbs */
H A Dadsp_Status.c142 if (sp->rData)
H A Dadsp_RxData.c336 if (!sp->rData) /* Recv bfr is empty */
338 sp->rData = 1; /* Not empty any more */
H A Dadsp_reset.c100 sp->rData = 0;
H A Dadsp_Open.c194 sp->rData = 0; /* Flag both buffers as empty */
H A Dadsp_internal.h233 unsigned rData:1; /* There's data in the receive queue */ member in struct:ccb
H A Dadsp_Close.c313 sp->rData = 0;
H A Dadsp_Control.c109 if (sp->rData) { /* There is data in buffer */
H A Dadsp_stream.c175 rc = sp->rData;

Completed in 30 milliseconds