Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr165 bootcmd=`/usr/sbin/eeprom bootcmd | /usr/bin/sed -e 's#bootcmd=##g'`
169 /usr/sbin/reboot -f -- "$bootcmd"
186 /usr/sbin/reboot -- "$bootcmd"
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c195 char *bootcmd; in print_var() local
198 bootcmd = getbootcmd(); in print_var()
199 (void) printf("%s=%s\n", name, bootcmd ? bootcmd : ""); in print_var()