Home
last modified time | relevance | path

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

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