| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | ipi.h | 14 * @reason: string identifying the IPI purpose 16 * It is necessary for @reason to be a static string declared with 21 TP_PROTO(const struct cpumask *mask, const char *reason), 23 TP_ARGS(mask, reason), 27 __field(const char *, reason) 32 __entry->reason = reason; 35 TP_printk("target_mask=%s (%s)", __get_bitmask(target_cpus), __entry->reason) 40 TP_PROTO(const char *reason), 42 TP_ARGS(reason), 45 __field(const char *, reason) [all …]
|
| H A D | migrate.h | 50 unsigned long thp_split, enum migrate_mode mode, int reason), 53 thp_split, mode, reason), 62 __field( int, reason) 72 __entry->reason = reason; 75 …eeded=%lu nr_failed=%lu nr_thp_succeeded=%lu nr_thp_failed=%lu nr_thp_split=%lu mode=%s reason=%s", 82 __print_symbolic(__entry->reason, MIGRATE_REASON)) 87 TP_PROTO(enum migrate_mode mode, int reason), 89 TP_ARGS(mode, reason), 93 __field(int, reason) 98 __entry->reason = reason; [all …]
|
| H A D | tlb.h | 40 TP_PROTO(int reason, unsigned long pages), 41 TP_ARGS(reason, pages), 44 __field( int, reason) 49 __entry->reason = reason; 53 TP_printk("pages:%ld reason:%s (%d)", 55 __print_symbolic(__entry->reason, TLB_FLUSH_REASON), 56 __entry->reason)
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | irq_alpha.c | 132 const char *reason; in process_mcheck_info() local 160 case 0x80: reason = "tag parity error"; break; in process_mcheck_info() 161 case 0x82: reason = "tag control parity error"; break; in process_mcheck_info() 162 case 0x84: reason = "generic hard error"; break; in process_mcheck_info() 163 case 0x86: reason = "correctable ECC error"; break; in process_mcheck_info() 164 case 0x88: reason = "uncorrectable ECC error"; break; in process_mcheck_info() 165 case 0x8A: reason = "OS-specific PAL bugcheck"; break; in process_mcheck_info() 166 case 0x90: reason = "callsys in kernel mode"; break; in process_mcheck_info() 167 case 0x96: reason = "i-cache read retryable error"; break; in process_mcheck_info() 168 case 0x98: reason = "processor detected hard error"; break; in process_mcheck_info() [all …]
|
| H A D | core_lca.c | 315 * could be moved into lca.h but I don't see much reason why anybody 394 const char * reason; in lca_machine_check() local 406 * be the machine check reason---don't know why this isn't in lca_machine_check() 412 case MCHK_K_TPERR: reason = "tag parity error"; break; in lca_machine_check() 413 case MCHK_K_TCPERR: reason = "tag control parity error"; break; in lca_machine_check() 414 case MCHK_K_HERR: reason = "access to non-existent memory"; break; in lca_machine_check() 415 case MCHK_K_ECC_C: reason = "correctable ECC error"; break; in lca_machine_check() 416 case MCHK_K_ECC_NC: reason = "non-correctable ECC error"; break; in lca_machine_check() 417 case MCHK_K_CACKSOFT: reason = "MCHK_K_CACKSOFT"; break; in lca_machine_check() 418 case MCHK_K_BUGCHECK: reason = "illegal exception in PAL mode"; break; in lca_machine_check() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/ |
| H A D | response.cpp | 25 Response::Error::Error(Reason reason_, std::string message_, optional<Timestamp> retryAfter_) in Error() 26 : reason(reason_), message(std::move(message_)), retryAfter(std::move(retryAfter_)) { in Error() 29 std::ostream& operator<<(std::ostream& os, Response::Error::Reason r) { in operator <<() 31 case Response::Error::Reason::Success: in operator <<() 32 return os << "Response::Error::Reason::Success"; in operator <<() 33 case Response::Error::Reason::NotFound: in operator <<() 34 return os << "Response::Error::Reason::NotFound"; in operator <<() 35 case Response::Error::Reason::Server: in operator <<() 36 return os << "Response::Error::Reason::Server"; in operator <<() 37 case Response::Error::Reason::Connection: in operator <<() [all …]
|
| /OK3568_Linux_fs/buildroot/package/dhcp/ |
| H A D | dhclient-script | 73 if [ x$reason = xMEDIUM ]; then 78 if [ x$reason = xPREINIT ]; then 91 if [ x$reason = xARPCHECK ] || [ x$reason = xARPSEND ]; then 95 if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \ 96 [ x$reason = xREBIND ] || [ x$reason = xREBOOT ]; then 118 [ x$reason = xBOUND ] || [ x$reason = xREBOOT ]; then 139 if [ x$reason = xEXPIRE ] || [ x$reason = xFAIL ] || [ x$reason = xRELEASE ] \ 140 || [ x$reason = xSTOP ]; then 161 if [ x$reason = xTIMEOUT ]; then 191 if [ x$reason = xPREINIT6 ]; then [all …]
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_debugger.c | 58 kdb_reason_t reason = KDB_REASON_OOPS; in kdb_stub() local 64 reason = KDB_REASON_SWITCH; in kdb_stub() 70 reason = KDB_REASON_KEYBOARD; in kdb_stub() 73 reason = KDB_REASON_SYSTEM_NMI; in kdb_stub() 76 reason = KDB_REASON_NMI; in kdb_stub() 80 reason = KDB_REASON_BREAK; in kdb_stub() 87 if (reason == KDB_REASON_BREAK || reason == KDB_REASON_SWITCH) { in kdb_stub() 101 reason = KDB_REASON_BREAK; in kdb_stub() 109 if (reason != KDB_REASON_BREAK && ks->ex_vector == 0 && in kdb_stub() 111 reason = KDB_REASON_SSTEP; in kdb_stub() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | nmi.c | 80 * Prevent NMI reason port (0x61) being accessed simultaneously, can 213 pci_serr_error(unsigned char reason, struct pt_regs *regs) in pci_serr_error() argument 219 pr_emerg("NMI: PCI system error (SERR) for reason %02x on CPU %d.\n", in pci_serr_error() 220 reason, smp_processor_id()); in pci_serr_error() 228 reason = (reason & NMI_REASON_CLEAR_MASK) | NMI_REASON_CLEAR_SERR; in pci_serr_error() 229 outb(reason, NMI_REASON_PORT); in pci_serr_error() 234 io_check_error(unsigned char reason, struct pt_regs *regs) in io_check_error() argument 243 "NMI: IOCK error (debug interrupt?) for reason %02x on CPU %d.\n", in io_check_error() 244 reason, smp_processor_id()); in io_check_error() 259 reason = (reason & NMI_REASON_CLEAR_MASK) | NMI_REASON_CLEAR_IOCHK; in io_check_error() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/ |
| H A D | xpc_channel.c | 161 "reason=%d\n", ch->number, ch->partid, ch->reason); in xpc_process_disconnect() 190 enum xp_retval reason; in xpc_process_openclose_chctl_flags() local 210 dev_dbg(xpc_chan, "XPC_CHCTL_CLOSEREQUEST (reason=%d) received " in xpc_process_openclose_chctl_flags() 211 "from partid=%d, channel=%d\n", args->reason, in xpc_process_openclose_chctl_flags() 262 * reason = reason connection is to be closed in xpc_process_openclose_chctl_flags() 268 reason = args->reason; in xpc_process_openclose_chctl_flags() 269 if (reason <= xpSuccess || reason > xpUnknownReason) in xpc_process_openclose_chctl_flags() 270 reason = xpUnknownReason; in xpc_process_openclose_chctl_flags() 271 else if (reason == xpUnregistering) in xpc_process_openclose_chctl_flags() 272 reason = xpOtherUnregistering; in xpc_process_openclose_chctl_flags() [all …]
|
| H A D | xp.h | 147 xpOtherGoingDown, /* 44: other side going down, reason unknown */ 148 xpSystemGoingDown, /* 45: system is going down, reason unknown */ 174 xpUnknownReason /* 63: unknown reason - must be last in enum */ 184 * reason - reason code. 191 * A reason code of xpConnected indicates that a connection has been 195 * A reason code of xpMsgReceived indicates that a XPC message arrived from 200 * All other reason codes indicate failure. The data argmument is NULL. 201 * When a failure reason code is received, one can assume that the channel 204 typedef void (*xpc_channel_func) (enum xp_retval reason, short partid, 214 * reason - reason code. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/xilinx/ |
| H A D | zynqmp.c | 101 * Return: Returns status, either success or error+reason 131 * Return: Returns status, either success or error+reason 154 * Return: Returns status, either success or error+reason 217 * Return: Returns status, either success or error+reason 248 * Return: Returns status, either success or error+reason 298 * Return: Returns status, either success or error+reason 355 * Return: Returns status, either success or error+reason 380 * Return: Returns status, either success or error+reason 395 * Return: Returns status, either success or error+reason 411 * Return: Returns status, either success or error+reason [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | mbo.h | 107 /* attribute len - (opclass + Pref + Reason) */ 117 /* MBO Non-preferred Channel Report: "Reason Code" field value */ 148 /* Reason of not accepting new association */ 152 /* Association Disallowed attr Reason code field values */ 178 /* Transition Reason Code Attribute */ 184 /* Reason of transition recommendation */ 188 /* Transition Reason Code Attr: trans reason code field values */ 202 /* Transition Rejection Reason Code Attribute */ 208 /* Reason of transition rejection */ 212 /* Transition Rej Reason Code Attr: trans rej reason code field values */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | mbo.h | 107 /* attribute len - (opclass + Pref + Reason) */ 117 /* MBO Non-preferred Channel Report: "Reason Code" field value */ 148 /* Reason of not accepting new association */ 152 /* Association Disallowed attr Reason code field values */ 178 /* Transition Reason Code Attribute */ 184 /* Reason of transition recommendation */ 188 /* Transition Reason Code Attr: trans reason code field values */ 202 /* Transition Rejection Reason Code Attribute */ 208 /* Reason of transition rejection */ 212 /* Transition Rej Reason Code Attr: trans rej reason code field values */
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xdmauth.c | 245 const char **reason) in XdmAuthorizationValidate() argument 252 if (reason) in XdmAuthorizationValidate() 253 *reason = "Bad XDM authorization key length"; in XdmAuthorizationValidate() 262 if (reason) in XdmAuthorizationValidate() 263 *reason = "Invalid XDM-AUTHORIZATION-1 key (failed key comparison)"; in XdmAuthorizationValidate() 269 if (reason) in XdmAuthorizationValidate() 270 *reason = "Invalid XDM-AUTHORIZATION-1 key (failed NULL check)"; in XdmAuthorizationValidate() 285 if (reason) in XdmAuthorizationValidate() 286 *reason = in XdmAuthorizationValidate() 304 if (reason) in XdmAuthorizationValidate() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | err.h | 132 // The library identifier and reason code are packed in a uint32_t and there 168 // ERR_GET_REASON returns the reason code for the error. This is one of 170 // |ERR_GET_LIB|). Note that reason codes are specific to the library. 218 // error:[error code]:[library name]:OPENSSL_internal:[reason string] 220 // error code is an 8 digit hexadecimal number; library name and reason string 230 // ERR_reason_error_string returns a string representation of the reason for 231 // |packed_error|, or a placeholder string if the reason is unrecognized. 251 // [thread id]:error:[error code]:[library name]:OPENSSL_internal:[reason string]:[file]:[line nu… 288 // Built-in library and reason codes. 328 // The following reason codes used to denote an error occuring in another [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | err.h | 132 // The library identifier and reason code are packed in a uint32_t and there 168 // ERR_GET_REASON returns the reason code for the error. This is one of 170 // |ERR_GET_LIB|). Note that reason codes are specific to the library. 218 // error:[error code]:[library name]:OPENSSL_internal:[reason string] 220 // error code is an 8 digit hexadecimal number; library name and reason string 230 // ERR_reason_error_string returns a string representation of the reason for 231 // |packed_error|, or a placeholder string if the reason is unrecognized. 251 // [thread id]:error:[error code]:[library name]:OPENSSL_internal:[reason string]:[file]:[line nu… 288 // Built-in library and reason codes. 328 // The following reason codes used to denote an error occuring in another [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | err.h | 132 // The library identifier and reason code are packed in a uint32_t and there 168 // ERR_GET_REASON returns the reason code for the error. This is one of 170 // |ERR_GET_LIB|). Note that reason codes are specific to the library. 218 // error:[error code]:[library name]:OPENSSL_internal:[reason string] 220 // error code is an 8 digit hexadecimal number; library name and reason string 230 // ERR_reason_error_string returns a string representation of the reason for 231 // |packed_error|, or a placeholder string if the reason is unrecognized. 251 // [thread id]:error:[error code]:[library name]:OPENSSL_internal:[reason string]:[file]:[line nu… 288 // Built-in library and reason codes. 328 // The following reason codes used to denote an error occuring in another [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | err.h | 132 // The library identifier and reason code are packed in a uint32_t and there 168 // ERR_GET_REASON returns the reason code for the error. This is one of 170 // |ERR_GET_LIB|). Note that reason codes are specific to the library. 218 // error:[error code]:[library name]:OPENSSL_internal:[reason string] 220 // error code is an 8 digit hexadecimal number; library name and reason string 230 // ERR_reason_error_string returns a string representation of the reason for 231 // |packed_error|, or a placeholder string if the reason is unrecognized. 251 // [thread id]:error:[error code]:[library name]:OPENSSL_internal:[reason string]:[file]:[line nu… 288 // Built-in library and reason codes. 328 // The following reason codes used to denote an error occuring in another [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | mbo.h | 115 /* attribute len - (opclass + Pref + Reason) */ 125 /* MBO Non-preferred Channel Report: "Reason Code" field value */ 156 /* Reason of not accepting new association */ 160 /* Association Disallowed attr Reason code field values */ 187 /* Transition Reason Code Attribute */ 193 /* Reason of transition recommendation */ 197 /* Transition Reason Code Attr: trans reason code field values */ 211 /* Transition Rejection Reason Code Attribute */ 217 /* Reason of transition rejection */ 221 /* Transition Rej Reason Code Attr: trans rej reason code field values */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | mbo.h | 115 /* attribute len - (opclass + Pref + Reason) */ 125 /* MBO Non-preferred Channel Report: "Reason Code" field value */ 156 /* Reason of not accepting new association */ 160 /* Association Disallowed attr Reason code field values */ 187 /* Transition Reason Code Attribute */ 193 /* Reason of transition recommendation */ 197 /* Transition Reason Code Attr: trans reason code field values */ 211 /* Transition Rejection Reason Code Attribute */ 217 /* Reason of transition rejection */ 221 /* Transition Rej Reason Code Attr: trans rej reason code field values */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | mbo.h | 115 /* attribute len - (opclass + Pref + Reason) */ 125 /* MBO Non-preferred Channel Report: "Reason Code" field value */ 156 /* Reason of not accepting new association */ 160 /* Association Disallowed attr Reason code field values */ 187 /* Transition Reason Code Attribute */ 193 /* Reason of transition recommendation */ 197 /* Transition Reason Code Attr: trans reason code field values */ 211 /* Transition Rejection Reason Code Attribute */ 217 /* Reason of transition rejection */ 221 /* Transition Rej Reason Code Attr: trans rej reason code field values */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | traps.c | 513 /* For the reason explained in die_mce, nmi_exit before die */ in system_reset_exception() 576 /* On 4xx, the reason for the machine check or program exception 591 /* On non-4xx, the reason for the machine check or program 607 #define inst_length(reason) (((reason) & REASON_PREFIXED) ? 8 : 4) argument 614 unsigned long reason = mcsr; in machine_check_e500mc() local 617 if (reason & MCSR_LD) { in machine_check_e500mc() 624 printk("Caused by (from MCSR=%lx): ", reason); in machine_check_e500mc() 626 if (reason & MCSR_MCP) in machine_check_e500mc() 629 if (reason & MCSR_ICPERR) { in machine_check_e500mc() 644 reason &= ~MCSR_IF; in machine_check_e500mc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/reset/ |
| H A D | at91-reset.c | 108 const char *reason; in at91_reset_status() local 113 reason = "general reset"; in at91_reset_status() 116 reason = "wakeup"; in at91_reset_status() 119 reason = "watchdog reset"; in at91_reset_status() 122 reason = "software reset"; in at91_reset_status() 125 reason = "user reset"; in at91_reset_status() 128 reason = "CPU clock failure detection"; in at91_reset_status() 131 reason = "32.768 kHz crystal failure detection"; in at91_reset_status() 134 reason = "ULP2 reset"; in at91_reset_status() 137 reason = "unknown reset"; in at91_reset_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_wnm.c | 108 u8 reason = 0; in rtw_wmn_btm_rsp_reason_decision() local 112 reason = 7; in rtw_wmn_btm_rsp_reason_decision() 119 reason = 0; in rtw_wmn_btm_rsp_reason_decision() 125 /* Reject - Unspecified reject reason */ in rtw_wmn_btm_rsp_reason_decision() 126 reason = 1; in rtw_wmn_btm_rsp_reason_decision() 131 reason = 1; in rtw_wmn_btm_rsp_reason_decision() 142 reason = 1; in rtw_wmn_btm_rsp_reason_decision() 147 if (reason !=0) in rtw_wmn_btm_rsp_reason_decision() 150 return reason; in rtw_wmn_btm_rsp_reason_decision() 278 u8 reason = 0, flag = 0; in rtw_wnm_try_btm_roam_imnt() local [all …]
|