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

/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c76 static int usbprn_attach(dev_info_t *, ddi_attach_cmd_t);
168 usbprn_attach, /* attach */
285 * usbprn_attach:
293 usbprn_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) function
328 "usbprn_attach: cmd=%x", cmd);
381 "usbprn_attach: printer status=0x%x", usbprnp->usbprn_last_status);
385 "usbprn_attach: error occurred with the printer");
396 "usbprn_attach: cannot create minor node");
413 "usbprn_attach: xfer_size=0x%lx", sz);
421 "usbprn_attach
[all...]

Completed in 46 milliseconds