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

/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c56 bool wp_disabled; member in struct:sdhci_fdt_gpio
181 gpio->wp_disabled = true;
257 if (gpio->wp_disabled)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp764 bool wp_disabled = true; local
771 wp_disabled &= thread->DisableHardwareWatchpoint(wp);
773 wp_disabled = false;
775 if (wp_disabled) {

Completed in 78 milliseconds