Searched refs:slotndh (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds_thread.c | 78 picl_nodehdl_t slotndh; in delete_disk_unit() local 81 r = find_disk_slot(dtls, disk, &slotndh); in delete_disk_unit() 88 r = ptree_find_node(slotndh, PICL_PROP_NAME, in delete_disk_unit() 116 picl_nodehdl_t slotndh; in update_picl() local 230 r = find_disk_slot(dtls, disk, &slotndh); in update_picl() 233 r = ptree_create_and_add_node(slotndh, fcal_disk_unit, in update_picl()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 2315 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()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 3851 picl_nodehdl_t slotndh; in update_disk_node() local 3860 if (ptree_get_node_by_path(path, &slotndh) != PICL_SUCCESS) { in update_disk_node() 3863 diskndh = find_child_by_name(slotndh, fruname); in update_disk_node() 3868 err = ptree_create_and_add_node(slotndh, fruname, in update_disk_node()
|