Searched refs:bootconf_get (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 1171 if ((urlstr = bootconf_get(&bc_handle, bc_urls[i])) != NULL && in create_hostsfile() 1184 if ((hostslist = bootconf_get(&bc_handle, BC_RESOLVE_HOSTS)) != NULL) { in create_hostsfile() 1243 if ((boot_file = bootconf_get(&bc_handle, BC_BOOT_FILE)) == NULL) { in bootfile_payload() 1304 client_authentication = bootconf_get(&bc_handle, in wanbootfs_payload() 1308 server_authentication = bootconf_get(&bc_handle, in wanbootfs_payload() 1390 if ((scf = bootconf_get(&bc_handle, BC_SYSTEM_CONF)) != NULL) { in wanbootfs_payload() 1545 if ((root_server = bootconf_get(&bc_handle, BC_ROOT_SERVER)) == NULL) { in miniroot_payload() 1554 if ((root_file = bootconf_get(&bc_handle, BC_ROOT_FILE)) == NULL) { in miniroot_payload() 1746 if ((signature_type = bootconf_get(&bc_handle, in main() 1762 if ((encryption_type = bootconf_get(&bc_handle, in main()
|
/titanic_41/usr/src/common/net/wanboot/ |
H A D | wanboot_conf.h | 124 extern char *bootconf_get(bc_handle_t *handle, const char *name);
|
H A D | bootlog.c | 454 if ((urlstr = bootconf_get(&bootconf_handle, in openbootlog() 465 cas = bootconf_get(&bootconf_handle, in openbootlog()
|
H A D | bootconf.c | 612 bootconf_get(bc_handle_t *handle, const char *name) in bootconf_get() function
|
/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | mapfile-vers | 45 bootconf_get;
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 685 if ((cas = bootconf_get(&bc_handle, in establish_http_connection() 1066 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_SERVER)) == NULL) { in get_miniroot() 1085 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_FILE)) == NULL || in get_miniroot()
|
H A D | wbcli.c | 1205 if ((urlstr = bootconf_get(&bc_handle, in config_incomplete() 1224 if ((urlstr = bootconf_get(&bc_handle, in config_incomplete()
|