Searched refs:diskndh (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 | 79 picl_nodehdl_t diskndh; in delete_disk_unit() local 90 sizeof (fcal_disk_unit), &diskndh); in delete_disk_unit() 97 r = ptree_delete_node(diskndh); in delete_disk_unit() 100 (void) ptree_destroy_node(diskndh); in delete_disk_unit() 117 picl_nodehdl_t diskndh; in update_picl() local 234 PICL_CLASS_FRU, &diskndh); in update_picl() 262 (void) ptree_add_prop(diskndh, tbl_prop_h); in update_picl()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 2316 picl_nodehdl_t diskndh; in update_disk_node() local 2346 diskndh = find_child_by_name(slotndh, DISK_FRU_NAME); in update_disk_node() 2347 if (diskndh == NULL) { in update_disk_node() 2352 err = ptree_get_propval_by_name(diskndh, in update_disk_node() 2362 err = add_prop_ref(devhdl, diskndh, in update_disk_node() 2372 err = ptree_get_prop_by_name(diskndh, PICL_PROP_DEVICES, in update_disk_node() 2380 err = create_table(diskndh, &tblhdl, PICL_PROP_DEVICES); in update_disk_node()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 3852 picl_nodehdl_t diskndh; in update_disk_node() local 3863 diskndh = find_child_by_name(slotndh, fruname); in update_disk_node() 3866 if (diskndh != NULL) in update_disk_node() 3869 PICL_CLASS_FRU, &diskndh); in update_disk_node() 3874 err = create_table(diskndh, &tblhdl, PICL_PROP_DEVICES); in update_disk_node() 3880 err = add_prop_ref(devhdl, diskndh, PICL_REFPROP_FRU_PARENT); in update_disk_node() 3884 if (diskndh == NULL) in update_disk_node() 3886 err = ptree_delete_node(diskndh); in update_disk_node() 3889 (void) ptree_destroy_node(diskndh); in update_disk_node()
|