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

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_stream.c76 int adsp_pidM[256]; variable
212 bzero(adsp_pidM, sizeof(adsp_pidM));
363 adsp_pidM[v] = sp->pid;
548 adsp_pidM[sVal] = sp->pid;
578 pid = adsp_pidM[sVal];
580 adsp_pidM[sVal] = 0;
H A Dadsp_Open.c56 extern int *adsp_pidM;
157 adsp_pidM[pb->socket] = 0;
H A Dddp.c102 extern int *adsp_pidM;
446 if ((adsp_inputQ[socket] != NULL) && (adsp_pidM[socket] == pid))

Completed in 25 milliseconds