Searched defs:SUNW_lib_error_code (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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); 147 SUNW_lib_error_code = ERR_get_next_error_library(); 149 ERR_load_strings(SUNW_lib_error_code, SUNW_str_functs); 150 ERR_load_strings(SUNW_lib_error_code, SUNW_str_reasons); 152 SUNW_lib_name->error = ERR_PACK(SUNW_lib_error_code, 0, 0); 165 assert(SUNW_lib_error_code != 0); 167 ERR_PUT_error(SUNW_lib_error_code, function, reason, file, line);
|
/illumos-gate/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);
|
Completed in 73 milliseconds