Home
last modified time | relevance | path

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

/openbmc/ipmitool/contrib/
H A Dipmievd.init.suse82 echo_rc() function
95 echo_rc() function
108 echo_rc() { echo " [${_SMSG[${_RC_RV}]}] "; } function
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
130 if test "$1" = "-v"; then echo_rc; shift; fi