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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c62 #define CLI_EXIT (-2) macro
456 return (CLI_EXIT);
468 return (CLI_EXIT);
586 case CLI_EXIT:
587 return (CLI_EXIT);
805 case CLI_EXIT:
806 return (CLI_EXIT);
827 } while (cli_eval_buf(cmdbuf, wanted) != CLI_EXIT);

Completed in 60 milliseconds