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

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Control.c396 register gbuf_t *psmp; /* previous message block */ local
499 psmp = smp;
505 psmp = smp;
508 if (psmp != smp) { /* not the first item on the list */
509 gbuf_cont(psmp) = 0;
511 smp = psmp;

Completed in 18 milliseconds