Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cfe/
H A Dcfe_console.c165 char *bootmsg = "Using CFE firmware console.\n"; in cfe_cnprobe() local
168 for (i = 0; i < strlen(bootmsg); i++) in cfe_cnprobe()
169 cfe_cnputc(cp, bootmsg[i]); in cfe_cnprobe()
/freebsd-13.1/stand/forth/
H A Dloader.4th81 : bootmsg ( -- )
126 bootmsg 1 boot exit
131 bootmsg 0 1 boot exit
136 bootmsg 1 boot exit
141 bootmsg 0 1 boot exit
144 ?dup 0= if bootmsg 0 1 boot then