Searched refs:hs_info (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/cam/ctl/ |
| HD | ctl_private.h | 52 struct ctl_hard_startstop_info hs_info; member
|
| HD | ctl.c | 2110 sd_info->hs_info.status = metatask->status; in ctl_ioctl_hard_startstop_callback() 2111 sd_info->hs_info.total_luns = metatask->taskinfo.startstop.total_luns; in ctl_ioctl_hard_startstop_callback() 2112 sd_info->hs_info.luns_complete = in ctl_ioctl_hard_startstop_callback() 2114 sd_info->hs_info.luns_failed = metatask->taskinfo.startstop.luns_failed; in ctl_ioctl_hard_startstop_callback() 2791 memcpy((void *)addr, &ss_info.hs_info, sizeof(ss_info.hs_info)); in ctl_ioctl()
|
| /trueos/usr.sbin/ctladm/ |
| HD | ctladm.c | 1413 struct ctl_hard_startstop_info hs_info; in cctl_hardstopstart() local 1426 &hs_info) == -1) { in cctl_hardstopstart() 1435 cctl_cfi_mt_statusstr(hs_info.status, error_str, sizeof(error_str)); in cctl_hardstopstart() 1437 fprintf(stdout, "Total LUNs: %d\n", hs_info.total_luns); in cctl_hardstopstart() 1438 fprintf(stdout, "LUNs complete: %d\n", hs_info.luns_complete); in cctl_hardstopstart() 1439 fprintf(stdout, "LUNs failed: %d\n", hs_info.luns_failed); in cctl_hardstopstart()
|