Searched refs:install_cmd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 935 char install_cmd[MAXPATHLEN]; in be_do_installboot_helper() local 1016 (void) snprintf(install_cmd, sizeof (install_cmd), in be_do_installboot_helper() 1024 (void) snprintf(install_cmd, sizeof (install_cmd), in be_do_installboot_helper() 1035 (void) snprintf(install_cmd, sizeof (install_cmd), in be_do_installboot_helper() 1046 ret = be_run_cmd(install_cmd, be_run_cmd_errbuf, BUFSIZ, in be_do_installboot_helper() 1055 be_print_err(gettext(" Command: \"%s\"\n"), install_cmd); in be_do_installboot_helper()
|