Searched refs:__user (Results 1 - 25 of 106) sorted by relevance

12345

/external/libcap/libcap/include/sys/
H A Dsecurebits.h13 #ifndef __user
14 #define __user macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h18 typedef __signalfn_t __user *__sighandler_t;
21 typedef __restorefn_t __user *__sigrestore_t;
/external/kernel-headers/original/uapi/linux/
H A Ddlm_device.h41 void __user *castparam;
42 void __user *castaddr;
43 void __user *bastparam;
44 void __user *bastaddr;
45 struct dlm_lksb __user *lksb;
84 void __user * user_astaddr;
85 void __user * user_astparam;
86 struct dlm_lksb __user * user_lksb;
H A Dnfs4_mount.h23 const char __user * data;
48 struct sockaddr __user * host_addr; /* 1 */
55 int __user *auth_flavours; /* 1 */
H A Divtvfb.h30 void __user *source;
H A Dsem.h47 struct semid_ds __user *buf; /* buffer for IPC_STAT & IPC_SET */
48 unsigned short __user *array; /* array for GETALL & SETALL */
49 struct seminfo __user *__buf; /* buffer for IPC_INFO */
50 void __user *__pad;
H A Duio.h18 void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */
H A Dwil6210_uapi.h21 #define __user macro
84 void __user *block; /* block address */
H A Domap3isp.h168 void __user *buf;
411 struct omap3isp_ccdc_bclamp __user *bclamp;
412 struct omap3isp_ccdc_blcomp __user *blcomp;
413 struct omap3isp_ccdc_fpc __user *fpc;
414 struct omap3isp_ccdc_lsc_config __user *lsc_cfg;
415 struct omap3isp_ccdc_culling __user *cull;
416 __u8 __user *lsc;
632 struct omap3isp_prev_luma __user *luma;
633 struct omap3isp_prev_hmed __user *hmed;
634 struct omap3isp_prev_cfa __user *cf
[all...]
H A Di2c-dev.h60 union i2c_smbus_data __user *data;
65 struct i2c_msg __user *msgs; /* pointers to i2c_msgs */
H A Divtv.h52 void __user *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT,
54 void __user *uv_source; /* Unused for RGB pixelformats */
H A Dblkpg.h37 void __user *data;
H A Dmic_ioctl.h38 struct iovec __user *iov;
H A Dif.h25 #include <linux/compiler.h> /* for "__user" et al */
205 raw_hdlc_proto __user *raw_hdlc;
206 cisco_proto __user *cisco;
207 fr_proto __user *fr;
208 fr_proto_pvc __user *fr_pvc;
209 fr_proto_pvc_info __user *fr_pvc_info;
212 sync_serial_settings __user *sync;
213 te1_settings __user *te1;
245 void __user * ifru_data;
281 char __user *ifcu_bu
[all...]
H A Dusbdevice_fs.h46 void __user *data;
53 void __user *data;
63 void __user *context;
101 void __user *buffer;
112 void __user *usercontext;
121 void __user *data; /* param buffer (in, or out) */
H A Duvcvideo.h52 struct uvc_menu_info __user *menu_info;
64 __u8 __user *data;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/external/wpa_supplicant_8/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/external/kernel-headers/original/uapi/xen/
H A Dprivcmd.h58 struct privcmd_mmap_entry __user *entry;
65 xen_pfn_t __user *arr; /* array of mfns - or'd with
76 const xen_pfn_t __user *arr; /* array of mfns */
77 int __user *err; /* array of error codes */
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsiginfo.h84 void __user *_addr; /* faulting insn/memory ref. */
92 void __user *_lower;
93 void __user *_upper;
108 void __user *_call_addr; /* calling user insn */
/external/ltp/testcases/kernel/syscalls/set_robust_list/
H A Dset_robust_list01.c53 #ifndef __user
54 #define __user macro
58 struct robust_list __user *next;
64 struct robust_list __user *list_op_pending;
/external/tinycompress/
H A Dutils.c60 #define __user macro
/external/kernel-headers/original/scsi/
H A Dsg.h38 void __user *iov_base; /* Starting address */
51 void __user *dxferp; /* [i], [*io] points to data transfer memory
53 unsigned char __user *cmdp; /* [i], [*i] points to command to perform */
54 void __user *sbp; /* [i], [*o] points to sense_buffer memory */
58 void __user * usr_ptr; /* [i->o] unused internally */
121 void __user *usr_ptr; /* user provided pointer (in new interface) */
/external/ltp/testcases/kdump/lib/kprobes/
H A Dkprobes.c16 int __user * parent_tidptr, int __user * child_tidptr)

Completed in 2241 milliseconds

12345