Searched refs:reason (Results 176 - 200 of 762) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/include/mach/
H A Dentry-macro.S34 @ read 0xD4 you never get the first irq for some reason
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbio_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
H A Docsp_cl.c264 * revtime and reason values are only set if the certificate status is
268 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, argument
283 if (reason) {
285 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
287 *reason = -1;
303 int *reason,
315 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
302 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dpk12err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbio_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_cl.c264 * revtime and reason values are only set if the certificate status is
268 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, argument
283 if (reason) {
285 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
287 *reason = -1;
303 int *reason,
315 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
302 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_pkey.c297 int ret=0, reason=ERR_R_BIO_LIB; local
311 reason = ERR_R_PASSED_NULL_PARAMETER;
346 reason = ERR_R_MALLOC_FAILURE;
354 reason = ERR_R_EC_LIB;
362 reason = ERR_R_EC_LIB;
369 reason = ERR_R_EC_LIB;
375 reason = ERR_R_EC_LIB;
384 reason = ERR_R_EC_LIB;
406 reason = ERR_R_MALLOC_FAILURE;
474 ECerr(EC_F_ECPKPARAMETERS_PRINT, reason);
498 int ret=0, reason=ERR_R_BIO_LIB; local
683 int reason=ERR_R_BUF_LIB,ret=0; local
804 int reason=ERR_R_EC_LIB, ret=0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_cl.c254 * Note: the revtime and reason values are only set if the
259 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, argument
273 if (reason)
276 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
277 else *reason = -1;
290 int *reason,
301 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
289 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A DuPD98402.c184 unsigned char reason; local
186 while ((reason = GET(PICR))) {
187 if (reason & uPD98402_INT_LOS)
190 if (reason & uPD98402_INT_PFM) stat_event(dev);
191 if (reason & uPD98402_INT_PCO) {
196 if ((reason & uPD98402_INT_RFO) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtick-broadcast.c207 static void tick_do_broadcast_on_off(unsigned long *reason) argument
232 switch (*reason) {
241 if (*reason == CLOCK_EVT_NOTIFY_BROADCAST_FORCE)
272 void tick_broadcast_on_off(unsigned long reason, int *oncpu) argument
278 tick_do_broadcast_on_off(&reason);
451 void tick_broadcast_oneshot_control(unsigned long reason) argument
475 if (reason == CLOCK_EVT_NOTIFY_BROADCAST_ENTER) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_crl.c143 ASN1_ENUMERATED *reason;
164 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL);
165 if (!reason && (j != -1)) {
170 if (reason) {
171 rev->reason = ASN1_ENUMERATED_get(reason);
172 ASN1_ENUMERATED_free(reason);
174 rev->reason = CRL_REASON_NONE;
457 if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_crl.c143 ASN1_ENUMERATED *reason;
164 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL);
165 if (!reason && (j != -1)) {
170 if (reason) {
171 rev->reason = ASN1_ENUMERATED_get(reason);
172 ASN1_ENUMERATED_free(reason);
174 rev->reason = CRL_REASON_NONE;
457 if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c199 unsigned long reason)
219 pr_alert("GPV_REASON is %#lx\n", reason);
242 if (retry_gpv(reason))
280 * For double fault, "reason" is actually passed as
286 fault_num = reason;
295 if (reason & SPR_ILL_TRANS_REASON__I_STREAM_VA_RMASK)
198 do_trap(struct pt_regs *regs, int fault_num, unsigned long reason) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dfault-armv.c238 const char *reason; local
254 reason = "enabling work-around";
256 reason = "unable to map memory\n";
263 reason = "unable to grab page\n";
267 printk("failed, %s\n", reason);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Ddriver.c646 * char *' ptr with a "reason" why the reset happened (for messages).
653 const char *reason; local
658 if (WARN_ON(iw->pl_size != sizeof(reason)))
659 reason = "SW BUG: reason n/a";
661 memcpy(&reason, iw->pl, sizeof(reason));
663 d_fnstart(3, dev, "(ws %p i2400m %p reason %s)\n", ws, i2400m, reason);
679 dev_err(dev, "%s: reinitializing driver\n", reason);
755 i2400m_dev_reset_handle(struct i2400m *i2400m, const char *reason) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn_nsp.h24 unsigned short reason, gfp_t gfp);
26 unsigned short reason);
127 __le16 reason; member in struct:nsp_disconn_init_msg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/tipc/
H A Dtipc.h76 int reason,
84 int reason,
92 int reason);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpkcs7err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)

Completed in 422 milliseconds

1234567891011>>