Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dif_plip.c169 static u_char *ctxmith; variable
170 #define ctxmitl (ctxmith + (1 * LPIPTBLSIZE))
171 #define ctrecvh (ctxmith + (2 * LPIPTBLSIZE))
172 #define ctrecvl (ctxmith + (3 * LPIPTBLSIZE))
197 if (ctxmith != NULL) { in lp_module_handler()
198 free(ctxmith, M_DEVBUF); in lp_module_handler()
199 ctxmith = NULL; in lp_module_handler()
315 if (ctxmith == NULL) in lpinittables()
316 ctxmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT); in lpinittables()
318 if (ctxmith == NULL) { in lpinittables()
[all …]