Home
last modified time | relevance | path

Searched refs:ECPP_CENTRONICS (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c169 if (state != ECPP_CENTRONICS) { in get_ecpp_status()
170 transfer_parms.mode = ECPP_CENTRONICS; in get_ecpp_status()
174 state = ECPP_CENTRONICS; in get_ecpp_status()
H A Dpostio.c263 (get_ecpp_status(1) == ECPP_CENTRONICS)) { in main()
/titanic_41/usr/src/cmd/lp/model/
H A Dlp.cat.c185 if (state != ECPP_CENTRONICS) { in get_ecpp_status()
186 transfer_parms.mode = ECPP_CENTRONICS; in get_ecpp_status()
190 state = ECPP_CENTRONICS; in get_ecpp_status()
490 (get_ecpp_status(1) == ECPP_CENTRONICS)) { in main()
/titanic_41/usr/src/uts/common/sys/
H A Decppsys.h41 #define ECPP_CENTRONICS 0x01 /* non-1284 */ macro
H A Decppvar.h505 ((pp)->current_mode == ECPP_CENTRONICS || \
509 ((pp)->current_mode == ECPP_CENTRONICS || \
/titanic_41/usr/src/uts/common/io/
H A Decpp.c454 ECPP_CENTRONICS /* supported mode */
1055 pp->current_mode = ECPP_CENTRONICS; in ecpp_open()
1056 pp->backchannel = ECPP_CENTRONICS; in ecpp_open()
1654 if (!((pp->current_mode == ECPP_CENTRONICS) || in ecpp_putioc()
1683 (void) ecpp_mode_negotiation(pp, ECPP_CENTRONICS); in ecpp_putioc()
1740 if (pp->current_mode == ECPP_CENTRONICS || in ecpp_putioc()
1767 pp->current_mode != ECPP_CENTRONICS) { in ecpp_putioc()
2135 if (!((xferp->mode == ECPP_CENTRONICS) || in ecpp_srvioc()
2359 (void) ecpp_mode_negotiation(pp, ECPP_CENTRONICS); in ecpp_srvioc()
2410 if ((mode < ECPP_CENTRONICS) || (mode > ECPP_ECP_MODE)) { in ecpp_srvioc_devid()
[all …]
/titanic_41/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c402 usbprnp->usbprn_setparms.mode = ECPP_CENTRONICS; in usbprn_attach()
1776 if (!((xfer.mode == ECPP_CENTRONICS) || in usbprn_setparms()
1785 if (xfer.mode != ECPP_CENTRONICS) { in usbprn_setparms()