Searched refs:pins (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c206 uchar_t pins; local
213 if (ioctl(fd, PRNIOC_GET_1284_STATUS, &pins) != 0) {
217 if ((pins & ~PRN_1284_BUSY) == PRN_1284_PE) {
220 } else if (pins == (PRN_1284_PE | PRN_1284_SELECT |
224 } else if ((pins & PRN_1284_SELECT) == 0) {
227 } else if ((pins & PRN_1284_NOFAULT) == 0) {
230 } else if (pins & PRN_1284_PE) {
233 } else if (pins ^ (PRN_1284_SELECT | PRN_1284_NOFAULT)) {
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c225 uchar_t pins; local
232 if (ioctl(fd, PRNIOC_GET_1284_STATUS, &pins) != 0) {
236 if ((pins & ~PRN_1284_BUSY) == PRN_1284_PE) {
239 } else if (pins == (PRN_1284_PE | PRN_1284_SELECT |
243 } else if ((pins & PRN_1284_SELECT) == 0) {
246 } else if ((pins & PRN_1284_NOFAULT) == 0) {
249 } else if (pins & PRN_1284_PE) {
252 } else if (pins ^ (PRN_1284_SELECT | PRN_1284_NOFAULT)) {
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2154 uint8_t pins; local
2162 pins = cvs_buf[4];
2163 if ((pins + 5) >= cvs_buf_len) {
2175 if (pins > 0) {
2178 unit->iSelector = cvs_buf[5 + pins];
2186 uint8_t pins, n; local
2194 pins = cvs_buf[21];
2195 if ((pins + 22) >= cvs_buf_len) {
2201 n = cvs_buf[pins + 22];
2203 if (usbvc_chk_descr_len(pins
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps123 dot_vert_spacing spinv Yb number Spacing of pins vertically in pins per inch
129 number_of_pins npins yH number Number of pins in print-head
475 order_of_pins porder Ze str Matches software bits to print-head pins
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps123 dot_vert_spacing spinv Yb number Spacing of pins vertically in pins per inch
129 number_of_pins npins yH number Number of pins in print-head
475 order_of_pins porder Ze str Matches software bits to print-head pins

Completed in 77 milliseconds