/freebsd/stand/common/ |
H A D | ls.c | 166 snprintf(command_errbuf, sizeof (command_errbuf), in ls_getdir() 174 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir() 185 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir() 190 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir() 195 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir()
|
H A D | module.c | 192 snprintf(command_errbuf, sizeof(command_errbuf), in command_load() 212 snprintf(command_errbuf, sizeof(command_errbuf), in command_load() 224 snprintf(command_errbuf, sizeof(command_errbuf), in command_load() 255 snprintf(command_errbuf, sizeof(command_errbuf), in command_load_geli() 448 snprintf(command_errbuf, sizeof(command_errbuf), in command_pnpload() 586 snprintf(command_errbuf, sizeof(command_errbuf), in file_load() 625 snprintf(command_errbuf, sizeof(command_errbuf), in file_load_dependencies() 678 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() 685 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() 695 sprintf(command_errbuf, "can't verify '%s': %s", in file_loadraw() [all …]
|
H A D | commands.c | 34 char command_errbuf[COMMAND_ERRBUFSZ]; variable 206 snprintf(command_errbuf, sizeof(command_errbuf), in command_help() 286 snprintf(command_errbuf, sizeof(command_errbuf), in command_show() 477 snprintf(command_errbuf, in command_read() 478 sizeof(command_errbuf), in command_read() 547 snprintf(command_errbuf, sizeof(command_errbuf), in page_file() 607 snprintf(command_errbuf, sizeof(command_errbuf), in command_readtest() 614 snprintf(command_errbuf, sizeof(command_errbuf), in command_readtest()
|
H A D | interp_forth.c | 129 command_errmsg = command_errbuf; in bf_command() 130 command_errbuf[0] = 0; in bf_command() 388 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include() 396 sprintf(command_errbuf,"can't verify '%s'", filename); in interp_include() 420 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include() 447 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include()
|
H A D | interp_simple.c | 96 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include() 104 sprintf(command_errbuf,"can't verify '%s'", filename); in interp_include() 144 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include()
|
H A D | boot.c | 65 snprintf(command_errbuf, sizeof(command_errbuf), in command_boot() 144 snprintf(command_errbuf, sizeof(command_errbuf), in command_autoboot()
|
H A D | interp.c | 187 command_errmsg = command_errbuf; in interp_builtin_cmd() 188 strcpy(command_errbuf, "no error message"); in interp_builtin_cmd()
|
H A D | bootstrap.h | 42 extern char command_errbuf[COMMAND_ERRBUFSZ];
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 194 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb() 198 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb() 234 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb_addr() 260 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb_file() 755 sprintf(command_errbuf, "Could not find root node !"); in fdt_fixup_memory() 764 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_fixup_memory() 782 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_fixup_memory() 845 sprintf(command_errbuf, "Could not fixup '/memory' node : " in fdt_fixup_memory() 882 sprintf(command_errbuf, "Could not fixup '/memory' node.\n"); in fdt_fixup_memory() 1071 sprintf(command_errbuf, "no address specified"); in fdt_cmd_addr() [all …]
|
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 779 snprintf(command_errbuf, sizeof(command_errbuf), in gop_autoresize() 838 snprintf(command_errbuf, sizeof(command_errbuf), in command_autoresize() 862 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 877 sprintf(command_errbuf, "mode is an integer"); in command_gop() 882 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 953 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 966 snprintf(command_errbuf, sizeof(command_errbuf), in command_uga() 975 snprintf(command_errbuf, sizeof(command_errbuf), in command_uga() 985 snprintf(command_errbuf, sizeof(command_errbuf), "usage: %s", argv[0]); in command_uga()
|
H A D | main.c | 1778 snprintf(command_errbuf, sizeof (command_errbuf), in command_lsefi() 1783 sprintf(command_errbuf, "out of memory"); in command_lsefi() 1790 snprintf(command_errbuf, sizeof (command_errbuf), in command_lsefi() 1808 snprintf(command_errbuf, sizeof (command_errbuf), in command_lsefi() 1882 sprintf(command_errbuf, "can't verify: %s", name); in command_chain()
|
/freebsd/stand/i386/libi386/ |
H A D | vbe.c | 1180 snprintf(command_errbuf, in command_vesa() 1181 sizeof (command_errbuf), in command_vesa() 1222 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa() 1235 snprintf(command_errbuf, in command_vesa() 1236 sizeof (command_errbuf), in command_vesa() 1249 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa() 1264 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa() 1270 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa()
|
/freebsd/stand/i386/loader/ |
H A D | chain.c | 88 sprintf(command_errbuf, "can't verify: %s", argv[1]); in command_chain() 96 sprintf(command_errbuf, "can't verify: %s", argv[1]); in command_chain()
|
/freebsd/stand/liblua/ |
H A D | lutils.c | 123 lua_pushstring(L, command_errbuf); in lua_command_error()
|