Searched refs:apnode (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 223 tnode_t *anode, *apnode; in pci_slot_label_lookup() local 277 apnode = topo_node_parent(anode); in pci_slot_label_lookup() 278 if (apnode != NULL) in pci_slot_label_lookup() 280 topo_node_getspecific(apnode)); in pci_slot_label_lookup() 284 apnode = NULL; in pci_slot_label_lookup() 291 __func__, node, anode, adp, apnode, apdp); in pci_slot_label_lookup() 300 if ((apnode != NULL) && (apdp != NULL)) { in pci_slot_label_lookup() 305 __func__, node, topo_node_name(apnode), in pci_slot_label_lookup() 306 topo_node_instance(apnode), b, d, f); in pci_slot_label_lookup() 319 (apnode == NULL) || (apdp == NULL)) { in pci_slot_label_lookup()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 97 static struct arrow *itree_add_arrow(struct node *apnode, 1862 itree_add_arrow(struct node *apnode, struct node *fromevent, in itree_add_arrow() argument 1869 newa->pnode = apnode; in itree_add_arrow()
|