Home
last modified time | relevance | path

Searched refs:CMD_WARN (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/efi/libefi/
H A Denv.c457 return (CMD_WARN); in efi_print_other_value()
460 return (CMD_WARN); in efi_print_other_value()
470 return (CMD_WARN); in efi_print_other_value()
474 return (CMD_WARN); in efi_print_other_value()
487 return (CMD_WARN); in efi_print_shell_str()
545 return (CMD_WARN);
552 return (CMD_WARN);
579 rv = CMD_WARN; in efi_print_freebsd()
654 rv = CMD_WARN; in efi_print_global()
716 rv = CMD_WARN; in efi_print_global()
[all …]
/freebsd/stand/common/
H A Dbootstrap.h44 #define CMD_WARN 1 macro
H A Dmodule.c194 return (CMD_WARN); in command_load()
214 return (CMD_WARN); in command_load()
226 return (CMD_WARN); in command_load()
450 return (CMD_WARN); in command_pnpload()
/freebsd/stand/liblua/
H A Dlutils.c461 lua_pushinteger(L, CMD_WARN); in luaopen_loader()