Searched refs:boot_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1240 char *boot_file; local
1243 if ((boot_file = bootconf_get(&bc_handle, BC_BOOT_FILE)) == NULL) {
1244 print_status(500, "(boot_file must be specified)");
1247 if ((*bootpathp = make_path(docroot, boot_file)) == NULL) {
1251 print_status(500, "(boot_file missing)");

Completed in 55 milliseconds