Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c260 picl_nodehdl_t pnodeh; in get_slot_label() local
309 if (picl_get_propval_by_name(nodeh, PICL_PROP_PARENT, &pnodeh, in get_slot_label()
310 sizeof (pnodeh)) != PICL_SUCCESS) in get_slot_label()
312 if (picl_get_propval_by_name(pnodeh, PICL_PROP_CHILD, &pnodeh, in get_slot_label()
313 sizeof (pnodeh)) != PICL_SUCCESS) in get_slot_label()
322 if (picl_get_propval_by_name(pnodeh, PICL_PROP_DEVICE_ID, in get_slot_label()
325 if ((err = picl_get_propval_by_name(pnodeh, in get_slot_label()
334 } while (picl_get_propval_by_name(pnodeh, PICL_PROP_PEER, &pnodeh, in get_slot_label()
335 sizeof (pnodeh)) == PICL_SUCCESS); in get_slot_label()
346 picl_nodehdl_t pnodeh; in get_slot_number() local
[all …]