Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c76 picl_nodehdl_t slotndh; in delete_disk_unit() local
79 r = find_disk_slot(dtls, disk, &slotndh); in delete_disk_unit()
86 r = ptree_find_node(slotndh, PICL_PROP_NAME, in delete_disk_unit()
114 picl_nodehdl_t slotndh; in update_picl() local
228 r = find_disk_slot(dtls, disk, &slotndh); in update_picl()
231 r = ptree_create_and_add_node(slotndh, fcal_disk_unit, in update_picl()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c2315 picl_nodehdl_t slotndh; in update_disk_node() local
2343 if (ptree_get_node_by_path(path, &slotndh) != PICL_SUCCESS) { in update_disk_node()
2346 diskndh = find_child_by_name(slotndh, DISK_FRU_NAME); in update_disk_node()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c3849 picl_nodehdl_t slotndh; in update_disk_node() local
3858 if (ptree_get_node_by_path(path, &slotndh) != PICL_SUCCESS) { in update_disk_node()
3861 diskndh = find_child_by_name(slotndh, fruname); in update_disk_node()
3866 err = ptree_create_and_add_node(slotndh, fruname, in update_disk_node()