Searched refs:debug_msg (Results 1 – 14 of 14) sorted by relevance
/external/vboot_reference/scripts/image_signing/ |
D | make_dev_ssd.sh | 77 debug_msg "Removing rootfs verification for legacy boot configuration." 128 debug_msg "find_valid_kernel_partitions: [$*] -> [$valid_partitions]" 149 debug_msg "Probing $name information" 164 debug_msg "Reading $name from partition $kernel_index" 167 debug_msg "Checking if $name is valid" 170 debug_msg "dump_kernel_config error message: $(cat "$EXEC_LOG")" 191 debug_msg "New kernel config: $kernel_config)" 196 debug_msg "Bypassing rootfs verification check" 198 debug_msg "Changing boot parameter to remove rootfs verification" 200 debug_msg "New kernel config: $kernel_config" [all …]
|
D | make_dev_firmware.sh | 76 debug_msg "reading from file: $FLAGS_from" 92 debug_msg "writing to file: $FLAGS_to" 110 debug_msg "echo_dev_hwid: [$1] -> [$hwid_dev]" 128 debug_msg "Prerequisite check" 143 debug_msg "Checking software write protection status" 152 debug_msg "Pulling image to $IMAGE" 156 debug_msg "Prepare to backup the file" 159 debug_msg "Creating backup file to $backup_image..." 163 debug_msg "Detecting developer firmware keyblock" 196 debug_msg "Resign the firmware code (A/B) with new keys" [all …]
|
D | tofactory.sh | 72 debug_msg "Disabling $which_rom write protect" 87 debug_msg "Backing up current firmware to $FLAGS_backup_dir" 101 debug_msg "Backing up current GPT table." 135 debug_msg "Stopping update engine" 139 debug_msg "Reading BIOS from EEPROM" 151 debug_msg "Found VPD at offset $vpd_offset size $vpd_size" 155 debug_msg "In decimal, VPD is at offset $vpd_offset size $vpd_size" 158 debug_msg "Copying VPD from old firmware to new firmware" 168 debug_msg "Writing EC" 171 debug_msg "Writing BIOS" [all …]
|
D | common_minimal.sh | 60 debug_msg() { function
|
/external/strace/ |
D | error_prints.h | 54 #define debug_msg(...) \ macro 71 debug_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
|
D | strace.c | 773 debug_msg("new tcb for pid %d, active tcbs:%d", in alloctcb() 837 debug_msg("dropped tcb for pid %d, %d remain", tcp->pid, nprocs); in droptcb() 960 debug_msg("detach wait: event:%d sig:%d", in detach() 1058 debug_msg("attach to pid %d (main) succeeded", tcp->pid); in attach_tcb() 1088 debug_msg("attach to pid %d succeeded", tid); in attach_tcb() 1510 debug_msg("PTRACE_SEIZE doesn't work"); in test_ptrace_seize() 1827 debug_msg("ptrace_setoptions = %#x", ptrace_setoptions); in init() 2182 debug_msg("pid %d has TCB_STARTUP, initializing it", tcp->pid); in startup_tcb() 2187 debug_msg("setting opts 0x%x on pid %d", in startup_tcb()
|
D | mmap_cache.c | 170 debug_msg("%s: overlapping memory region: " in mmap_cache_rebuild_if_invalid()
|
D | syscall.c | 1229 debug_msg("pid %d invalid syscall %#" PRI_klx, in get_scno()
|
D | ChangeLog | 7921 linux/arm/get_scno.c: use debug_msg. 7923 error_msg() } with debug_msg() call. 10236 syscall: replace if (debug_flag) ... with debug_msg macro. 10237 * syscall.c (get_scno): Use debug_msg instead of 10316 * unwind.c (build_mmap_cache): Change error_msg() to debug_msg(), add 10370 (debug_msg, debug_perror_msg): New macro definitions.
|
/external/strace/linux/arm/ |
D | get_scno.c | 75 debug_msg("pid %d stray syscall exit: ARM_ip = %ld, scno = %ld", in arch_get_scno()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument 480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
|
D | loop_dependence.h | 552 void PrintDebug(std::string debug_msg);
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument 480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
|
D | loop_dependence.h | 552 void PrintDebug(std::string debug_msg);
|