Home
last modified time | relevance | path

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

/external/libcups/backend/
Dusb-libusb.c186 int have_sidechannel = 0, /* Was the side-channel thread started? */ in print_device() local
207 have_sidechannel = !fstat(CUPS_SC_FD, &sidechannel_info) && in print_device()
256 if (have_sidechannel) in print_device()
555 if (have_sidechannel) in print_device()
Dusb-darwin.c342 int have_sidechannel = 0; /* Was the side-channel thread started? */ in print_device() local
374 have_sidechannel = !fstat(CUPS_SC_FD, &sidechannel_info) && in print_device()
516 if (have_sidechannel) in print_device()
792 if (have_sidechannel) in print_device()