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

/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c168 static u_char *ctxmith; variable
169 #define ctxmitl (ctxmith + (1 * LPIPTBLSIZE))
170 #define ctrecvh (ctxmith + (2 * LPIPTBLSIZE))
171 #define ctrecvl (ctxmith + (3 * LPIPTBLSIZE))
198 if (ctxmith != NULL) {
199 free(ctxmith, M_DEVBUF);
200 ctxmith = NULL;
322 if (ctxmith == NULL)
323 ctxmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
325 if (ctxmith
[all...]

Completed in 108 milliseconds