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

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr170 bootcmd=`/usr/sbin/eeprom bootcmd | /usr/bin/sed -e 's#bootcmd=##g'`
174 /usr/sbin/reboot -f -- "$bootcmd"
193 /usr/sbin/reboot -- "$bootcmd"
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c193 char *bootcmd; local
195 if (strcmp(name, "bootcmd") == 0) {
196 bootcmd = getbootcmd();
197 (void) printf("%s=%s\n", name, bootcmd ? bootcmd : "");
251 if (strcmp(name, "bootcmd") == 0)

Completed in 64 milliseconds