Searched refs:compat_int_t (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.4/fs/ |
D | compat.c | 35 compat_int_t version; 36 compat_int_t flags; 37 compat_int_t rsize; 38 compat_int_t wsize; 39 compat_int_t timeo; 40 compat_int_t retrans; 41 compat_int_t acregmin; 42 compat_int_t acregmax; 43 compat_int_t acdirmin; 44 compat_int_t acdirmax; [all …]
|
D | compat_ioctl.c | 95 compat_int_t interface_id; /* [i] 'S' for SCSI generic (required) */ 96 compat_int_t dxfer_direction; /* [i] data transfer direction */ 107 compat_int_t pack_id; /* [i->o] unused internally (normally) */ 115 compat_int_t resid; /* [o] dxfer_len - actual_transferred */ 311 compat_int_t transmit;
|
/Linux-v5.4/include/linux/ |
D | usbdevice_fs.h | 55 compat_int_t signr; 62 compat_int_t status; 65 compat_int_t buffer_length; 66 compat_int_t actual_length; 67 compat_int_t start_frame; 68 compat_int_t number_of_packets; 69 compat_int_t error_count;
|
D | elfcore-compat.h | 15 compat_int_t si_signo; 16 compat_int_t si_code; 17 compat_int_t si_errno; 39 compat_int_t pr_fpvalid;
|
D | blkpg.h | 15 compat_int_t op; 16 compat_int_t flags; 17 compat_int_t datalen;
|
D | compat.h | 159 compat_int_t sival_int; 320 compat_int_t sigev_signo; 321 compat_int_t sigev_notify; 323 compat_int_t _pad[COMPAT_SIGEV_PAD_SIZE]; 324 compat_int_t _tid; 359 compat_int_t ifru_ivalue; 360 compat_int_t ifru_mtu; 370 compat_int_t ifc_len; /* size of buffer */
|
/Linux-v5.4/arch/parisc/kernel/ |
D | signal32.h | 33 compat_int_t rf_gr[32]; 34 compat_int_t rf_iasq[2]; 35 compat_int_t rf_iaoq[2]; 36 compat_int_t rf_sar;
|
D | sys_parisc32.c | 27 asmlinkage long sys32_fanotify_mark(compat_int_t fanotify_fd, compat_uint_t flags, in sys32_fanotify_mark() 28 compat_uint_t mask0, compat_uint_t mask1, compat_int_t dfd, in sys32_fanotify_mark()
|
D | signal32.c | 118 compat_int_t flags = 0; in setup_sigcontext32()
|
/Linux-v5.4/drivers/char/agp/ |
D | compat_ioctl.h | 39 #define AGPIOC_DEALLOCATE32 _IOW (AGPIOC_BASE, 7, compat_int_t) 61 compat_int_t prot; /* prot flags for mmap */ 71 compat_int_t key; /* tag of allocation */ 81 compat_int_t key; /* tag of allocation */ 86 compat_int_t key; /* tag of allocation */
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | compat.h | 91 compat_int_t sc_flags; 92 compat_int_t sc_gr[32]; /* PSW in sc_gr[0] */ 94 compat_int_t sc_iasq[2]; 95 compat_int_t sc_iaoq[2]; 96 compat_int_t sc_sar; /* cr11 */
|
/Linux-v5.4/include/net/ |
D | compat.h | 14 compat_int_t msg_namelen; 29 compat_int_t cmsg_level; 30 compat_int_t cmsg_type;
|
/Linux-v5.4/block/ |
D | compat_ioctl.c | 21 return put_user(val, (compat_int_t __user *)compat_ptr(arg)); in compat_put_int() 101 compat_int_t nframes; 109 compat_int_t stat; 112 compat_int_t quiet; 113 compat_int_t timeout; 177 compat_int_t op; 178 compat_int_t flags; 179 compat_int_t datalen; 188 compat_int_t n; in compat_blkpg_ioctl()
|
/Linux-v5.4/fs/quota/ |
D | compat.c | 37 compat_int_t qs_btimelimit; 38 compat_int_t qs_itimelimit; 39 compat_int_t qs_rtbtimelimit;
|
/Linux-v5.4/include/asm-generic/ |
D | compat.h | 17 typedef s32 compat_int_t; typedef
|
/Linux-v5.4/drivers/tty/ |
D | tty_io.c | 2677 compat_int_t type; 2678 compat_int_t line; 2680 compat_int_t irq; 2681 compat_int_t flags; 2682 compat_int_t xmit_fifo_size; 2683 compat_int_t custom_divisor; 2684 compat_int_t baud_base; 2688 compat_int_t hub6; 2695 compat_int_t reserved[1];
|
/Linux-v5.4/drivers/block/ |
D | floppy.c | 3617 compat_int_t checkfreq; 3618 compat_int_t native_format; 3630 compat_int_t generation; 3631 compat_int_t keep_data; 3632 compat_int_t fd_ref; 3633 compat_int_t fd_device; 3634 compat_int_t last_checked; 3636 compat_int_t bufblocks; 3640 compat_int_t spec1; 3641 compat_int_t spec2; [all …]
|
D | loop.c | 1628 compat_int_t lo_number; /* ioctl r/o */ 1632 compat_int_t lo_offset; 1633 compat_int_t lo_encrypt_type; 1634 compat_int_t lo_encrypt_key_size; /* ioctl w/o */ 1635 compat_int_t lo_flags; /* ioctl r/o */
|
/Linux-v5.4/drivers/char/ |
D | raw.c | 245 compat_int_t raw_minor;
|
/Linux-v5.4/drivers/char/ipmi/ |
D | ipmi_devintf.c | 647 compat_int_t recv_type; 656 compat_int_t retries;
|
/Linux-v5.4/net/ipv4/netfilter/ |
D | arp_tables.c | 714 int v = *(compat_int_t *)src; in compat_standard_from_user() 723 compat_int_t cv = *(int *)src; in compat_standard_to_user() 1589 .compatsize = sizeof(compat_int_t),
|
D | ip_tables.c | 874 int v = *(compat_int_t *)src; in compat_standard_from_user() 883 compat_int_t cv = *(int *)src; in compat_standard_to_user() 1860 .compatsize = sizeof(compat_int_t),
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | ip6_tables.c | 890 int v = *(compat_int_t *)src; in compat_standard_from_user() 899 compat_int_t cv = *(int *)src; in compat_standard_to_user() 1871 .compatsize = sizeof(compat_int_t),
|
/Linux-v5.4/net/bridge/netfilter/ |
D | ebtables.c | 49 int v = *(compat_int_t *)src; in ebt_standard_compat_from_user() 58 compat_int_t cv = *(int *)src; in ebt_standard_compat_to_user() 73 .compatsize = sizeof(compat_int_t),
|
/Linux-v5.4/ipc/ |
D | shm.c | 1242 compat_int_t used_ids;
|