Home
last modified time | relevance | path

Searched refs:wp_disabled (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/scripts/image_signing/
Dset_gbb_flags.sh60 local wp_disabled="$(echo "$wp_states" | grep "WP:.*is disabled.")"
62 if [ -z "$wp_disabled" -a -z "$wp_zero_len" ]; then
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp769 bool wp_disabled = true; in DisableWatchpoint() local
776 wp_disabled &= thread->DisableHardwareWatchpoint(wp); in DisableWatchpoint()
778 wp_disabled = false; in DisableWatchpoint()
780 if (wp_disabled) { in DisableWatchpoint()