Searched refs:handlespp (Results 1 – 1 of 1) sorted by relevance
187 int *comps_nump, raid_obj_handle_t **handlespp);2361 raid_obj_handle_t **handlespp) in get_disk_handle_cidl() argument2411 *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()[all …]