HomeSort by: relevance | last modified time | path
    Searched defs:ctxmith (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ppbus/
if_plip.c 168 static u_char *ctxmith; variable in typeref:typename:u_char *
169 #define ctxmitl (ctxmith+(1*LPIPTBLSIZE))
170 #define ctrecvh (ctxmith+(2*LPIPTBLSIZE))
171 #define ctrecvl (ctxmith+(3*LPIPTBLSIZE))
312 if (!ctxmith)
313 ctxmith = malloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
316 ctxmith[i] = (i & 0xF0) >> 4;
336 if (ctxmith)
337 free(ctxmith, M_DEVBUF);
338 txmith = ctxmith = NULL
    [all...]
if_plip.c 168 static u_char *ctxmith; variable in typeref:typename:u_char *
169 #define ctxmitl (ctxmith+(1*LPIPTBLSIZE))
170 #define ctrecvh (ctxmith+(2*LPIPTBLSIZE))
171 #define ctrecvl (ctxmith+(3*LPIPTBLSIZE))
312 if (!ctxmith)
313 ctxmith = malloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
316 ctxmith[i] = (i & 0xF0) >> 4;
336 if (ctxmith)
337 free(ctxmith, M_DEVBUF);
338 txmith = ctxmith = NULL
    [all...]
if_plip.c 168 static u_char *ctxmith; variable in typeref:typename:u_char *
169 #define ctxmitl (ctxmith+(1*LPIPTBLSIZE))
170 #define ctrecvh (ctxmith+(2*LPIPTBLSIZE))
171 #define ctrecvl (ctxmith+(3*LPIPTBLSIZE))
312 if (!ctxmith)
313 ctxmith = malloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
316 ctxmith[i] = (i & 0xF0) >> 4;
336 if (ctxmith)
337 free(ctxmith, M_DEVBUF);
338 txmith = ctxmith = NULL
    [all...]

Completed in 30 milliseconds