Searched defs:command_errbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c37 char command_errbuf[COMMAND_ERRBUFSZ]; variable
200 snprintf(command_errbuf, sizeof (command_errbuf),
274 snprintf(command_errbuf, sizeof (command_errbuf),
404 snprintf(command_errbuf, sizeof (command_errbuf),
474 snprintf(command_errbuf, sizeof (command_errbuf),
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c80 char command_errbuf[256]; variable
561 command_errmsg = command_errbuf;
562 command_errbuf[0] = 0;
1204 snprintf(command_errbuf, sizeof (command_errbuf),
1272 snprintf(command_errbuf, sizeof (command_errbuf),
1408 snprintf(command_errbuf,
1409 sizeof (command_errbuf),
1479 snprintf(command_errbuf, sizeo
[all...]

Completed in 61 milliseconds