Searched refs:fault (Results 1 - 25 of 260) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A DMakefile5 obj-y := init.o fault.o ioremap.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A DMakefile5 obj-y := fault.o init.o tlb.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/mm/
H A DMakefile5 obj-y += init.o fault.o memory.o kmap.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/mm/
H A DMakefile5 obj-y := init.o fault.o tlb.o ioremap.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/mm/
H A DMakefile5 obj-y := init.o fault.o memory.o kmap.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Duaccess.c24 unsigned long fault; local
27 fault = __do_user_copy(to, from, n, fault_addr, fault_catcher,
32 return n - (fault - (unsigned long) to);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A DMakefile7 obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A DMakefile7 obj-y := init.o fault.o extable.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dwsaapi.c178 To relay a server fault message to another destination, the WS-Addressing
181 when the fault was relayed.
194 printf("A fault occurred and the fault details were forwarded\n");
202 Note that the call can still return a fault, such as a connection error when
203 the service is not responding. In addition to the fault relay, the responses
213 printf("A fault occurred and the fault details were forwarded\n");
223 wsa__FaultSubcodeValues fault;
224 if (soap_wsa_check_fault(soap, &fault))
794 soap_wsa_check_fault(struct soap *soap, SOAP_WSA(FaultCodesType) *fault, char **info) argument
827 soap_wsa_check_fault(struct soap *soap, char **fault) argument
852 soap_wsa_check_fault(struct soap *soap, SOAP_WSA(FaultSubcodeValues) *fault) argument
874 soap_wsa_error(struct soap *soap, SOAP_WSA(FaultCodesType) fault, const char *info) argument
967 soap_wsa_error(struct soap *soap, const char *fault) argument
979 soap_wsa_error(struct soap *soap, SOAP_WSA(FaultSubcodeValues) fault) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsaapi.c178 To relay a server fault message to another destination, the WS-Addressing
181 when the fault was relayed.
194 printf("A fault occurred and the fault details were forwarded\n");
202 Note that the call can still return a fault, such as a connection error when
203 the service is not responding. In addition to the fault relay, the responses
213 printf("A fault occurred and the fault details were forwarded\n");
223 wsa__FaultSubcodeValues fault;
224 if (soap_wsa_check_fault(soap, &fault))
794 soap_wsa_check_fault(struct soap *soap, SOAP_WSA(FaultCodesType) *fault, char **info) argument
827 soap_wsa_check_fault(struct soap *soap, char **fault) argument
852 soap_wsa_check_fault(struct soap *soap, SOAP_WSA(FaultSubcodeValues) *fault) argument
874 soap_wsa_error(struct soap *soap, SOAP_WSA(FaultCodesType) fault, const char *info) argument
967 soap_wsa_error(struct soap *soap, const char *fault) argument
979 soap_wsa_error(struct soap *soap, SOAP_WSA(FaultSubcodeValues) fault) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A DMakefile6 obj-$(CONFIG_MMU) += fault.o mmu.o tlb.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A DMakefile5 obj-y += cache.o extable.o fault.o init.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A DMakefile6 obj-y := init.o fault.o mmu.o extable.o ioremap.o cache.o page.o
8 obj-y := init.o fault-nommu.o mmu.o extable.o ioremap-nommu.o cache.o page.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dtermios-base.h20 goto fault;
24 goto fault;
28 goto fault;
32 goto fault;
36 goto fault;
39 goto fault;
43 fault:
H A Dtermios.h70 goto fault;
74 goto fault;
78 goto fault;
82 goto fault;
86 goto fault;
89 goto fault;
93 fault:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/wsa/
H A Dwsademo.c124 wsa5__FaultCodesType fault; local
128 else if (soap_wsa_check_fault(soap, &fault, &info))
129 { switch (fault)
134 fprintf(stderr, "A wsa fault %d occurred:\n", (int)fault);
180 if (!strcmp(in, "fault"))
181 return soap_wsa_sender_fault(soap, "The demo service wsademo() operation returned a fault", NULL);
207 /* populate the fault struct so we can print it */
209 soap->fault->faultcode = faultcode;
210 soap->fault
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/wsa/
H A Dwsademo.c124 wsa5__FaultCodesType fault; local
128 else if (soap_wsa_check_fault(soap, &fault, &info))
129 { switch (fault)
134 fprintf(stderr, "A wsa fault %d occurred:\n", (int)fault);
180 if (!strcmp(in, "fault"))
181 return soap_wsa_sender_fault(soap, "The demo service wsademo() operation returned a fault", NULL);
207 /* populate the fault struct so we can print it */
209 soap->fault->faultcode = faultcode;
210 soap->fault
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A DMakefile6 obj-y += ioremap.o cache.o fault.o tlb.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dfault.c2 * arch/s390/mm/fault.c
9 * Derived from "arch/i386/mm/fault.c"
94 * Returns the address space associated with the fault.
128 printk("User process fault: interruption code 0x%lX ", int_code);
161 /* Are we prepared to handle this kernel fault? */
240 unsigned long trans_exc_code, int fault)
244 switch (fault) {
257 si_code = (fault == VM_FAULT_BADMAP) ?
265 default: /* fault & VM_FAULT_ERROR */
266 if (fault
239 do_fault_error(struct pt_regs *regs, long int_code, unsigned long trans_exc_code, int fault) argument
297 int fault; local
380 int fault; local
401 int access, fault; local
449 int access, fault; local
[all...]
H A DMakefile5 obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A DMakefile5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A DMakefile5 obj-y := cache.o init.o fault.o hwtest.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A DMakefile5 obj-y := init.o fault.o tlb.o extable.o ioremap.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Duaccess.S34 USER( strbt r3, [r0], #1) @ May fault
36 USER( strgebt r3, [r0], #1) @ May fault
38 USER( strgtbt r3, [r0], #1) @ May fault
54 * copy one word, and force a user-mode page fault...
61 USER( strt r3, [r0], #4) @ May fault
76 stmia r0!, {r3 - r6} @ Shouldnt fault
79 stmia r0!, {r3 - r6} @ Shouldnt fault
84 stmgeia r0!, {r3 - r6} @ Shouldnt fault
87 stmneia r0!, {r3 - r4} @ Shouldnt fault
90 strnet r3, [r0], #4 @ Shouldnt fault
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Devlog.h44 unsigned fault; member in struct:ev_log
83 log->fault = 0;
94 if (log->fault) {
95 if (log->fault == 1)
97 log->fault--;
113 log->fault = count;

Completed in 185 milliseconds

1234567891011