Home
last modified time | relevance | path

Searched refs:comps_nump (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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, in get_disk_handle_cidl() argument
2370 if (disks_argp == NULL || comps_nump == NULL) { in get_disk_handle_cidl()
2406 (*comps_nump)++; in get_disk_handle_cidl()
2411 *handlespp = calloc(*comps_nump, sizeof (raid_obj_handle_t)); in get_disk_handle_cidl()
2416 for (i = 0; i < *comps_nump; i++) in get_disk_handle_cidl()