Home
last modified time | relevance | path

Searched refs:bc_handle (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/
H A Dbootconfchk.c55 bc_handle_t bc_handle; in main() local
84 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) { in main()
86 bootconf, bootconf_errmsg(&bc_handle)); in main()
89 bootconf_end(&bc_handle); in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c132 static bc_handle_t bc_handle; variable
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()
1729 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) { in main()
[all …]
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c79 bc_handle_t bc_handle; variable
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()
1644 if (bootconf_init(&bc_handle, NULL) != BC_E_NOERROR) { in bootprog()
1646 "wanboot.conf error (code=%d)", bc_handle.bc_error_code); in bootprog()
H A Dwbcli.c162 extern bc_handle_t bc_handle;
1205 if ((urlstr = bootconf_get(&bc_handle, in config_incomplete()
1224 if ((urlstr = bootconf_get(&bc_handle, in config_incomplete()
/titanic_41/usr/src/common/net/wanboot/
H A Dwanboot_conf.h114 typedef struct bc_handle { struct