/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 238 uint8_t header_type); 620 uint8_t header_type, sec_bus; in cardbus_program_ap() local 629 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in cardbus_program_ap() 633 "cardbus_program_ap (header_type=0x%x)\n", header_type); in cardbus_program_ap() 640 switch (header_type & PCI_HEADER_TYPE_M) { in cardbus_program_ap() 645 header_type & PCI_HEADER_TYPE_M, in cardbus_program_ap() 686 uint8_t header_type; in cardbus_topbridge_assign() local 697 header_type = pci_config_get8(handle, in cardbus_topbridge_assign() 701 ASSERT((header_type == PCI_HEADER_PPB) || in cardbus_topbridge_assign() 702 (header_type == PCI_HEADER_CARDBUS)); in cardbus_topbridge_assign() [all …]
|
H A D | cardbus.c | 1101 uint8_t header_type; in cardbus_init_child_regs() local 1125 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in cardbus_init_child_regs() 1150 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in cardbus_init_child_regs() 1181 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in cardbus_init_child_regs()
|
H A D | cardbus_hp.c | 1649 card_info.header_type = pci_config_get8(handle, in cardbus_ioctl()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | simba.c | 234 uchar_t header_type; member 701 uchar_t header_type; in simba_initchild() local 781 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in simba_initchild() 800 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in simba_initchild() 834 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in simba_initchild() 936 statep->header_type = pci_config_get8(ch, PCI_CONF_HEADER); in simba_save_config_regs() 937 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_save_config_regs() 944 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_save_config_regs() 1015 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_restore_config_regs() 1037 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_restore_config_regs()
|
H A D | pci_util.c | 406 uint8_t header_type, min_gnt; in init_child() local 539 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in init_child() 541 ddi_driver_name(child), header_type); in init_child() 570 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in init_child() 603 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in init_child()
|
H A D | pci_pci.c | 216 uchar_t header_type; member 793 uchar_t header_type; in ppb_initchild() local 895 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in ppb_initchild() 911 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in ppb_initchild() 943 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in ppb_initchild()
|
H A D | db21554.c | 2257 uchar_t header_type, min_gnt, latency_timer; in db_initchild() local 2312 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in db_initchild() 2332 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in db_initchild() 2369 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in db_initchild() 2498 statep->header_type = in db_save_config_regs() 2500 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_save_config_regs() 2507 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_save_config_regs() 2555 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_restore_config_regs() 2562 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_restore_config_regs()
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | proc.c | 390 char header_type; local 404 (void) adrm_char(&adr, (char *)&header_type, 1); 414 if (header_type == AUT_HEADER32) { 422 } else if (header_type == AUT_HEADER32_EX) { 435 } else if (header_type == AUT_HEADER64) { 451 } else if (header_type == AUT_HEADER64_EX) {
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_util.c | 363 uint8_t header_type; in pcmu_init_child() local 395 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in pcmu_init_child() 397 ddi_driver_name(child), header_type); in pcmu_init_child() 403 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in pcmu_init_child()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_die_deliv.c | 937 Dwarf_Half header_type = 0; in dwarf_next_cu_header() local 946 &header_type, in dwarf_next_cu_header() 961 Dwarf_Half header_type = 0; in dwarf_next_cu_header_b() local 971 &header_type, in dwarf_next_cu_header_b() 989 Dwarf_Half header_type = 0; in dwarf_next_cu_header_c() local 1002 &header_type, in dwarf_next_cu_header_c() 1478 Dwarf_Half * header_type, in _dwarf_next_cu_header_internal() argument 1626 if (header_type) { in _dwarf_next_cu_header_internal() 1627 *header_type = cu_context->cc_unit_type; in _dwarf_next_cu_header_internal()
|
/illumos-gate/usr/src/uts/sun4u/sys/pci/ |
H A D | db21554_ctrl.h | 64 uchar_t header_type; member
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 1808 uint8_t header_type; in pcicfg_program_ap() local 1818 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_program_ap() 1822 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_program_ap() 1874 uint8_t header_type; in pcicfg_bridge_assign() local 1895 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_bridge_assign() 1897 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_bridge_assign() 2594 uint8_t header_type; in pcicfg_sum_resources() local 2608 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_sum_resources() 2613 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_sum_resources() 2958 uint8_t header_type; in pcicfg_free_resources() local [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpci.c | 835 uint8_t header_type; local 838 header_type = pci_config_get8(conf_hdl, PCI_CONF_HEADER); 839 header_type &= PCI_HEADER_TYPE_M; 842 if (header_type != PCI_HEADER_ZERO) {
|
/illumos-gate/usr/src/uts/common/sys/hotplug/ |
H A D | hpctrl.h | 313 uint8_t header_type; /* PCI_CONF_HEADER byte */ member
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 1763 uint8_t header_type; in pcicfg_bridge_assign() local 1788 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_bridge_assign() 1790 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_bridge_assign() 2483 uint8_t header_type; in pcicfg_sum_resources() local 2498 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_sum_resources() 2503 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_sum_resources() 2834 uint8_t header_type; in pcicfg_free_resources() local 2841 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_free_resources() 2848 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_free_resources()
|
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-regs.h | 1194 u8 header_type; // 0x0e member 1257 u8 header_type; // 0x0e member 1317 u8 header_type; // 0x0e
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 2169 uchar_t header_type; in pcieb_set_pci_perf_parameters() local 2172 header_type = pci_config_get8(cfg_hdl, PCI_CONF_HEADER); in pcieb_set_pci_perf_parameters() 2174 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in pcieb_set_pci_perf_parameters()
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_pci.c | 217 uchar_t header_type; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 660 qlge->pci_cfg.header_type = (uint8_t) in ql_dump_pci_config() 735 qlge->pci_cfg.header_type); in ql_dump_pci_config()
|
H A D | qlge.c | 6030 (knp++)->value.ui32 = qlge->pci_cfg.header_type; in ql_kstats_get_pci_regs()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1665 DBG(1, ("ioctl headertype: %d\n", cardinfo.header_type)); in cfga_list_ext()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 1022 volatile uint8_t header_type; member
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-mgmtaux.c | 1192 __HAL_AUX_ENTRY("header_type", pci_config.header_type, "0x%02X"); in xge_hal_aux_pci_config_read()
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1411 card_info.header_type = pci_config_get8(handle, in pcihp_ioctl()
|