Searched refs:ctl_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c169 static int snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive,
175 static int print_ctl_table(raid_obj_handle_t ctl_handle);
176 static int print_array_table(raid_obj_handle_t ctl_handle,
178 static int print_disk_table(raid_obj_handle_t ctl_handle,
183 static int print_disk_attr(raid_obj_handle_t ctl_handle,
570 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
595 ctl_handle = raidcfg_get_controller(ctl_tag);
596 if (ctl_handle <= 0) {
597 (void) fprintf(stderr, "%s\n", raidcfg_errstr(ctl_handle));
601 if ((ret = raidcfg_get_attr(ctl_handle,
732 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
887 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
1036 raid_obj_handle_t ctl_handle; local
1106 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
1172 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
1347 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
1442 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
1466 snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive, uint8_t indent, uint8_t is_snapshot) argument
1527 raid_obj_handle_t ctl_handle; local
1731 raid_obj_handle_t ctl_handle = INIT_HANDLE_VALUE; local
1804 print_ctl_table(raid_obj_handle_t ctl_handle) argument
1832 print_array_table(raid_obj_handle_t ctl_handle, raid_obj_handle_t array_handle) argument
1997 print_disk_table(raid_obj_handle_t ctl_handle, raid_obj_handle_t disk_handle) argument
2241 print_disk_attr(raid_obj_handle_t ctl_handle, raid_obj_handle_t disk_handle, raidcfg_disk_t *attrp) argument
2463 raid_obj_handle_t ctl_handle; local
[all...]

Completed in 100 milliseconds