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

  /src/sys/dev/pcmcia/
if_ray.c 103 #define RAY_DEBUG
337 #ifdef RAY_DEBUG
338 static int ray_debug = 0; variable in typeref:typename:int
344 #define RAY_DPRINTF(x) do { if (ray_debug) { \
371 #else /* !RAY_DEBUG */
376 #endif /* !RAY_DEBUG */
468 #ifdef RAY_DEBUG
1235 #ifdef RAY_DEBUG
1236 if (ray_debug && ray_debug_dump_tx)
1291 #ifdef RAY_DEBUG
    [all...]
if_ray.c 103 #define RAY_DEBUG
337 #ifdef RAY_DEBUG
338 static int ray_debug = 0; variable in typeref:typename:int
344 #define RAY_DPRINTF(x) do { if (ray_debug) { \
371 #else /* !RAY_DEBUG */
376 #endif /* !RAY_DEBUG */
468 #ifdef RAY_DEBUG
1235 #ifdef RAY_DEBUG
1236 if (ray_debug && ray_debug_dump_tx)
1291 #ifdef RAY_DEBUG
    [all...]

Completed in 27 milliseconds