Searched defs:apnode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c222 tnode_t *anode, *apnode; local
277 apnode = topo_node_parent(anode);
278 if (apnode != NULL)
280 topo_node_getspecific(apnode));
284 apnode = NULL;
290 "apnode=%p, apdp=%p\n",
291 __func__, node, anode, adp, apnode, apdp);
299 if ((apnode != NULL) && (apdp != NULL)) {
304 __func__, node, topo_node_name(apnode),
305 topo_node_instance(apnode),
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c97 static struct arrow *itree_add_arrow(struct node *apnode,
1862 itree_add_arrow(struct node *apnode, struct node *fromevent, argument
1869 newa->pnode = apnode;

Completed in 50 milliseconds