/titanic_50/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | parallel.c | 206 uchar_t pins; in prnio_state() local 213 if (ioctl(fd, PRNIOC_GET_1284_STATUS, &pins) != 0) { in prnio_state() 217 if ((pins & ~PRN_1284_BUSY) == PRN_1284_PE) { in prnio_state() 220 } else if (pins == (PRN_1284_PE | PRN_1284_SELECT | in prnio_state() 224 } else if ((pins & PRN_1284_SELECT) == 0) { in prnio_state() 227 } else if ((pins & PRN_1284_NOFAULT) == 0) { in prnio_state() 230 } else if (pins & PRN_1284_PE) { in prnio_state() 233 } else if (pins ^ (PRN_1284_SELECT | PRN_1284_NOFAULT)) { in prnio_state()
|
/titanic_50/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 225 uchar_t pins; in prnio_state() local 232 if (ioctl(fd, PRNIOC_GET_1284_STATUS, &pins) != 0) { in prnio_state() 236 if ((pins & ~PRN_1284_BUSY) == PRN_1284_PE) { in prnio_state() 239 } else if (pins == (PRN_1284_PE | PRN_1284_SELECT | in prnio_state() 243 } else if ((pins & PRN_1284_SELECT) == 0) { in prnio_state() 246 } else if ((pins & PRN_1284_NOFAULT) == 0) { in prnio_state() 249 } else if (pins & PRN_1284_PE) { in prnio_state() 252 } else if (pins ^ (PRN_1284_SELECT | PRN_1284_NOFAULT)) { in prnio_state()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_access.c | 602 lm_status_t lm_gpio_mult_write(struct _lm_device_t *pdev, u8_t pins, u32_t mode) in lm_gpio_mult_write() argument 617 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_FLOAT_POS); in lm_gpio_mult_write() 618 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_CLR_POS); in lm_gpio_mult_write() 619 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_SET_POS); in lm_gpio_mult_write() 623 DbgMessage(NULL, WARN, "Set GPIO 0x%x -> output low\n", pins); in lm_gpio_mult_write() 625 gpio_reg |= (pins << MISC_REGISTERS_GPIO_CLR_POS); in lm_gpio_mult_write() 629 DbgMessage(NULL, WARN, "Set GPIO 0x%x -> output high\n", pins); in lm_gpio_mult_write() 631 gpio_reg |= (pins << MISC_REGISTERS_GPIO_SET_POS); in lm_gpio_mult_write() 635 DbgMessage(NULL, WARN, "Set GPIO 0x%x -> input\n", pins); in lm_gpio_mult_write() 637 gpio_reg |= (pins << MISC_REGISTERS_GPIO_FLOAT_POS); in lm_gpio_mult_write()
|
H A D | lm_phy.c | 102 u8 elink_cb_gpio_mult_write(struct elink_dev *cb, u8 pins, u8 mode) in elink_cb_gpio_mult_write() argument 104 return lm_gpio_mult_write(cb, pins, mode); in elink_cb_gpio_mult_write()
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | PCIEX.po | 73 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 89 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 105 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 185 …alled. If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedul… 201 …alled. If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedul… 217 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 233 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 249 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 265 …alled. If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 297 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… [all …]
|
H A D | PCI.po | 169 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 185 …alled. If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedul… 233 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule… 265 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule…
|
H A D | SUN4U.po | 3770 …alled. If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedul…
|
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 2154 uint8_t pins; in usbvc_parse_ctrl_if() local 2162 pins = cvs_buf[4]; in usbvc_parse_ctrl_if() 2163 if ((pins + 5) >= cvs_buf_len) { in usbvc_parse_ctrl_if() 2175 if (pins > 0) { in usbvc_parse_ctrl_if() 2178 unit->iSelector = cvs_buf[5 + pins]; in usbvc_parse_ctrl_if() 2186 uint8_t pins, n; in usbvc_parse_ctrl_if() local 2194 pins = cvs_buf[21]; in usbvc_parse_ctrl_if() 2195 if ((pins + 22) >= cvs_buf_len) { in usbvc_parse_ctrl_if() 2201 n = cvs_buf[pins + 22]; in usbvc_parse_ctrl_if() 2203 if (usbvc_chk_descr_len(pins + 22, 1, 0, cvs_data) != in usbvc_parse_ctrl_if() [all …]
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 110 dot_vert_spacing, "spinv" "Yb" Spacing of pins vertically in pins per inch 116 number_of_pins, "npins" "Yh" Number of pins in print-head 476 order_of_pins, "porder" "Ze" Matches software bits to print-head pins
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 123 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
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 123 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
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | clc.h | 37 u8 pins,
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm.h | 1162 lm_gpio_mult_write(struct _lm_device_t *pdev, u8_t pins, u32_t value);
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1282 In order to support GPIO Connection objects with multiple pins, along
|