Searched refs:plugin_err_str (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg.c | 562 raidcfg_open_controller(int handle, char **plugin_err_str) in raidcfg_open_controller() argument 577 ACT_CONTROLLER_OPEN, NULL, plugin_err_str); in raidcfg_open_controller() 588 raidcfg_close_controller(int handle, char **plugin_err_str) in raidcfg_close_controller() argument 603 ACT_CONTROLLER_CLOSE, NULL, plugin_err_str); in raidcfg_close_controller() 870 char **plugin_err_str) in raidcfg_set_attr() argument 892 obj_id, set_cmd, value, plugin_err_str); in raidcfg_set_attr() 899 raidcfg_update_fw(int handle, char *file, char **plugin_err_str) in raidcfg_update_fw() argument 919 obj_id, ACT_CONTROLLER_FLASH_FW, file, plugin_err_str); in raidcfg_update_fw() 928 char **plugin_err_str) in raidcfg_create_array() argument 983 num_of_comps, disk_obj_ids, plugin_err_str); in raidcfg_create_array() [all …]
|