Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sdhci/
HDsdhci_fdt_gpio.c56 bool wp_disabled; member
181 gpio->wp_disabled = true; in wp_setup()
257 if (gpio->wp_disabled) in sdhci_fdt_gpio_get_readonly()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDProcessFreeBSD.cpp764 bool wp_disabled = true; in DisableWatchpoint() local
771 wp_disabled &= thread->DisableHardwareWatchpoint(wp); in DisableWatchpoint()
773 wp_disabled = false; in DisableWatchpoint()
775 if (wp_disabled) { in DisableWatchpoint()