Home
last modified time | relevance | path

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

/freebsd/sys/dev/cfe/
H A Dcfe_console.c162 char *bootmsg = "Using CFE firmware console.\n"; in cfe_cnprobe() local
165 for (i = 0; i < strlen(bootmsg); i++) in cfe_cnprobe()
166 cfe_cnputc(cp, bootmsg[i]); in cfe_cnprobe()
/freebsd/stand/forth/
H A Dloader.4th80 : bootmsg ( -- )
125 bootmsg 1 boot exit
130 bootmsg 0 1 boot exit
135 bootmsg 1 boot exit
140 bootmsg 0 1 boot exit
143 ?dup 0= if bootmsg 0 1 boot then