Searched refs:EFAULT (Results 151 - 175 of 1769) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dmv64x60_wdt.c165 return -EFAULT;
193 return -EFAULT;
199 return -EFAULT;
208 return -EFAULT;
224 return -EFAULT;
230 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_mem.c233 return -EFAULT;
249 return -EFAULT;
268 return -EFAULT;
272 return -EFAULT;
294 return -EFAULT;
298 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-floppy_ioctl.c45 return -EFAULT;
78 return -EFAULT;
83 return -EFAULT;
91 return -EFAULT;
170 err = -EFAULT;
229 return -EFAULT;
H A Dide-ioctls.c79 rc = -EFAULT;
136 return -EFAULT;
182 err = -EFAULT;
185 err = -EFAULT;
199 return -EFAULT;
213 err = -EFAULT;
278 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmsr.c88 err = -EFAULT;
113 err = -EFAULT;
140 err = -EFAULT;
147 err = -EFAULT;
156 err = -EFAULT;
163 err = -EFAULT;
H A Dtls.c68 return -EFAULT;
82 return -EFAULT;
130 return -EFAULT;
139 return -EFAULT;
187 return -EFAULT;
209 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Duaccess.h164 : "r"(__gu_ptr), "i"(-EFAULT) \
182 * Returns zero on success, or -EFAULT on error.
213 __gu_err = -EFAULT; \
256 : "r"(__gu_val), "r"(__gu_ptr), "i"(-EFAULT) \
276 : "r"(&__gu_val), "r"(__gu_ptr), "i"(-EFAULT) \
294 * Returns zero on success, or -EFAULT on error.
328 __pu_err = -EFAULT; \
398 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Diovec.c56 return -EFAULT;
75 * Copy kernel to iovec. Returns -EFAULT on error.
86 return -EFAULT;
100 * Copy kernel to iovec. Returns -EFAULT on error.
115 return -EFAULT;
126 * Copy iovec to kernel. Returns -EFAULT on error.
137 return -EFAULT;
151 * Copy iovec from kernel. Returns -EFAULT on error.
169 return -EFAULT;
259 err = -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Duaccess.h103 * this function, memory access functions may still return -EFAULT.
167 * Returns zero on success, or -EFAULT on error.
187 * Returns zero on success, or -EFAULT on error.
209 * Returns zero on success, or -EFAULT on error.
227 long __gu_err = -EFAULT; \
269 : "r" (addr), "i" (-EFAULT), "0" (err) \
289 * Returns zero on success, or -EFAULT on error.
306 long __pu_err = -EFAULT; \
336 : "r" (x), "r" (addr), "i" (-EFAULT), "0" (err) \
361 : "r" (x), "r" (addr), "i" (-EFAULT), "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat.c88 return -EFAULT;
102 return -EFAULT;
119 return -EFAULT;
152 return -EFAULT;
256 return -EFAULT;
325 return -EFAULT;
393 return -EFAULT;
405 return -EFAULT;
417 return -EFAULT;
430 return -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpioctl.c126 err = -EFAULT;
132 err = -EFAULT;
143 err = -EFAULT;
148 err = -EFAULT;
154 err = -EFAULT;
170 err = -EFAULT;
194 err = -EFAULT;
286 err = -EFAULT;
294 err = -EFAULT;
301 err = -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-ioctl.c505 return -EFAULT;
521 r = -EFAULT;
638 r = -EFAULT;
655 r = -EFAULT;
667 r = -EFAULT;
679 r = -EFAULT;
686 r = -EFAULT;
698 r = -EFAULT;
715 r = -EFAULT;
722 r = -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_ioctl.c584 return -EFAULT;
589 return -EFAULT;
593 return -EFAULT;
598 return -EFAULT;
644 return -EFAULT;
669 return -EFAULT;
729 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0;
780 return -EFAULT;
811 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0;
819 return -EFAULT;
[all...]
H A Di8k.c345 return -EFAULT;
352 return -EFAULT;
362 return -EFAULT;
365 return -EFAULT;
380 return -EFAULT;
385 return -EFAULT;
390 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c119 status = -EFAULT;
163 status = -EFAULT;
184 DBC_ENSURE(status == 0 || status == -EFAULT ||
278 status = -EFAULT;
315 status = -EFAULT;
377 status = -EFAULT;
426 status = -EFAULT;
575 * expecting (-EFAULT isn't acceptable,
600 (*strmres == NULL && (status == -EFAULT ||
629 status = -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Dcomedi_compat32.c121 return -EFAULT;
133 return -EFAULT;
155 return -EFAULT;
163 return -EFAULT;
182 return -EFAULT;
217 return err ? -EFAULT : 0;
233 return -EFAULT;
266 return err ? -EFAULT : 0;
325 return -EFAULT;
337 return err ? -EFAULT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_signal.c50 return -EFAULT;
112 return -EFAULT;
156 return -EFAULT;
165 return -EFAULT;
174 return -EFAULT;
183 ret = -EFAULT;
320 if (sys32_sigaltstack(&frame->uc.uc_stack, NULL, &tregs) == -EFAULT)
432 return -EFAULT;
435 return -EFAULT;
438 return -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hysdn/
H A Dhysdn_procconf.c105 return (-EFAULT); /* should never happen */
109 return (-EFAULT);
135 return (-EFAULT); /* error while copying */
162 return (-EFAULT); /* error while copying */
221 return -EFAULT; /* should never happen */
260 return (-EFAULT);
272 return (-EFAULT); /* out of memory */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dioctl.c45 return -EFAULT;
156 err = -EFAULT;
209 return -EFAULT;
239 return -EFAULT;
263 err = -EFAULT;
279 return -EFAULT;
391 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsbuslib.c114 return -EFAULT;
132 return -EFAULT;
145 return -EFAULT;
172 return -EFAULT;
184 return -EFAULT;
210 return -EFAULT;
239 return -EFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Ducma.c307 return -EFAULT;
339 ret = -EFAULT;
366 return -EFAULT;
384 ret = -EFAULT;
475 return -EFAULT;
492 ret = -EFAULT;
505 return -EFAULT;
525 return -EFAULT;
547 return -EFAULT;
600 return -EFAULT;
[all...]
H A Duverbs_cmd.c274 return -EFAULT;
318 ret = -EFAULT;
367 return -EFAULT;
418 return -EFAULT;
436 return -EFAULT;
466 return -EFAULT;
486 return -EFAULT;
520 ret = -EFAULT;
554 return -EFAULT;
596 return -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsignal_32.c117 return -EFAULT;
142 return -EFAULT;
164 return -EFAULT;
179 return -EFAULT;
206 return -EFAULT;
229 return -EFAULT;
233 return -EFAULT;
270 return -EFAULT;
282 return -EFAULT;
616 return -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_atari.c170 return -EFAULT;
191 return -EFAULT;
210 return -EFAULT;
221 return -EFAULT;
245 return -EFAULT;
257 return -EFAULT;
277 return -EFAULT;
292 return -EFAULT;
317 return -EFAULT;
332 return -EFAULT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dvicam.c261 retval = -EFAULT;
272 retval = -EFAULT;
288 retval = -EFAULT;
297 retval = -EFAULT;
316 retval = -EFAULT;
325 retval = -EFAULT;
357 retval = -EFAULT;
370 retval = -EFAULT;
377 retval = -EFAULT;
397 retval = -EFAULT;
[all...]

Completed in 194 milliseconds

1234567891011>>