Home
last modified time | relevance | path

Searched refs:pn_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pciebus/
H A Dtopo_pcie.c102 if (node->pn_type == PCIE_NODE_ROOTNEXUS) { in pcie_node_print()
109 pcie_type_name(node->pn_type), in pcie_node_print()
181 node->pn_type = type; in pcie_node_create()
695 node->pn_path, pcie_type_name(node->pn_type)); in pcie_topo_add_device()
697 if (node->pn_parent->pn_type == PCIE_NODE_ROOTNEXUS) { in pcie_topo_add_device()
710 if (node->pn_type == PCIE_NODE_SWITCH_DOWN) { in pcie_topo_add_device()
717 VERIFY(node->pn_parent->pn_type == PCIE_NODE_SWITCH_UP); in pcie_topo_add_device()
734 if (node->pn_type == PCIE_NODE_SWITCH_UP) in pcie_topo_add_device()
788 node->pn_path, pcie_type_name(node->pn_type), *fninst, children); in pcie_topo_process_functions()
795 func->pn_path, pcie_type_name(func->pn_type)); in pcie_topo_process_functions()
[all …]
H A Dtopo_pcie_prop.c316 if (node->pn_type == PCIE_NODE_ROOTNEXUS) in set_bdf()
340 prop->pp_topo_prop, pcie_type_name(node->pn_type))); in set_pci_type()
517 switch (node->pn_type) { in topo_pcie_set_link_props()
H A Dtopo_pcie_impl.h64 pcie_node_type_t pn_type; member
H A Dtopo_pcie_util.c345 while (node != NULL && node->pn_type != PCIE_NODE_ROOTNEXUS) in pcie_node_nexus_path()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c62 char *pn_type; /* name of base type */ member
242 pn->pn_type = defn; in typedef_parse_member()
496 if (mdb_ctf_lookup_by_name(pn->pn_type, &tid) == CTF_ERR) { in typedef_add()
498 "not exist\n", pn->pn_name, pn->pn_type); in typedef_add()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dstpaul.c81 char pn_type; in stpaul_pci_callback() local
167 if ((instance = stpaul_get_io_instance(path, &pn_type)) != -1) { in stpaul_pci_callback()
168 if (pn_type == SPL_PEM_TYPE) in stpaul_pci_callback()
172 else if (pn_type == SPL_NEM_TYPE) in stpaul_pci_callback()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Dfip.h261 uint8_t pn_type; member
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3641 Word pn_type; /* Value of note type field */ member
3716 state->pn_type = *state->pns_data++; in parse_note_entry()
3806 conv_cnote_type(pnstate.pn_type, 0, &inv_buf)); in note_entry()
3809 EC_WORD(pnstate.pn_type)); in note_entry()
3843 do_swap, pnstate.pn_type, pnstate.pn_desc, in note_entry()
3870 EC_WORD(pnstate.pn_type)); in note_entry()
3985 if ((pnstate.pn_type != 1) || in has_linux_abi_note()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c337 if (partition->pn_type != FIP_DESC_TYPE_PARTITION || in eib_fip_parse_login_ack()
342 FIP_DESC_LEN_PARTITION, partition->pn_type, in eib_fip_parse_login_ack()