Searched refs:command_seterr (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/ia64/stand/common/ |
| D | commands.c | 41 command_seterr(const char *fmt, ...) in command_seterr() function 170 command_seterr("usage is 'help <topic> [<subtopic>]"); in command_help() 216 command_seterr("no help available for '%s'", topic); in command_help() 286 command_seterr("variable '%s' not found", argv[1]); in command_show() 300 command_seterr("wrong number of arguments"); in command_set() 304 command_seterr("%s", strerror(err)); in command_set() 318 command_seterr("wrong number of arguments"); in command_unset() 322 command_seterr("%s", strerror(err)); in command_unset() 392 command_seterr("bad timeout '%s'", optarg); in command_read() 460 command_seterr("error showing %s", filename); in page_file()
|
| D | boot.c | 67 command_seterr("can't boot '%s', kernel module already loaded", in command_boot() 92 command_seterr("no bootable kernel"); in command_boot() 111 command_seterr("%s", strerror(file_formats[fp->f_loader]->l_exec(fp))); in command_boot() 135 command_seterr("bad delay '%s'", argv[1]); in command_autoboot() 143 command_seterr("too many arguments"); in command_autoboot() 188 command_seterr("no valid kernel found"); in autoboot()
|
| D | ls.c | 157 command_seterr("bad path '%s'", path); in ls_getdir() 166 command_seterr("open '%s' failed: %s", path, strerror(errno)); in ls_getdir() 170 command_seterr("stat failed: %s", strerror(errno)); in ls_getdir() 174 command_seterr("%s: %s", path, strerror(ENOTDIR)); in ls_getdir()
|
| D | fileload.c | 71 command_seterr("no filename specified"); in command_load() 94 command_seterr("warning: KLD '%s' already loaded", argv[1]); in command_load() 164 command_seterr("can't load file '%s': %s", in file_load() 187 command_seterr("warning: KLD '%s' already loaded", filename); in file_loadkernel() 205 command_seterr("don't know how to load module '%s'", filename); in file_loadkernel()
|
| D | interp.c | 76 command_seterr("no error message"); in perform() 88 command_seterr("unknown command"); in perform() 212 command_seterr("can't open '%s': %s\n", filename, strerror(errno)); in include() 277 command_seterr("Error while including %s, in the line:\n%s", in include()
|
| D | bootstrap.h | 54 int command_seterr(const char *fmt, ...) __printflike(1, 2);
|