Searched refs:attnParams (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_attention.c98 if (pb->u.attnParams.attnSize > attnBufSize) /* If data too big, bye-bye */
108 if (pb->u.attnParams.attnSize) {
H A Dadsp_Read.c277 pb->u.attnParams.attnSize = sp->attnSize;
278 pb->u.attnParams.attnCode = sp->attnCode;
294 pb->u.attnParams.attnSize = 0;
295 pb->u.attnParams.attnCode = 0;
H A Dadsp_Control.c279 sp->f.data[0] = high(sp->sapb->u.attnParams.attnCode);
280 sp->f.data[1] = low(sp->sapb->u.attnParams.attnCode);
H A Dadsp.h411 TRattnParams attnParams; /* dspAttention */ member in union:adsp_command

Completed in 10 milliseconds