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

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c187 int *comps_nump, raid_obj_handle_t **handlespp);
2350 * get_disk_handle_cidl(ctl_tag, disks_argp, comps_num, handlespp)
2353 * stores handles and separators to new buffer pointed by parameter handlespp.
2361 raid_obj_handle_t **handlespp)
2411 *handlespp = calloc(*comps_nump, sizeof (raid_obj_handle_t));
2412 if (*handlespp == NULL) {
2417 (*handlespp)[i] = INIT_HANDLE_VALUE;
2423 (*handlespp)[i] = OBJ_SEPARATOR_BEGIN;
2425 (*handlespp)[i] = OBJ_SEPARATOR_END;
2428 free(*handlespp);
2360 get_disk_handle_cidl(uint32_t ctl_tag, char *disks_argp, int *comps_nump, raid_obj_handle_t **handlespp) argument
[all...]

Completed in 50 milliseconds