Searched refs:frutree_frunode_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 95 #define FRUDATA_PTR(_X) ((frutree_frunode_t *)(((hashdata_t *)(_X))->data)) 154 frutree_frunode_t *frup; 188 static picl_errno_t handle_chassis_configure(frutree_frunode_t *frup); 290 static picl_errno_t probe_fru(frutree_frunode_t *, boolean_t); 291 static picl_errno_t handle_fru_unconfigure(frutree_frunode_t *); 293 static picl_errno_t update_fru_state(frutree_frunode_t *, boolean_t *); 295 static picl_errno_t configure_fru(frutree_frunode_t *, cfga_flags_t); 298 static picl_errno_t fru_init(frutree_frunode_t *); 304 extern picl_errno_t probe_libdevinfo(frutree_frunode_t *, 307 extern picl_errno_t probe_for_scsi_frus(frutree_frunode_t *); [all …]
|
H A D | piclscsi.c | 88 extern boolean_t is_location_present_in_subtree(frutree_frunode_t *, 90 extern picl_errno_t create_children(frutree_frunode_t *, char *, char *, 107 frutree_frunode_t *frup; 412 dyn_probe_for_scsi_frus(frutree_frunode_t *frup, cfga_list_data_t *cfgalist, in dyn_probe_for_scsi_frus() 478 cache_probe_for_scsi_frus(frutree_frunode_t *frup) in cache_probe_for_scsi_frus() 668 frutree_get_geoaddr(frutree_frunode_t *frup) in frutree_get_geoaddr() 799 probe_scsi_in_libdevinfo(frutree_frunode_t *frup, cfga_list_data_t *cfgalist, in probe_scsi_in_libdevinfo() 839 probe_for_scsi_frus(frutree_frunode_t *frup) in probe_for_scsi_frus()
|
H A D | picllibdevinfo.c | 410 probe_libdevinfo(frutree_frunode_t *frup, frutree_device_args_t ** device, in probe_libdevinfo() 503 frutree_frunode_t *frup = NULL; in walk_tree() 506 frup = (frutree_frunode_t *)devinfo->arg; in walk_tree() 586 get_fru_path(char *parent_path, frutree_frunode_t *frup) in get_fru_path()
|
H A D | piclfrutree.h | 213 typedef struct fru_node frutree_frunode_t; typedef
|