Searched refs:reason (Results 26 - 50 of 314) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/engines/
H A De_atalla_err.h69 static void ERR_ATALLA_error(int function, int reason, char *file, int line);
H A De_sureware_err.h69 static void ERR_SUREWARE_error(int function, int reason, char *file,
H A De_ubsec_err.h69 static void ERR_UBSEC_error(int function, int reason, char *file, int line);
H A De_cswift_err.h69 static void ERR_CSWIFT_error(int function, int reason, char *file, int line);
H A De_4758cca_err.h69 static void ERR_CCA4758_error(int function, int reason, char *file, int line);
H A De_chil_err.h69 static void ERR_HWCRHK_error(int function, int reason, char *file, int line);
H A De_capi_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
182 static void ERR_CAPI_error(int function, int reason, char *file, int line) argument
186 ERR_PUT_error(CAPI_lib_error_code, function, reason, file, line);
H A De_aep_err.h69 static void ERR_AEPHK_error(int function, int reason, char *file, int line);
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c283 const char *reason; local
291 reason = NULL;
294 reason = REASON_SAME;
298 if (!reason && length < params->min[4])
299 reason = REASON_SHORT;
301 if (!reason && length > params->max) {
307 reason = REASON_SAME;
309 reason = REASON_LONG;
312 if (!reason && is_simple(params, newpass)) {
314 reason
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/dh/
H A Ddh_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A Djpake_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.h34 int ieee80211_sta_deauthenticate(struct wpa_supplicant *wpa_s, u16 reason);
35 int ieee80211_sta_disassociate(struct wpa_supplicant *wpa_s, u16 reason);
70 u16 reason)
76 u16 reason)
69 ieee80211_sta_deauthenticate(struct wpa_supplicant *wpa_s, u16 reason) argument
75 ieee80211_sta_disassociate(struct wpa_supplicant *wpa_s, u16 reason) argument
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_mapping.h47 uint8_t reason; member in struct:_map_phy_change
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_mapping.h47 uint8_t reason; member in struct:_map_phy_change
/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A Dhw_ibmca_err.h69 static void ERR_IBMCA_error(int function, int reason, char *file, int line);
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod_err.h69 static void ERR_ZENCOD_error(int function, int reason, char *file, int line);
/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs_err.h69 static void ERR_CL_error(int function, int reason, char *file, int line);
/freebsd-9.3-release/bin/echo/
H A Decho.c59 errexit(const char *prog, const char *reason) argument
64 write(STDERR_FILENO, reason, strlen(reason));
/freebsd-9.3-release/sys/xen/
H A Dhypervisor.h94 HYPERVISOR_shutdown(unsigned int reason) argument
97 .reason = reason
102 HYPERVISOR_sched_op_compat(SCHEDOP_shutdown, reason);
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb73 reason = array[lastItem].chomp
78 @arrayList.push " <skipped type=\"TEST IGNORED\"> " + reason + " </skipped>"
87 reason = array[lastItem].chomp + " at line: " + array[lastItem - 3]
92 @arrayList.push " <failure type=\"ASSERT FAILED\"> " + reason + " </failure>"
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dline-map.c78 TO_FILE means standard input. If reason is LC_LEAVE, and
88 linemap_add (struct line_maps *set, enum lc_reason reason, argument
111 reason = LC_ENTER;
112 else if (reason == LC_LEAVE)
125 reason = LC_RENAME;
149 map->reason = reason;
160 if (reason == LC_ENTER)
167 else if (reason == LC_RENAME)
169 else if (reason
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-usbd.h100 typedef void (*cvmx_usbd_callback_func_t)(cvmx_usbd_callback_t reason, int endpoint_num, int bytes_transferred, void *user_data);
170 * @param reason The reason this callback should be called
176 int cvmx_usbd_register(cvmx_usbd_state_t *usb, cvmx_usbd_callback_t reason, cvmx_usbd_callback_func_t func, void *user_data);

Completed in 131 milliseconds

1234567891011>>