Searched refs:bootcmd (Results 1 – 2 of 2) sorted by relevance
168 bootcmd=`/usr/sbin/eeprom bootcmd | /usr/bin/sed -e 's#bootcmd=##g'`172 /usr/sbin/reboot -f -- "$bootcmd" 191 /usr/sbin/reboot -- "$bootcmd"
441 char *bootcmd; in print_var() local458 bootcmd = getbootcmd(); in print_var()459 (void) printf("%s=%s\n", name, bootcmd ? bootcmd : ""); in print_var()