Searched refs:print_error (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/perf/jvmti/ |
H A D | libjvmti.c | 20 static void print_error(jvmtiEnv *jvmti, const char *msg, jvmtiError ret) in print_error() function 48 print_error(jvmti, "GetLineNumberTable", ret); in do_get_line_number() 177 print_error(jvmti, "GetMethodDeclaringClass", ret); in get_source_filename() 183 print_error(jvmti, "GetSourceFileName", ret); in get_source_filename() 189 print_error(jvmti, "GetClassSignature", ret); in get_source_filename() 197 print_error(jvmti, "GetClassSignature", ret); in get_source_filename() 253 print_error(jvmti, "GetMethodDeclaringClass", ret); in compiled_method_load_cb() 283 print_error(jvmti, "GetClassSignature", ret); in compiled_method_load_cb() 290 print_error(jvmti, "GetMethodName", ret); in compiled_method_load_cb() 370 print_error(jvmti, "AddCapabilities", ret); in Agent_OnLoad() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc.py | 62 gp.print_error( 68 gp.print_error("%s commands to the BMC are failing." % interface) 71 gp.print_error("BMC is not communicating via ssh.\n") 75 gp.print_error(
|
H A D | tools.exp | 27 print_error "Did not get ${description} after $timeout ${seconds}.\n" 51 print_error "Reached end of file before getting $description.\n"
|
H A D | ipmi_client.py | 127 gp.print_error(message)
|
H A D | valid.tcl | 351 print_error $message
|
H A D | gen_print.py | 234 print_error( 267 print_error( 364 print_error(
|
H A D | print.tcl | 1016 set stderr_proc_names [list print_error print_error_report]
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/ |
H A D | 0001-create-tpm-key-support-well-known-key-option.patch | 23 #define print_error(a,b) \ 100 print_error("Tspi_Policy_SetSecret", result);
|
/openbmc/linux/tools/power/cpupower/utils/ |
H A D | cpufreq-set.c | 32 static void print_error(void) in print_error() function 331 print_error(); in cmd_freq_set()
|
/openbmc/openbmc-test-automation/bin/ |
H A D | sol_utils.tcl | 133 print_error "Invalid openbmc_host value.\n" 147 puts stderr "" ; print_error "Invalid OpenBmc username or password.\n" 288 puts stderr "" ; print_error "Invalid OS username or password.\n"
|
H A D | generate_inventory | 106 print_error("The generated list doesn't match Inventory List.\n")
|
H A D | process_plug_in_packages.py | 292 print_error("At least one plug-in failed.\n")
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | 0001-sssctl-add-error-analyzer.patch | 93 + self.print_error, self.print_opts) 99 + def print_error(self, args):
|
/openbmc/linux/sound/core/ |
H A D | control.c | 1085 int i, bool print_error) in sanity_check_int_value() argument 1119 if (print_error) in sanity_check_int_value() 1130 if (print_error) in sanity_check_int_value() 1147 bool print_error) in sanity_check_input_values() argument 1158 print_error); in sanity_check_input_values()
|