Lines Matching refs:txmith
164 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()
331 txmith[i] = ((i & 0x80) >> 3) | ((i & 0x70) >> 4) | 0x08; in lpinittables()
661 ppb_wdtr(ppbus, txmith[byte]); in lpoutbyte()