Searched refs:error_code (Results 1 - 25 of 145) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dfaultinfo.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member in struct:faultinfo
24 #define FAULT_WRITE(fi) ((fi).error_code & 2)
H A Dsigcontext.h16 (fi).error_code = SC_ERR(sc); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Dfaultinfo.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member in struct:faultinfo
24 #define FAULT_WRITE(fi) ((fi).error_code & 2)
H A Dsigcontext.h17 (fi).error_code = SC_ERR(sc); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dfault.c128 is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr) argument
138 if (error_code & PF_INSTR)
544 show_fault_oops(struct pt_regs *regs, unsigned long error_code, argument
550 if (error_code & PF_INSTR) {
573 pgtable_bad(struct pt_regs *regs, unsigned long error_code, argument
590 tsk->thread.error_code = error_code;
592 if (__die("Bad pagetable", regs, error_code))
599 no_context(struct pt_regs *regs, unsigned long error_code, argument
622 if (is_prefetch(regs, error_code, addres
659 show_signal_msg(struct pt_regs *regs, unsigned long error_code, unsigned long address, struct task_struct *tsk) argument
679 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, unsigned long address, int si_code) argument
721 bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, unsigned long address) argument
728 __bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address, int si_code) argument
743 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) argument
749 bad_area_access_error(struct pt_regs *regs, unsigned long error_code, unsigned long address) argument
757 out_of_memory(struct pt_regs *regs, unsigned long error_code, unsigned long address) argument
770 do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address, unsigned int fault) argument
805 mm_fault_error(struct pt_regs *regs, unsigned long error_code, unsigned long address, unsigned int fault) argument
818 spurious_fault_check(unsigned long error_code, pte_t *pte) argument
842 spurious_fault(unsigned long error_code, unsigned long address) argument
893 access_error(unsigned long error_code, int write, struct vm_area_struct *vma) argument
924 do_page_fault(struct pt_regs *regs, unsigned long error_code) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/mm/
H A Dfault.c28 * error_code:
36 unsigned long error_code)
40 regs->sr, regs->pc, address, error_code);
52 die_if_kernel("Oops", regs, error_code);
35 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/mm/
H A Dfault.c27 * error_code:
35 unsigned long error_code)
39 regs->sr, regs->pc, address, error_code);
52 die("Oops", regs, error_code);
34 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtraps.c110 long error_code, siginfo_t *info)
133 * We want error_code and trap_no set for userspace faults and
141 tsk->thread.error_code = error_code;
150 regs->ip, regs->sp, error_code);
164 tsk->thread.error_code = error_code;
166 die(str, regs, error_code);
173 error_code, trapnr))
180 dotraplinkage void do_##name(struct pt_regs *regs, long error_code) \
109 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, long error_code, siginfo_t *info) argument
218 do_stack_segment(struct pt_regs *regs, long error_code) argument
228 do_double_fault(struct pt_regs *regs, long error_code) argument
249 do_general_protection(struct pt_regs *regs, long error_code) argument
430 do_nmi(struct pt_regs *regs, long error_code) argument
455 do_int3(struct pt_regs *regs, long error_code) argument
528 do_debug(struct pt_regs *regs, long error_code) argument
602 math_error(struct pt_regs *regs, int error_code, int trapnr) argument
684 do_coprocessor_error(struct pt_regs *regs, long error_code) argument
694 do_simd_coprocessor_error(struct pt_regs *regs, long error_code) argument
700 do_spurious_interrupt_bug(struct pt_regs *regs, long error_code) argument
783 do_device_not_available(struct pt_regs *regs, long error_code) argument
803 do_iret_error(struct pt_regs *regs, long error_code) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkmemcheck.h14 unsigned long address, unsigned long error_code);
31 unsigned long address, unsigned long error_code)
30 kmemcheck_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsigcontext.h11 unsigned long error_code; member in struct:sigcontext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dxmlstream.c97 int error_code = XML_GetErrorCode(parser); local
99 real_size, error_code, XML_ErrorString(error_code));
141 int error_code = XML_GetErrorCode(parser); local
143 error_code, XML_ErrorString(error_code));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dfpu.c111 tsk->thread.error_code = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault.c60 * error_code : See below
64 * error_code :
75 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long error_code, argument
106 * (error_code & ACE_USERMODE) == 0, and that the fault was not a
107 * protection error (error_code & ACE_PROTECTION) == 0.
109 if (address >= TASK_SIZE && !(error_code & ACE_USERMODE))
137 if ((error_code & ACE_USERMODE) == 0 &&
151 if (error_code & ACE_USERMODE) {
171 switch (error_code & (ACE_WRITE|ACE_PROTECTION)) {
188 if ((error_code
[all...]
H A Dfault-nommu.c61 * error_code : See below
65 * error_code :
70 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long error_code, argument
89 die("Oops", regs, error_code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_common.c55 int error_code; member in struct:PulseAudioDeviceList
141 if (info->error_code)
146 info->error_code = AVERROR(ENOMEM);
154 info->error_code = AVERROR(ENOMEM);
160 info->error_code = ret;
194 info->error_code = AVERROR(ENOMEM);
213 if ((dev_list.error_code = ff_pulse_audio_connect_context(&pa_ml, &pa_ctx, server, "Query devices")) < 0)
223 dev_list.error_code = AVERROR_EXTERNAL;
225 if (dev_list.error_code < 0)
232 dev_list.error_code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_nandecctest.c25 unsigned char error_code[3]; local
38 __nand_calculate_ecc(error_data, size, error_code);
39 __nand_correct_data(error_data, code, error_code, size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dfault.c106 * For 600- and 800-family processors, the error_code parameter is DSISR
108 * the error_code parameter is ESR for a data fault, 0 for an instruction
110 * For 64-bit processors, the error_code parameter is
119 unsigned long error_code)
137 error_code &= 0x48200000;
139 is_write = error_code & DSISR_ISSTORE;
141 is_write = error_code & ESR_DST;
155 if (error_code & DSISR_DABRMATCH) {
157 do_dabr(regs, address, error_code);
243 if (error_code
118 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-vqp.c57 u_int8_t error_code; member in struct:vqp_common_header_t
139 tok2str(vqp_error_code_values, "unknown (%u)",vqp_common_header->error_code),
140 vqp_common_header->error_code,
150 tok2str(vqp_error_code_values, "unknown (%u)",vqp_common_header->error_code),
151 vqp_common_header->error_code,
H A Dprint-rpki-rtr.c50 u_char error_code[2]; /* Error code */ member in union:rpki_rtr_pdu_::__anon5999
258 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
265 error_code = EXTRACT_16BITS(pdu->pdu_header.u.error_code);
268 tok2str(rpki_rtr_error_codes, "Unknown", error_code),
269 error_code, encapsulated_pdu_length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtraps.c249 struct pt_regs * regs, long error_code, siginfo_t *info)
254 tsk->thread.error_code = error_code;
264 die(str, regs, error_code);
270 asmlinkage void do_##name(struct pt_regs * regs, long error_code) \
272 do_trap(trapnr, signr, NULL, regs, error_code, NULL); \
276 asmlinkage void do_##name(struct pt_regs * regs, long error_code) \
283 do_trap(trapnr, signr, str, regs, error_code, &info); \
294 asmlinkage void do_alignment_check(struct pt_regs *regs, long error_code) argument
304 current->thread.error_code
248 do_trap(int trapnr, int signr, const char * str, struct pt_regs * regs, long error_code, siginfo_t *info) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dfault.c84 * The error_code parameter is ESR for a data fault,
88 unsigned long error_code)
94 int is_write = error_code & ESR_S;
98 regs->esr = error_code;
107 if ((error_code & 0x13) == 0x13 || (error_code & 0x11) == 0x11)
203 if (unlikely(error_code & 0x08000000))
87 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dwinchip.c16 static void winchip_machine_check(struct pt_regs *regs, long error_code) argument
H A Dp5.c20 static void pentium_machine_check(struct pt_regs *regs, long error_code) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dprocessor.h60 unsigned long error_code; member in struct:thread_struct
95 .error_code = 0, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dn_r3964.h147 int error_code; member in struct:r3964_client_message
161 int error_code; member in struct:r3964_message

Completed in 143 milliseconds

123456