Lines Matching defs:hsp_handle
1732 raid_obj_handle_t hsp_handle;
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;
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,
2328 hsp_handle = raidcfg_list_next(hsp_handle);