Searched refs:wp_status (Results 1 – 2 of 2) sorted by relevance
77 local wp_status="$(${flash_rom} --wp-status | grep "WP: status:")"78 if [ "$wp_status" != "WP: status: 0x00" ]; then80 wp_error "$which_rom" "$wp_status"
89 int waitpid_ret_test(pid_t wp_pid, int *wp_status, int wp_opts, in waitpid_ret_test() argument94 ret = waitpid(wp_pid, wp_status, wp_opts); in waitpid_ret_test()