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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/
H A Dbootconfchk.c55 bc_handle_t bc_handle; local
84 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) {
86 bootconf, bootconf_errmsg(&bc_handle));
89 bootconf_end(&bc_handle);
/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dwanboot_conf.h114 typedef struct bc_handle { struct
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c131 static bc_handle_t bc_handle; variable
1171 if ((urlstr = bootconf_get(&bc_handle, bc_urls[i])) != NULL &&
1184 if ((hostslist = bootconf_get(&bc_handle, BC_RESOLVE_HOSTS)) != NULL) {
1243 if ((boot_file = bootconf_get(&bc_handle, BC_BOOT_FILE)) == NULL) {
1304 client_authentication = bootconf_get(&bc_handle,
1308 server_authentication = bootconf_get(&bc_handle,
1390 if ((scf = bootconf_get(&bc_handle, BC_SYSTEM_CONF)) != NULL) {
1545 if ((root_server = bootconf_get(&bc_handle, BC_ROOT_SERVER)) == NULL) {
1554 if ((root_file = bootconf_get(&bc_handle, BC_ROOT_FILE)) == NULL) {
1727 * Initialize bc_handle fro
[all...]
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c80 bc_handle_t bc_handle; variable
686 if ((cas = bootconf_get(&bc_handle,
1067 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_SERVER)) == NULL) {
1086 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_FILE)) == NULL ||
1647 if (bootconf_init(&bc_handle, NULL) != BC_E_NOERROR) {
1649 "wanboot.conf error (code=%d)", bc_handle.bc_error_code);
H A Dwbcli.c168 extern bc_handle_t bc_handle;
1211 if ((urlstr = bootconf_get(&bc_handle,
1230 if ((urlstr = bootconf_get(&bc_handle,

Completed in 73 milliseconds