Searched defs:hsp_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c1732 raid_obj_handle_t hsp_handle; local
1757 hsp_handle = raidcfg_list_head(disk_handle, OBJ_TYPE_HSP);
1767 if (hsp_handle > 0) {
1781 hsp_handle = raidcfg_list_head(disk_handle, OBJ_TYPE_HSP);
1782 if (hsp_handle > 0) {
2250 raid_obj_handle_t hsp_handle; local
2296 hsp_handle = raidcfg_list_head(disk_handle, OBJ_TYPE_HSP);
2297 if (hsp_handle == 0) {
2301 while (hsp_handle > 0) {
2302 if ((ret = raidcfg_get_attr(hsp_handle,
[all...]

Completed in 64 milliseconds