Home
last modified time | relevance | path

Searched refs:rc_failed (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/contrib/
H A Dipmievd.init.suse111 rc_failed() function
122 return rc_failed $?
126 rc_failed $?
128 if test "$1" = "-s"; then rc_failed 5; echo_rc; rc_failed 3; shift; fi
129 if test "$1" = "-u"; then rc_failed ${_RC_UNUSED}; echo_rc; rc_failed 3; shift; fi
199 rc_failed 3
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9015.h100 bool rc_failed; member
H A Daf9015.c1223 state->rc_failed = false; in af9015_rc_query()
1230 if (!state->rc_failed) in af9015_rc_query()
1233 state->rc_failed = true; in af9015_rc_query()