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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c390 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/io/pci/
H A Dpci_util.c406 uint8_t header_type, min_gnt; local
539 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
540 DEBUG2(DBG_INIT_CLD, pci_p->pci_dip, "%s: header_type=%x\n",
541 ddi_driver_name(child), header_type);
570 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
603 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
H A Dsimba.c234 uchar_t header_type; member in struct:simba_cfg_state
701 uchar_t header_type; local
781 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
800 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
834 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
936 statep->header_type = pci_config_get8(ch, PCI_CONF_HEADER);
937 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE)
944 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE)
1015 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE)
1037 if ((statep->header_type
[all...]
H A Ddb21554.c2257 uchar_t header_type, min_gnt, latency_timer; local
2312 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
2332 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
2369 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
2498 statep->header_type =
2500 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE)
2507 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE)
2555 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE)
2562 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE)
H A Dpci_pci.c216 uchar_t header_type; member in struct:ppb_cfg_state
793 uchar_t header_type; local
895 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
911 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
943 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c363 uint8_t header_type; local
395 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
396 PCMU_DBG2(PCMU_DBG_INIT_CLD, pcmu_p->pcmu_dip, "%s: header_type=%x\n",
397 ddi_driver_name(child), header_type);
403 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c933 uint8_t header_type; local
936 header_type = pci_config_get8(conf_hdl, PCI_CONF_HEADER);
937 header_type &= PCI_HEADER_TYPE_M;
940 if (header_type != PCI_HEADER_ZERO) {
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h64 uchar_t header_type; member in struct:db_cfg_state
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c216 uchar_t header_type; member in struct:__anon9568::__anon9569
/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h313 uint8_t header_type; /* PCI_CONF_HEADER byte */ member in struct:hpc_card_info
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1102 uint8_t header_type; local
1126 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
1151 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
1182 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
H A Dcardbus_cfg.c236 uint8_t header_type);
618 uint8_t header_type, sec_bus; local
627 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
631 "cardbus_program_ap (header_type=0x%x)\n", header_type);
638 switch (header_type & PCI_HEADER_TYPE_M) {
643 header_type & PCI_HEADER_TYPE_M,
684 uint8_t header_type; local
695 header_type = pci_config_get8(handle,
699 ASSERT((header_type
795 uint8_t header_type, base_class; local
1356 uint8_t header_type = pci_config_get8(handle, PCI_CONF_HEADER); local
1541 const uint8_t header_type = pci_config_get8(handle, PCI_CONF_HEADER) local
1844 uint8_t header_type, base_class; local
2359 uint8_t header_type; local
2489 cardbus_probe_children(cbus_t *cbp, dev_info_t *parent, uint_t bus, uint_t device, uint_t func, uint8_t *header_type) argument
3853 uint8_t header_type; local
4390 cardbus_dump_bridge_config(ddi_acc_handle_t config_handle, uint8_t header_type) argument
4486 uint8_t header_type = pci_config_get8(config_handle, local
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1864 uchar_t header_type; local
1867 header_type = pci_config_get8(cfg_hdl, PCI_CONF_HEADER);
1869 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) {
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1726 uint8_t header_type; local
1751 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
1753 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
2446 uint8_t header_type; local
2461 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
2466 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
2796 uint8_t header_type; local
2803 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
2810 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
3678 uint8_t header_type, pcie_de local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1809 uint8_t header_type; local
1819 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
1823 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
1876 uint8_t header_type; local
1897 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
1899 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
2599 uint8_t header_type; local
2613 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
2618 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
2963 uint8_t header_type; local
4011 uint8_t header_type, pcie_dev = 0; local
4281 int8_t header_type; local
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-regs.h1194 u8 header_type; // 0x0e member in struct:xge_hal_pci_config_le_t
1257 u8 header_type; // 0x0e member in struct:xge_hal_pci_config_t
1317 u8 header_type; // 0x0e
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1022 volatile uint8_t header_type; member in struct:__anon7814

Completed in 154 milliseconds