Home
last modified time | relevance | path

Searched refs:bc_handle_t (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/common/net/wanboot/
H A Dwanboot_conf.h118 } bc_handle_t; typedef
123 extern int bootconf_init(bc_handle_t *handle, const char *bootconf);
124 extern char *bootconf_get(bc_handle_t *handle, const char *name);
125 extern void bootconf_end(bc_handle_t *handle);
127 extern char *bootconf_errmsg(bc_handle_t *handle);
H A Dbootconf.c92 parse_bootconf(bc_handle_t *handle, const char *bootconf) in parse_bootconf()
276 valid_encryption(bc_handle_t *handle, boolean_t *is_encrypted) in valid_encryption()
311 valid_signature(bc_handle_t *handle, boolean_t *is_signed) in valid_signature()
346 valid_client_authentication(bc_handle_t *handle, boolean_t *is_authenticated) in valid_client_authentication()
380 valid_server_authentication(bc_handle_t *handle, boolean_t *is_authenticated) in valid_server_authentication()
414 valid_root_server(bc_handle_t *handle, boolean_t *is_https) in valid_root_server()
460 valid_boot_logger(bc_handle_t *handle, boolean_t *is_https) in valid_boot_logger()
495 validate_bootconf(bc_handle_t *handle) in validate_bootconf()
560 bootconf_end(bc_handle_t *handle) in bootconf_end()
573 bootconf_init(bc_handle_t *handle, const char *bootconf) in bootconf_init()
[all …]
H A Dbootconf_errmsg.c39 bootconf_errmsg(bc_handle_t *handle) in bootconf_errmsg()
H A Dbootlog.c429 static bc_handle_t bootconf_handle; in openbootlog()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/
H A Dbootconfchk.c55 bc_handle_t bc_handle; in main()
/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c79 bc_handle_t bc_handle;
H A Dwbcli.c162 extern bc_handle_t bc_handle;
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c132 static bc_handle_t bc_handle;