Home
last modified time | relevance | path

Searched defs:wp_status (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid_common.h76 int waitpid_ret_test(pid_t wp_pid, int *wp_status, int wp_opts, in waitpid_ret_test()
/aosp_15_r20/external/flashrom/util/flashrom_tester/flashrom/src/
H A Dlib.rs124 fn wp_status(&self, en: bool) -> Result<bool, FlashromError>; in wp_status() method
H A Dflashromlib.rs90 fn wp_status(&self, en: bool) -> Result<bool, FlashromError> { in wp_status() method
H A Dcmd.rs197 fn wp_status(&self, en: bool) -> Result<bool, FlashromError> { in wp_status() method
/aosp_15_r20/external/flashrom/
H A Dcros_ec.c551 const int wp_status = cros_ec_wp_is_enabled(); in disable_soft_wp_if_needed() local