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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c114 static int usbecm_attach(dev_info_t *dip, ddi_attach_cmd_t cmd);
210 usbecm_attach, /* devo_attach */
237 * Concurrency: Until usbecm_attach() returns with success,
242 usbecm_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) function
271 cmn_err(CE_WARN, "usbecm_attach: fail to get soft state");
283 "usbecm_attach: failed to init usb");
291 "usbecm_attach: failed to init DS");
299 "usbecm_attach: failed to init mac");
326 "usbecm_attach: succeed!");
332 "usbecm_attach
[all...]

Completed in 47 milliseconds