Searched defs:reason (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_err.c | 290 ERR_pk11_error(int function, int reason, char *file, int line) argument 295 ERR_PUT_error(pk11_lib_error_code, function, reason, file, line); 299 PK11err_add_data(int function, int reason, CK_RV rv) argument 303 PK11err(function, reason);
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 2105 if (cookie.slow_path.reason != SLOW_CONTROLLER) 2628 slowpath_to_actions(enum slow_path_reason reason, struct ofpbuf *buf) argument 2634 cookie.slow_path.reason = reason;
|
Completed in 275 milliseconds