Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/milestone/
H A Dfs-usr175 bootcmd=`/usr/sbin/eeprom bootcmd | /usr/bin/sed -e 's#bootcmd=##g'`
179 /usr/sbin/reboot -f -- "$bootcmd"
198 /usr/sbin/reboot -- "$bootcmd"
/titanic_41/usr/src/cmd/eeprom/i386/
H A Dbenv.c441 char *bootcmd; in print_var() local
458 bootcmd = getbootcmd(); in print_var()
459 (void) printf("%s=%s\n", name, bootcmd ? bootcmd : ""); in print_var()