Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cfe/
H A Dcfe_console.c163 char *bootmsg = "Using CFE firmware console.\n"; in cfe_cnprobe() local
166 for (i = 0; i < strlen(bootmsg); i++) in cfe_cnprobe()
167 cfe_cnputc(cp, bootmsg[i]); in cfe_cnprobe()
/freebsd-14.2/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