| /f-stack/dpdk/app/test/ |
| H A D | test_cpuflags.c | 55 printf("Check for PPC64:\t\t"); in test_cpuflags() 58 printf("Check for PPC32:\t\t"); in test_cpuflags() 61 printf("Check for VSX:\t\t"); in test_cpuflags() 64 printf("Check for DFP:\t\t"); in test_cpuflags() 67 printf("Check for FPU:\t\t"); in test_cpuflags() 70 printf("Check for SMT:\t\t"); in test_cpuflags() 73 printf("Check for MMU:\t\t"); in test_cpuflags() 95 printf("Check for FP:\t\t"); in test_cpuflags() 98 printf("Check for ASIMD:\t"); in test_cpuflags() 104 printf("Check for AES:\t\t"); in test_cpuflags() [all …]
|
| H A D | test_cmdline_cirbuf.c | 510 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial() 522 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial() 546 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial() 565 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial() 817 printf("Error: alignment failed!\n"); in test_cirbuf_align_left() 850 printf("Error: alignment failed!\n"); in test_cirbuf_align_left() 883 printf("Error: alignment failed!\n"); in test_cirbuf_align_left() 916 printf("Error: alignment failed!\n"); in test_cirbuf_align_left() 950 printf("Error: alignment failed!\n"); in test_cirbuf_align_left() 964 printf("Error: strings mismatch!\n"); in test_cirbuf_align_left() [all …]
|
| H A D | test_memzone.c | 170 printf("MEMZONE FLAG 2MB\n"); in test_memzone_reserve_flags() 178 printf("Fail memzone free\n"); in test_memzone_reserve_flags() 186 printf("MEMZONE FLAG 2MB\n"); in test_memzone_reserve_flags() 194 printf("Fail memzone free\n"); in test_memzone_reserve_flags() 234 printf("MEMZONE FLAG 1GB\n"); in test_memzone_reserve_flags() 250 printf("MEMZONE FLAG 1GB\n"); in test_memzone_reserve_flags() 297 printf("BOTH SIZES SET\n"); in test_memzone_reserve_flags() 453 printf("BOTH SIZES SET\n"); in test_memzone_reserve_flags() 695 printf("check overlapping\n"); in test_memzone_aligned() 1023 printf("check socket ID\n"); in test_memzone_basic() [all …]
|
| H A D | test_power_kvm_vm.c | 18 printf("Power management library not supported, skipping test\n"); in test_power_kvm_vm() 37 printf("Failed on setting environment to PM_ENV_KVM_VM\n"); in test_power_kvm_vm() 44 printf("Unexpectedly got a Power Management environment other than " in test_power_kvm_vm() 67 printf("rte_power_freq_up should not be NULL, environment has not " in test_power_kvm_vm() 98 printf("Cannot initialise power management for lcore %u, this " in test_power_kvm_vm() 182 printf("rte_power_freq_enable_turbo failed on valid lcore" in test_power_kvm_vm() 190 printf("rte_power_freq_disable_turbo failed on valid lcore" in test_power_kvm_vm() 214 printf("rte_power_freq_min unexpectedly failed on valid lcore " in test_power_kvm_vm() 222 printf("rte_power_freq_max unexpectedly failed on valid lcore " in test_power_kvm_vm() 256 printf("rte_power_exit unexpectedly failed on valid lcore %u," in test_power_kvm_vm() [all …]
|
| H A D | test_power_cpufreq.c | 112 printf("Fail to get available freqs on lcore %u\n", in check_power_freqs() 140 printf("Fail to get the freq index on lcore %u\n", in check_power_get_freq() 171 printf("Unexpectedly set an invalid freq index (%u)" in check_power_set_freq() 190 printf("Fail to set freq index on lcore %u\n", in check_power_set_freq() 226 printf("Fail to scale down the freq on lcore %u\n", in check_power_freq_down() 245 printf("Fail to scale down the freq on lcore %u\n", in check_power_freq_down() 281 printf("Fail to scale up the freq on lcore %u\n", in check_power_freq_up() 300 printf("Fail to scale up the freq on lcore %u\n", in check_power_freq_up() 390 printf("Fail to enable turbo on lcore %u\n", in check_power_turbo() 409 printf("Fail to disable turbo on lcore %u\n", in check_power_turbo() [all …]
|
| H A D | test_interrupts.c | 182 printf("invalid interrupt type\n"); in test_interrupt_callback() 293 printf("unexpectedly disable null intr_handle " in test_interrupt_disable() 361 printf("fail to register callback\n"); in test_interrupt_full_path_check() 382 printf("callback has not been called\n"); in test_interrupt_full_path_check() 385 printf("it has internal error in callback\n"); in test_interrupt_full_path_check() 413 printf("Check valid UIO interrupt full path\n"); in test_interrupt() 437 printf("start register/unregister test\n"); in test_interrupt() 512 printf("start interrupt enable/disable test\n"); in test_interrupt() 515 printf("fail to check interrupt enabling\n"); in test_interrupt() 521 printf("fail to check interrupt disabling\n"); in test_interrupt() [all …]
|
| H A D | test_kvargs.c | 51 printf("rte_kvargs_parse() error"); in test_valid_kvargs() 61 printf("rte_kvargs_parse() error"); in test_valid_kvargs() 168 printf("invalid count value\n"); in test_valid_kvargs() 181 printf("invalid count value\n"); in test_valid_kvargs() 201 printf(",%s", *valid_keys); in test_valid_kvargs() 202 printf(">"); in test_valid_kvargs() 204 printf("\n"); in test_valid_kvargs() 242 printf(",%s", *valid_keys); in test_invalid_kvargs() 243 printf(">"); in test_invalid_kvargs() 245 printf("\n"); in test_invalid_kvargs() [all …]
|
| H A D | test_alarm.c | 37 printf("In %s - arg = %p\n", __func__, arg); in test_multi_cb() 45 printf("In %s - arg = %p\n", __func__, arg); in test_remove_in_callback() 73 printf("Expect 6 callbacks in order...\n"); in test_multi_alarms() 87 printf("Missing callbacks\n"); in test_multi_alarms() 94 printf("Expect only callbacks with args 1 and 3...\n"); in test_multi_alarms() 136 printf("Error cancelling head-of-list callback\n"); in test_multi_alarms() 149 printf("Error - expected callback not called\n"); in test_multi_alarms() 182 printf("The alarm API is not supported on FreeBSD\n"); in test_alarm() 186 printf("check if the callback will be called\n"); in test_alarm() 190 printf("fail to set alarm callback\n"); in test_alarm() [all …]
|
| H A D | test_eal_flags.c | 101 printf("Error parsing /proc/mounts!\n"); in process_hugefiles() 140 printf("Error deleting %s - %s!\n", in process_hugefiles() 156 printf("Error opening %s - %s!\n", in process_hugefiles() 535 printf("Error - " in test_missing_c_flag() 542 printf("Error - " in test_missing_c_flag() 547 printf("Error - " in test_missing_c_flag() 563 printf("Error - " in test_missing_c_flag() 570 printf("Error - " in test_missing_c_flag() 583 printf("Error - " in test_missing_c_flag() 593 printf("Error - " in test_missing_c_flag() [all …]
|
| /f-stack/freebsd/tools/sound/ |
| H A D | snd_fxdiv_gen.awk | 95 printf("#ifndef _SND_FXDIV_GEN_H_\n"); 98 printf("/*\n"); 100 printf(" *\n"); 101 printf(" * DO NOT EDIT!\n"); 102 printf(" */\n\n"); 103 printf("#ifdef SND_USE_FXDIV\n\n"); 105 printf("/*\n"); 109 printf(" *\n"); 111 printf(" */\n\n"); 115 printf("#ifdef SND_DECLARE_FXDIV\n"); [all …]
|
| H A D | feeder_rate_mkfilter.awk | 323 printf("\n"); 339 printf("\n"); 723 printf("\n"); 797 printf("\n"); 800 printf("\n"); 804 printf("\n"); 841 printf("\n"); 847 printf("\n"); 859 printf("\n"); 864 printf("\n"); [all …]
|
| H A D | feeder_eq_mkfilter.awk | 233 printf("};\n"); 357 printf("/*\n"); 359 printf(" *\n"); 362 printf("/*\n"); 365 printf(" */\n"); 375 printf(","); 394 printf("};\n"); 397 printf("\n"); 405 printf("};\n"); 423 printf("};\n"); [all …]
|
| /f-stack/freebsd/x86/x86/ |
| H A D | identcpu.c | 249 printf("CPU: "); in printcpuinfo() 723 printf("286"); in printcpuinfo() 726 printf("386"); in printcpuinfo() 730 printf("486"); in printcpuinfo() 735 printf("586"); in printcpuinfo() 740 printf("686"); in printcpuinfo() 747 printf("K8"); in printcpuinfo() 1084 printf("\n " in printcpuinfo() 1145 printf("\n"); in printcpuinfo() 2334 printf("\n SVM: "); in print_svm_info() [all …]
|
| /f-stack/freebsd/tools/ |
| H A D | sdiodevs2h.awk | 45 printf("/*\n") > file 48 printf(" *\n") > file 51 printf(" */\n") > file 93 printf(" ") > hfile 97 printf(")") > hfile 101 printf("\n") > hfile 145 printf(" ") > hfile 149 printf(")") > hfile 153 printf("\n") > hfile 158 printf("\n") > dfile [all …]
|
| H A D | usbdevs2h.awk | 45 printf("/*\n") > file 48 printf(" *\n") > file 51 printf(" */\n") > file 93 printf(" ") > hfile 97 printf(")") > hfile 101 printf("\n") > hfile 145 printf(" ") > hfile 149 printf(")") > hfile 153 printf("\n") > hfile 158 printf("\n") > dfile [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslhelp.c | 177 printf ("%s\n\n", ASL_COMPLIANCE); in Usage() 180 printf ("\nGeneral:\n"); in Usage() 188 printf ("\nHelp:\n"); in Usage() 196 printf ("\nPreprocessor:\n"); in Usage() 223 printf ("\nListings:\n"); in Usage() 244 printf ("\nLegacy-ASL to ASL+ Converter:\n"); in Usage() 248 printf ("\nData Table Compiler:\n"); in Usage() 255 printf ("\nAML Disassembler:\n"); in Usage() 270 printf ("\nDebug Options:\n"); in Usage() 309 printf ("\n"); in AslFilenameHelp() [all …]
|
| /f-stack/dpdk/drivers/event/dlb2/ |
| H A D | dlb2_selftest.c | 168 printf("%s time out\n", __func__); in enqueue_timeout() 218 printf("%d: mbuf_pool is NULL\n", __LINE__); in test_stop_flush() 424 printf("%d: Got %u ports, expected %u\n", in test_info_get() 430 printf("%d: Got %u queues, expected %u\n", in test_info_get() 462 printf("%d: Got %u ports, expected %u\n", in test_info_get() 468 printf("%d: Got %u queues, expected %u\n", in test_info_get() 1409 printf("ERROR creating mempool\n"); in do_selftest() 1415 printf("*** Running Stop Flush test...\n"); in do_selftest() 1422 printf("*** Running Single Link test...\n"); in do_selftest() 1430 printf("*** Running Info Get test...\n"); in do_selftest() [all …]
|
| /f-stack/dpdk/drivers/event/dlb/ |
| H A D | dlb_selftest.c | 208 printf("%d: mbuf_pool is NULL\n", __LINE__); in test_stop_flush() 405 printf("%d: Got %u ports, expected %u\n", in test_info_get() 411 printf("%d: Got %u queues, expected %u\n", in test_info_get() 443 printf("%d: Got %u ports, expected %u\n", in test_info_get() 449 printf("%d: Got %u queues, expected %u\n", in test_info_get() 456 printf("rte_event_dev_close err %d\n", ret); in test_info_get() 1424 printf("ERROR creating mempool\n"); in do_selftest() 1430 printf("*** Running Stop Flush test...\n"); in do_selftest() 1437 printf("*** Running Single Link test...\n"); in do_selftest() 1445 printf("*** Running Info Get test...\n"); in do_selftest() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | print.c | 57 printf("nil"); in PrintConstant() 88 printf("\t%d\t",pc+1); in PrintCode() 89 if (line>0) printf("[%d]\t",line); else printf("[-]\t"); in PrintCode() 94 printf("%d",a); in PrintCode() 99 if (getBMode(o)==OpArgK) printf("%d %d",a,-1-bx); else printf("%d %d",a,bx); in PrintCode() 102 if (o==OP_JMP) printf("%d",sbx); else printf("%d %d",a,sbx); in PrintCode() 133 printf("\t; "); in PrintCode() 135 printf(" "); in PrintCode() 154 printf("\n"); in PrintCode() 187 printf("\t%d\t",i+1); in PrintConstants() [all …]
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | aead_chacha20poly1305.c | 42 printf("\n"); in tv() 45 printf("\n"); in tv() 101 printf("\n"); in tv() 104 printf("\n"); in tv() 146 printf("\n"); in tv() 149 printf("\n"); in tv() 225 printf("\n"); in tv_ietf() 228 printf("\n"); in tv_ietf() 283 printf("\n"); in tv_ietf() 286 printf("\n"); in tv_ietf() [all …]
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev_selftest.c | 117 printf("%d : %s : %"PRIu64"\n", in xstats_print() 965 printf( in xstats_tests() 984 printf( in xstats_tests() 1019 printf( in xstats_tests() 1026 printf( in xstats_tests() 1060 printf( in xstats_tests() 1097 printf( in xstats_tests() 1131 printf( in xstats_tests() 1903 printf( in qid_priorities() 3150 printf( in worker_loopback() [all …]
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 298 printf("name:%s:%s\n", in proc_info_parse_args() 358 printf("\n"); in nic_stats_display() 366 printf("\n"); in nic_stats_display() 680 printf(" offloads :"); in show_offloads() 797 printf("%d/", count); in show_port() 801 printf(" scattered"); in show_port() 804 printf(" drop_en"); in show_port() 820 printf("\n"); in show_port() 836 printf(" thresh %u/%u", in show_port() 845 printf("\n"); in show_port() [all …]
|
| /f-stack/freebsd/crypto/skein/ |
| H A D | skein_debug.c | 24 if (i % 4 == 0) printf(INDENT); in Show64_step() 49 if (i %16 == 0) printf(INDENT); in Show08() 50 else if (i % 4 == 0) printf(" "); in Show08() 51 printf(" %02X",b[i]); in Show08() 83 printf(" ++++++++++\n"); in Skein_Show_Final() 116 printf("=\n"); in Skein_Show_Round() 184 printf(" Type="); in Skein_Show_Block() 197 printf(" Flags="); in Skein_Show_Block() 204 printf("\n"); in Skein_Show_Block() 209 printf(" Tweak:\n"); in Skein_Show_Block() [all …]
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_codec.c | 124 printf("codec SR %x\n", codec_read(sc, SR)); in codec_print_registers() 125 printf("codec SR2 %x\n", codec_read(sc, SR2)); in codec_print_registers() 126 printf("codec MR %x\n", codec_read(sc, MR)); in codec_print_registers() 129 printf("codec CR_LO %x\n", codec_read(sc, CR_LO)); in codec_print_registers() 130 printf("codec CR_HP %x\n", codec_read(sc, CR_HP)); in codec_print_registers() 141 printf("codec CR_CK %x\n", codec_read(sc, CR_CK)); in codec_print_registers() 146 printf("codec ICR %x\n", codec_read(sc, ICR)); in codec_print_registers() 147 printf("codec IMR %x\n", codec_read(sc, IMR)); in codec_print_registers() 148 printf("codec IFR %x\n", codec_read(sc, IFR)); in codec_print_registers() 149 printf("codec IMR2 %x\n", codec_read(sc, IMR2)); in codec_print_registers() [all …]
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 223 printf("\n"); in nic_stats_display() 232 printf("\n"); in nic_stats_display() 431 printf("\n"); in nic_stats_mapping_display() 489 printf("\n"); in rx_queue_infos_display() 526 printf("\n"); in tx_queue_infos_display() 628 printf("\n"); in device_infos_display() 1732 printf("\n"); in rss_config_display() 2826 printf("\n"); in fwd_lcores_config_display() 3023 printf("\n"); in port_rss_hash_conf_show() 3029 printf("\n"); in port_rss_hash_conf_show() [all …]
|