Home
last modified time | relevance | path

Searched refs:debug_msg (Results 1 – 10 of 10) sorted by relevance

/external/vboot_reference/scripts/image_signing/
Dmake_dev_ssd.sh77 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 …]
Dmake_dev_firmware.sh76 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 …]
Dtofactory.sh72 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 …]
Dcommon_minimal.sh60 debug_msg() { function
/external/strace/
Derror_prints.h54 #define debug_msg(...) \ macro
71 debug_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
Dstrace.c749 debug_msg("new tcb for pid %d, active tcbs:%d", in alloctcb()
807 debug_msg("dropped tcb for pid %d, %d remain", tcp->pid, nprocs); in droptcb()
930 debug_msg("detach wait: event:%d sig:%d", in detach()
1030 debug_msg("attach to pid %d (main) succeeded", tcp->pid); in attach_tcb()
1057 debug_msg("attach to pid %d succeeded", tid); in attach_tcb()
1500 debug_msg("PTRACE_SEIZE doesn't work"); in test_ptrace_seize()
1826 debug_msg("ptrace_setoptions = %#x", ptrace_setoptions); in init()
2164 debug_msg("pid %d has TCB_STARTUP, initializing it", tcp->pid); in startup_tcb()
2169 debug_msg("setting opts 0x%x on pid %d", in startup_tcb()
Dunwind.c199 debug_msg("%s: overlapping memory region: " in build_mmap_cache()
Dsyscall.c1243 debug_msg("pid %d invalid syscall %#" PRI_klx, in get_scno()
DChangeLog359 linux/arm/get_scno.c: use debug_msg.
361 error_msg() } with debug_msg() call.
2674 syscall: replace if (debug_flag) ... with debug_msg macro.
2675 * syscall.c (get_scno): Use debug_msg instead of
2754 * unwind.c (build_mmap_cache): Change error_msg() to debug_msg(), add
2808 (debug_msg, debug_perror_msg): New macro definitions.
/external/strace/linux/arm/
Dget_scno.c75 debug_msg("pid %d stray syscall exit: ARM_ip = %ld, scno = %ld", in arch_get_scno()