Searched refs:removing (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Close.c270 sp->pid, err, force_abort, sp->localSocket, sp->removing));
294 if (sp->removing && (force_abort >= 0)) { /* Abort outstanding receives */
332 sp->removing = 0;
394 if (sp->removing) { /* Don't allow dspRemove or dspClose */
433 sp->removing = 1; /* Prevent allowing another dspClose. */
H A Dadsp_Open.c150 (sp->removing)) { /* The CCB must be closed */
206 sp->removing = 0;
H A Dadsp_Timer.c85 sp->removing = 1;
H A Dadsp.c95 sp->removing = 1; /* Prevent allowing another dspClose. */
110 sp->removing = 1; /* Prevent allowing another dspClose. */
H A Dadsp_internal.h244 unsigned removing:1; /* There is a dspRemove pending */ member in struct:ccb

Completed in 12 milliseconds