Searched defs:raid_level (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | raidioctl.h | 67 int raid_level; member in struct:raid_config
|
/illumos-gate/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg_spi.h | 285 uint32_t raid_level; member in struct:__anon3842
|
H A D | raidcfg.c | 927 uint32_t raid_level, uint64_t size, uint32_t stripe_size, 976 array_attr->raid_level = raid_level; 1224 raid_space_noalign(raid_obj_tab_t *raid_tab, uint32_t raid_level, int num, argument 1297 switch (raid_level) { 3266 switch (array_attr->raid_level) { 3288 switch (array_attr->raid_level) { 3431 switch (array_attr->raid_level) { 3483 array_attr2.raid_level, num_of_comp, disk_list, 3665 if (array_attr->raid_level 926 raidcfg_create_array(int num_of_comps, int *disk_handles, uint32_t raid_level, uint64_t size, uint32_t stripe_size, char **plugin_err_str) argument [all...] |
/illumos-gate/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 516 (void) printf(gettext("%s [-f] -C %c<disks>%c [-r <raid_level>] " 528 (void) printf(gettext("%s [-f] -c [-r <raid_level>] <disk1> <disk2> " 571 uint32_t raid_level = RAID_LEVEL_1; local 610 raid_level = RAID_LEVEL_1E; 618 raid_level = RAID_LEVEL_0; 621 raid_level = RAID_LEVEL_1; 624 raid_level = RAID_LEVEL_5; 627 raid_level = RAID_LEVEL_10; 630 raid_level = RAID_LEVEL_50; 687 disk_handlesp, raid_level, capacit 733 uint32_t raid_level = RAID_LEVEL_1; local 2111 char raid_level[8]; local [all...] |
Completed in 71 milliseconds