Searched refs:hpt_copy_info (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | hptproc.c | 378 hpt_copy_info(HPT_GET_INFO *pinfo, char *fmt, ...) in hpt_copy_info() function 419 hpt_copy_info(pinfo, "Channel %d %s %5dMB %s %s\n", in hpt_copy_disk_info() 500 …hpt_copy_info(pinfo, "%2d %11s %-20s %5lldMB %-16s", nld, sType, pArray->u.array.ArrayName, pA… in hpt_copy_array_info() 521 hpt_copy_info(pinfo, "Controller #%d:\n\n", pAdapter->mvSataAdapter.adapterId); in hpt_get_info() 523 hpt_copy_info(pinfo, "Physical device list\n"); in hpt_get_info() 524 hpt_copy_info(pinfo, "Channel Model Capacity Status Array\n"); in hpt_get_info() 525 hpt_copy_info(pinfo, "-------------------------------------------------------------------\n"); in hpt_get_info() 534 hpt_copy_info(pinfo, "\nLogical device list\n"); in hpt_get_info() 535 hpt_copy_info(pinfo, "No. Type Name Capacity Status OsDisk\n"); in hpt_get_info() 536 …hpt_copy_info(pinfo, "--------------------------------------------------------------------------\n… in hpt_get_info() [all …]
|