/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-core-mbox.c | 84 debug_printf("mmio_cmd cpu:%d reg:%d write:%d\n", cpu, reg, write); in _send_mmio_command() 113 debug_printf( in _send_mmio_command() 131 debug_printf( in _send_mbox_command() 141 debug_printf("CPU %d\n", cpu); in _send_mbox_command() 195 debug_printf( in _send_mbox_command() 201 debug_printf( in _send_mbox_command() 211 debug_printf("Failed mbox command even after retries\n"); in _send_mbox_command() 229 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", id->cpu, resp); in mbox_read_pm_config() 253 debug_printf("cpu:%d CONFIG_TDP_GET_LEVELS_INFO resp:%x\n", id->cpu, resp); in mbox_get_config_levels() 284 debug_printf("cpu:%d pm_config is not supported\n", id->cpu); in mbox_get_ctdp_control() [all …]
|
H A D | isst-core-tpmi.c | 16 debug_printf("Issue IOCTL: "); in tpmi_process_ioctl() 19 debug_printf("ISST_IF_CORE_POWER_STATE\n"); in tpmi_process_ioctl() 22 debug_printf("ISST_IF_CLOS_PARAM\n"); in tpmi_process_ioctl() 25 debug_printf("ISST_IF_CLOS_ASSOC\n"); in tpmi_process_ioctl() 28 debug_printf("ISST_IF_PERF_LEVELS\n"); in tpmi_process_ioctl() 31 debug_printf("ISST_IF_PERF_SET_LEVEL\n"); in tpmi_process_ioctl() 34 debug_printf("ISST_IF_PERF_SET_FEATURE\n"); in tpmi_process_ioctl() 37 debug_printf("ISST_IF_GET_PERF_LEVEL_INFO\n"); in tpmi_process_ioctl() 40 debug_printf("ISST_IF_GET_PERF_LEVEL_CPU_MASK\n"); in tpmi_process_ioctl() 43 debug_printf("ISST_IF_GET_BASE_FREQ_INFO\n"); in tpmi_process_ioctl() [all …]
|
H A D | isst-daemon.c | 44 debug_printf("Invalid package/die info for cpu:%d\n", id->cpu); in process_level_change() 56 debug_printf("Can't get tdp levels for cpu:%d\n", id->cpu); in process_level_change() 60 debug_printf("Get Config level %d pkg:%d die:%d current_level:%d\n", id->cpu, in process_level_change() 64 debug_printf("config TDP s locked \n"); in process_level_change() 71 debug_printf("**Config level change for cpu:%d pkg:%d die:%d from %d to %d\n", in process_level_change() 82 debug_printf("Can't get core_mask:%d\n", id->cpu); in process_level_change() 248 debug_printf("Starting loop\n");
|
H A D | isst-config.c | 87 void debug_printf(const char *format, ...) in debug_printf() function 508 debug_printf("Ignore CPU 0 offline/online for kernel version >= %d.%d\n", major, minor); in set_cpu_online_offline() 509 debug_printf("Use cgroups to isolate CPU 0\n"); in set_cpu_online_offline() 665 debug_printf("max cpus %d\n", topo_max_cpus); in set_max_cpu_num() 807 debug_printf(" map logical_cpu:%d\n", in create_cpu_map() 822 debug_printf( in create_cpu_map() 893 debug_printf("Can't activate cpuset controller\n"); in enable_cpuset_controller() 894 debug_printf("Either you are not root user or CGroup v2 is not supported\n"); in enable_cpuset_controller() 902 debug_printf("Can't activate cpuset controller: Write failed\n"); in enable_cpuset_controller() 922 debug_printf("Can't create dir:%s errno:%d\n", dir_name, errno); in isolate_cpus() [all …]
|
H A D | hfi-events.c | 200 debug_printf("Received event %d parse_rer:%d\n", genlhdr->cmd, ret); in handle_event() 205 debug_printf("THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE\n"); in handle_event() 289 debug_printf("hfi is initialized\n"); in hfi_main() 293 debug_printf("nl_recv_message err:%d\n", err); in hfi_main()
|
H A D | isst-core.c | 96 debug_printf( in isst_send_msr_command() 372 debug_printf("cpu: %d ctdp enable:%d current level: %d levels:%d\n", in isst_get_process_ctdp() 390 debug_printf("cpu:%d Get Information for TDP level:%d\n", id->cpu, in isst_get_process_ctdp()
|
H A D | isst.h | 223 extern void debug_printf(const char *format, ...);
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fd-fuzz.cpp | 38 static void debug_printf(const char* fmt, ...) in debug_printf() function 100 debug_printf("cb_device_identifiers\n"); in cb_device_identifiers() 144 debug_printf("cb_components\n"); in cb_components() 159 debug_printf("cb_imageset_versions\n"); in cb_imageset_versions() 179 debug_printf("cb_update_component update=%d\n", update); in cb_update_component() 190 debug_printf("cb_update_component set current_update=true\n"); in cb_update_component() 203 debug_printf("cb_transfer_size ua_size=%zu\n", in cb_transfer_size() 220 debug_printf("cb_firmware_data offset=%zu len %zu\n", (size_t)offset, in cb_firmware_data() 250 debug_printf("cb_verify\n"); in cb_verify() 261 debug_printf("cb_verify set failure\n"); in cb_verify() [all …]
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 362 static void debug_printf(const char *format, ...) in debug_printf() function 370 #define debug_printf(fmt,args...) printf (fmt ,##args) macro 373 static inline void debug_printf(const char *format, ...) { } in debug_printf() function 375 #define final_printf debug_printf 885 debug_printf("b_addchr: %c %d %p\n", ch, o->length, o); in b_addchr() 958 debug_printf("setup_prompt_string %d ",promptmode); in setup_prompt_string() 972 debug_printf("result %s\n",*prompt_str); in setup_prompt_string() 1123 debug_printf("b_getch: got a %d\n", ch); 1145 debug_printf("b_peek: got a %d\n", *i->p); 1270 debug_printf("pid %d environment modification: %s\n",getpid(),child->argv[i]); [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/ |
H A D | 0002-fix-comparison-between-pointer-and-zero-character-co.patch | 17 debug_printf(DEBUG_WARNING,"not connected\n"); 23 debug_printf(DEBUG_ERROR, "argumant invalid\n");
|
H A D | 0001-fix-return-makes-integer-from-pointer-without-a-cast.patch | 19 debug_printf(DEBUG_ERROR,"lock failed\n");
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cyber2000fb.h | 19 static void debug_printf(char *fmt, ...) in debug_printf() function 32 #define debug_printf(x...) do { } while (0) macro
|
H A D | cyber2000fb.c | 247 debug_printf("accel_wait timed out\n"); in cyber2000fb_sync()
|