Searched refs:SUNW_lib_error_code (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/net/wanboot/ |
H A D | p12err.c | 133 static int SUNW_lib_error_code = 0; variable 142 assert(SUNW_lib_error_code == 0); in ERR_load_SUNW_strings() 147 SUNW_lib_error_code = ERR_get_next_error_library(); in ERR_load_SUNW_strings() 149 ERR_load_strings(SUNW_lib_error_code, SUNW_str_functs); in ERR_load_SUNW_strings() 150 ERR_load_strings(SUNW_lib_error_code, SUNW_str_reasons); in ERR_load_SUNW_strings() 152 SUNW_lib_name->error = ERR_PACK(SUNW_lib_error_code, 0, 0); in ERR_load_SUNW_strings() 165 assert(SUNW_lib_error_code != 0); in ERR_SUNW_error() 167 ERR_PUT_error(SUNW_lib_error_code, function, reason, file, line); in ERR_SUNW_error()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 179 static int SUNW_lib_error_code = 0; variable 2481 assert(SUNW_lib_error_code == 0); 2486 SUNW_lib_error_code = ERR_get_next_error_library(); 2488 ERR_load_strings(SUNW_lib_error_code, SUNW_str_functs); 2489 ERR_load_strings(SUNW_lib_error_code, SUNW_str_reasons); 2491 SUNW_lib_name->error = ERR_PACK(SUNW_lib_error_code, 0, 0); 2504 assert(SUNW_lib_error_code != 0); 2506 ERR_PUT_error(SUNW_lib_error_code, function, reason, file, line);
|