Searched defs:new_ifcap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c2009 uint_t new_ifcap; local
2013 if (ddi_copyin((caddr_t)arg, &new_ifcap, sizeof (new_ifcap), flag)) {
2019 if (usbprn_ifcap != new_ifcap) {
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2340 uint_t ifcap, new_ifcap; local
2343 new_ifcap = *(uint_t *)mp->b_cont->b_rptr;
2345 if (ifcap == new_ifcap) {
2351 if ((ifcap ^ new_ifcap) & ~PRN_BIDI) {
2356 if (new_ifcap & PRN_BIDI) { /* go bidirectional */

Completed in 72 milliseconds