Home
last modified time | relevance | path

Searched refs:CMD_CRIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dmodule.c125 return (CMD_CRIT); in command_load()
154 return (CMD_CRIT); in command_load()
184 return (error == 0 ? CMD_OK : CMD_CRIT); in command_load()
196 return (error == 0 ? CMD_OK : CMD_CRIT); in command_load()
H A Dinterp_forth.c150 case CMD_CRIT: in bf_command()
H A Dbootstrap.h43 #define CMD_CRIT 3 macro