Home
last modified time | relevance | path

Searched refs:EFAULT (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c123 return -EFAULT; in utopia_proc_ioctl_compat()
145 return -EFAULT; in utopia_proc_ioctl_compat()
166 return -EFAULT; in utopia_proc_ioctl_compat()
/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/
H A DGOP_adp.c1456 return -EFAULT; in GOP_adp_Ioctl()
1471 return -EFAULT; in GOP_adp_Ioctl()
1560 return -EFAULT; in GOP_adp_Ioctl()
1575 return -EFAULT; in GOP_adp_Ioctl()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Derrno-base.h17 #define EFAULT 14 /* Bad address */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/
H A Dmemdup_user.cocci33 - -EFAULT
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Derrno.h42 #define EFAULT 14 /* Bad address */ macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/utopia_adaption/vdec_v3/
H A DVDEC_EX_adp.c779 if (!access_ok(VERIFY_WRITE, (void *)pArgs, sizeof(*pArgs))) return -EFAULT; in VDEC_EX_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/vdec_lite/utopia_adaption/vdec_lite/
H A DVDEC_EX_adp.c824 if (!access_ok(VERIFY_WRITE, (void *)pArgs, sizeof(*pArgs))) return -EFAULT; in VDEC_EX_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13427 return -EFAULT; in AU_CUS_kernel_debug_proc_write_nDBG()