Lines Matching refs:seq_printf
1161 seq_printf(m, "%01x", (unsigned int) addr[i]); in sprintcl()
1169 seq_printf(m, " "); in sprintrw()
1188 seq_printf(m, "\n%s\n", title); in sprinthx()
1207 seq_printf(m, "\n%s\n", title); in sprinthx4()
1210 seq_printf(m, " "); in sprinthx4()
1211 seq_printf(m, "%08X ", array[r]); in sprinthx4()
1222 seq_printf(m, "\nzcrypt version: %d.%d.%d\n", in zcrypt_proc_show()
1224 seq_printf(m, "Cryptographic domain: %d\n", ap_domain_index); in zcrypt_proc_show()
1225 seq_printf(m, "Total device count: %d\n", zcrypt_device_count); in zcrypt_proc_show()
1226 seq_printf(m, "PCICA count: %d\n", zcrypt_count_type(ZCRYPT_PCICA)); in zcrypt_proc_show()
1227 seq_printf(m, "PCICC count: %d\n", zcrypt_count_type(ZCRYPT_PCICC)); in zcrypt_proc_show()
1228 seq_printf(m, "PCIXCC MCL2 count: %d\n", in zcrypt_proc_show()
1230 seq_printf(m, "PCIXCC MCL3 count: %d\n", in zcrypt_proc_show()
1232 seq_printf(m, "CEX2C count: %d\n", zcrypt_count_type(ZCRYPT_CEX2C)); in zcrypt_proc_show()
1233 seq_printf(m, "CEX2A count: %d\n", zcrypt_count_type(ZCRYPT_CEX2A)); in zcrypt_proc_show()
1234 seq_printf(m, "CEX3C count: %d\n", zcrypt_count_type(ZCRYPT_CEX3C)); in zcrypt_proc_show()
1235 seq_printf(m, "CEX3A count: %d\n", zcrypt_count_type(ZCRYPT_CEX3A)); in zcrypt_proc_show()
1236 seq_printf(m, "requestq count: %d\n", zcrypt_requestq_count()); in zcrypt_proc_show()
1237 seq_printf(m, "pendingq count: %d\n", zcrypt_pendingq_count()); in zcrypt_proc_show()
1238 seq_printf(m, "Total open handles: %d\n\n", in zcrypt_proc_show()