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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Status.c84 if (sp->sData) { /* There is data in buffer */
130 if (sp->sData)
H A Dadsp_RxData.c182 if (!sp->sData) /* If nothing in send queue, ignore */
197 sp->sData = 0;
213 sp->sData = 0; /* ... no data in queue */
240 if (sp->sData) /* We've got stuff to send */
H A Dadsp_Timer.c110 if (sp->sData) { /* If there's any data, flush it. */
H A Dadsp_Write.c105 sp->sData = 1; /* note that there is data to send */
H A Dadsp_reset.c218 sp->sData = 0;
H A Dadsp_Close.c83 if (sp->sData) /* Outstanding data ? */
241 sp->sData = 0;
H A Dadsp_Control.c297 (sp->sData) && /* have data to send */
418 sp->sData = 0;
H A Dadsp_Open.c195 sp->sData = 0;
H A Dadsp_internal.h231 unsigned sData:1; /* There's data in the send queue */ member in struct:ccb

Completed in 94 milliseconds