Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libraidcfg/common/
H A Draidcfg.h91 int raidcfg_set_attr(int, uint32_t, void *, char **);
H A Dmapfile-vers54 raidcfg_set_attr;
H A Draidcfg.c869 raidcfg_set_attr(int handle, uint32_t set_cmd, void *value, in raidcfg_set_attr() function
/titanic_50/usr/src/cmd/raidctl/
H A Draidctl.c1421 if ((ret = raidcfg_set_attr(array_handle, type, &value, NULL)) < 0) { in do_set_array_attr()