Searched refs:comps_nump (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);
2360 get_disk_handle_cidl(uint32_t ctl_tag, char *disks_argp, int *comps_nump, argument
2370 if (disks_argp == NULL || comps_nump == NULL) {
2406 (*comps_nump)++;
2411 *handlespp = calloc(*comps_nump, sizeof (raid_obj_handle_t));
2416 for (i = 0; i < *comps_nump; i++)

Completed in 64 milliseconds