Home
last modified time | relevance | path

Searched refs:apnode (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c222 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()
299 if ((apnode != NULL) && (apdp != NULL)) { in pci_slot_label_lookup()
304 __func__, node, topo_node_name(apnode), in pci_slot_label_lookup()
305 topo_node_instance(apnode), b, d, f); in pci_slot_label_lookup()
318 (apnode == NULL) || (apdp == NULL)) { in pci_slot_label_lookup()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c97 static struct arrow *itree_add_arrow(struct node *apnode,
1864 itree_add_arrow(struct node *apnode, struct node *fromevent, in itree_add_arrow() argument
1871 newa->pnode = apnode; in itree_add_arrow()