Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.h93 int raidcfg_unset_hsp(raidcfg_hsp_relation_t *, char **);
H A Dmapfile-vers58 raidcfg_unset_hsp;
H A Draidcfg.c1110 raidcfg_unset_hsp(raidcfg_hsp_relation_t *hsp_relations, in raidcfg_unset_hsp() function
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c1314 if ((ret = raidcfg_unset_hsp(&hsp_relation, NULL)) < 0) { in do_set_hsp()