Home
last modified time | relevance | path

Searched refs:raidcfg_update_fw (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.h96 int raidcfg_update_fw(int, char *, char **);
H A Dmapfile-vers59 raidcfg_update_fw;
H A Draidcfg.c899 raidcfg_update_fw(int handle, char *file, char **plugin_err_str) in raidcfg_update_fw() function
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c1146 if ((ret = raidcfg_update_fw(ctl_handle, filep, NULL)) < 0) { in do_flash()