Lines Matching refs:pci_card
440 struct io_card pci_card; in sun4v_pci_callback() local
480 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in sun4v_pci_callback()
483 err = get_slot_label(nodeh, &pci_card); in sun4v_pci_callback()
496 err = get_slot_label(pnodeh, &pci_card); in sun4v_pci_callback()
510 get_slot_number(nodeh, &pci_card); in sun4v_pci_callback()
522 get_bus_type(pnodeh, &pci_card); in sun4v_pci_callback()
538 (void) snprintf(pci_card.status, sizeof (pci_card.status), in sun4v_pci_callback()
539 "%s", pci_card.slot_str); in sun4v_pci_callback()
569 (void) strlcpy(pci_card.name, name, sizeof (pci_card.name)); in sun4v_pci_callback()
579 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); in sun4v_pci_callback()
582 log_printf("%-18s", pci_card.status); in sun4v_pci_callback()
584 log_printf("%-6s", pci_card.bus_type); in sun4v_pci_callback()
586 log_printf("%-34s", pci_card.name); in sun4v_pci_callback()
588 log_printf("%-8s", pci_card.model); in sun4v_pci_callback()
595 log_printf("%-44s", pci_card.notes); in sun4v_pci_callback()