Searched refs:ecpp_error (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | ecpp.c | 329 static void ecpp_error(dev_info_t *, char *, ...); 632 ecpp_error(dip, "ddi_soft_state_zalloc failed\n"); in ecpp_attach() 651 ecpp_error(pp->dip, "SuperIO type: %s\n", hw_bind->info); in ecpp_attach() 663 ecpp_error(dip, "ecpp_attach: failed ddi_dma_alloc_handle\n"); in ecpp_attach() 669 ecpp_error(dip, "ecpp_attach: failed ddi_get_iblock_cookie\n"); in ecpp_attach() 680 ecpp_error(dip, "ecpp_attach: failed to add hard intr\n"); in ecpp_attach() 687 ecpp_error(dip, "ecpp_attach: failed to add soft intr\n"); in ecpp_attach() 695 ecpp_error(dip, "ecpp_attach: create_minor_node failed\n"); in ecpp_attach() 701 ecpp_error(dip, "ecpp_attach: kmem_alloc failed\n"); in ecpp_attach() 704 ecpp_error(pp->dip, "ecpp_attach: ioblock=0x%x\n", pp->ioblock); in ecpp_attach() [all …]
|