Home
last modified time | relevance | path

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

/src/sys/dev/ppbus/
H A Dif_plip.c164 static u_char *txmith; variable
165 #define txmitl (txmith + (1 * LPIPTBLSIZE))
166 #define trecvh (txmith + (2 * LPIPTBLSIZE))
167 #define trecvl (txmith + (3 * LPIPTBLSIZE))
193 if (txmith != NULL) { in lp_module_handler()
194 free(txmith, M_DEVBUF); in lp_module_handler()
195 txmith = NULL; in lp_module_handler()
307 if (txmith == NULL) in lpinittables()
308 txmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT); in lpinittables()
310 if (txmith == NULL) { in lpinittables()
[all …]