Searched refs:bc_handle_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/common/net/wanboot/ |
H A D | wanboot_conf.h | 118 } 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 D | bootconf.c | 92 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 D | bootconf_errmsg.c | 39 bootconf_errmsg(bc_handle_t *handle) in bootconf_errmsg()
|
H A D | bootlog.c | 429 static bc_handle_t bootconf_handle; in openbootlog()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/ |
H A D | bootconfchk.c | 55 bc_handle_t bc_handle; in main()
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 79 bc_handle_t bc_handle;
|
H A D | wbcli.c | 162 extern bc_handle_t bc_handle;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 132 static bc_handle_t bc_handle;
|