Searched refs:command_errbuf (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/stand/boot/common/ |
| HD | commands.c | 35 char command_errbuf[COMMAND_ERRBUFSZ]; variable 201 snprintf(command_errbuf, sizeof(command_errbuf), in command_help() 269 snprintf(command_errbuf, sizeof(command_errbuf), in command_show() 376 snprintf(command_errbuf, sizeof(command_errbuf), in command_read() 457 snprintf(command_errbuf, sizeof(command_errbuf), in page_file() 527 sprintf(command_errbuf, "if stack too deep"); in command_ifexists() 530 sprintf(command_errbuf, "ifexists requires one argument"); in command_ifexists() 554 sprintf(command_errbuf, "if stack too deep"); in command_ifset() 557 sprintf(command_errbuf, "ifset requires one argument"); in command_ifset() 581 sprintf(command_errbuf, "elseifexists without if"); in command_elseifexists() [all …]
|
| HD | ls.c | 150 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir() 157 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir() 162 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir() 167 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir()
|
| HD | module.c | 145 snprintf(command_errbuf, sizeof(command_errbuf), in command_load() 155 snprintf(command_errbuf, sizeof(command_errbuf), in command_load() 206 snprintf(command_errbuf, sizeof(command_errbuf), in command_crc() 214 snprintf(command_errbuf, sizeof(command_errbuf), in command_crc() 324 snprintf(command_errbuf, sizeof(command_errbuf), in file_load() 362 snprintf(command_errbuf, sizeof(command_errbuf), in file_load_dependencies() 403 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() 410 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() 421 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() 432 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() [all …]
|
| HD | do_dloader.c | 61 command_errmsg = command_errbuf; in perform() 62 strcpy(command_errbuf, "no error message"); in perform() 220 command_errmsg = command_errbuf; in include() 221 snprintf(command_errbuf, sizeof(command_errbuf), in include()
|
| HD | boot.c | 65 snprintf(command_errbuf, sizeof(command_errbuf), in command_boot() 160 snprintf(command_errbuf, sizeof(command_errbuf), in command_autoboot()
|
| HD | rel_open.c | 56 sprintf(command_errbuf, "usage: cd [<directory>]"); in command_chdir() 73 sprintf(command_errbuf, "usage: optcd [<directory>]"); in command_optchdir() 138 sprintf(command_errbuf, "Unable to find directory"); in chdir()
|
| HD | bootstrap.h | 55 extern char command_errbuf[COMMAND_ERRBUFSZ];
|
| /dragonfly/stand/boot/efi/loader/arch/x86_64/ |
| HD | framebuffer.c | 476 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 492 sprintf(command_errbuf, "mode is an integer"); in command_gop() 497 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 529 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 545 snprintf(command_errbuf, sizeof(command_errbuf), in command_uga() 555 snprintf(command_errbuf, sizeof(command_errbuf), in command_uga() 565 snprintf(command_errbuf, sizeof(command_errbuf), "usage: %s", argv[0]); in command_uga()
|
| /dragonfly/stand/boot/dloader/ |
| HD | cmds.c | 152 sprintf(command_errbuf, "Bad variable syntax"); in command_local() 199 sprintf(command_errbuf, in command_lunsetif() 346 sprintf(command_errbuf, "Bad menuitem syntax"); in command_menuitem() 351 sprintf(command_errbuf, "Bad menuitem syntax"); in command_menuitem() 372 sprintf(command_errbuf, "Missing menuitem for menuadd"); in command_menuadd()
|