Lines Matching refs:handlespp
187 int *comps_nump, raid_obj_handle_t **handlespp);
2361 raid_obj_handle_t **handlespp) in get_disk_handle_cidl() argument
2411 *handlespp = calloc(*comps_nump, sizeof (raid_obj_handle_t)); in get_disk_handle_cidl()
2412 if (*handlespp == NULL) { in get_disk_handle_cidl()
2417 (*handlespp)[i] = INIT_HANDLE_VALUE; in get_disk_handle_cidl()
2423 (*handlespp)[i] = OBJ_SEPARATOR_BEGIN; in get_disk_handle_cidl()
2425 (*handlespp)[i] = OBJ_SEPARATOR_END; in get_disk_handle_cidl()
2428 free(*handlespp); in get_disk_handle_cidl()
2432 (*handlespp)[i] = in get_disk_handle_cidl()
2435 if ((*handlespp)[i] <= 0) { in get_disk_handle_cidl()
2437 raidcfg_errstr((*handlespp)[i])); in get_disk_handle_cidl()
2438 free(*handlespp); in get_disk_handle_cidl()