/linux-4.19.296/include/asm-generic/ |
D | termios.h | 72 struct termios2 __user *u) in user_termios_to_kernel_termios() 77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 84 struct termios __user *u) in user_termios_to_kernel_termios_1() 89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() 96 struct termios __user *u) in user_termios_to_kernel_termios() 101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios()
|
D | termios-base.h | 66 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument 73 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-4.19.296/drivers/xen/ |
D | evtchn.c | 95 static unsigned int evtchn_ring_offset(struct per_user_data *u, in evtchn_ring_offset() 101 static evtchn_port_t *evtchn_ring_entry(struct per_user_data *u, in evtchn_ring_entry() 107 static int add_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in add_evtchn() 134 static void del_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in del_evtchn() 141 static struct user_evtchn *find_evtchn(struct per_user_data *u, unsigned port) in find_evtchn() 163 struct per_user_data *u = evtchn->user; in evtchn_interrupt() local 194 struct per_user_data *u = file->private_data; in evtchn_read() local 266 struct per_user_data *u = file->private_data; in evtchn_write() local 307 static int evtchn_resize_ring(struct per_user_data *u) in evtchn_resize_ring() 363 static int evtchn_bind_to_user(struct per_user_data *u, int port) in evtchn_bind_to_user() [all …]
|
D | gntdev.c | 749 struct ioctl_gntdev_map_grant_ref __user *u) in gntdev_ioctl_map_grant_ref() 790 struct ioctl_gntdev_unmap_grant_ref __user *u) in gntdev_ioctl_unmap_grant_ref() 815 struct ioctl_gntdev_get_offset_for_vaddr __user *u) in gntdev_ioctl_get_offset_for_vaddr() 847 static long gntdev_ioctl_notify(struct gntdev_priv *priv, void __user *u) in gntdev_ioctl_notify() 1084 static long gntdev_ioctl_grant_copy(struct gntdev_priv *priv, void __user *u) in gntdev_ioctl_grant_copy()
|
/linux-4.19.296/fs/nfsd/ |
D | nfs4proc.c | 350 union nfsd4_op_u *u) in nfsd4_open() 493 union nfsd4_op_u *u) in nfsd4_getfh() 501 union nfsd4_op_u *u) in nfsd4_putfh() 514 union nfsd4_op_u *u) in nfsd4_putrootfh() 525 union nfsd4_op_u *u) in nfsd4_restorefh() 540 union nfsd4_op_u *u) in nfsd4_savefh() 555 union nfsd4_op_u *u) in nfsd4_access() 584 union nfsd4_op_u *u) in nfsd4_commit() 595 union nfsd4_op_u *u) in nfsd4_create() 688 union nfsd4_op_u *u) in nfsd4_getattr() [all …]
|
D | nfs4state.c | 1598 static void nfsd4_conn_lost(struct svc_xpt_user *u) in nfsd4_conn_lost() 2499 union nfsd4_op_u *u) in nfsd4_exchange_id() 2794 struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) in nfsd4_create_session() 2922 union nfsd4_op_u *u) in nfsd4_backchannel_ctl() 2944 union nfsd4_op_u *u) in nfsd4_bind_conn_to_session() 2987 union nfsd4_op_u *u) in nfsd4_destroy_session() 3117 union nfsd4_op_u *u) in nfsd4_sequence() 3258 union nfsd4_op_u *u) in nfsd4_destroy_clientid() 3301 struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) in nfsd4_reclaim_complete() 3340 union nfsd4_op_u *u) in nfsd4_setclientid() [all …]
|
/linux-4.19.296/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 112 } u; member 129 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() local 308 struct xenbus_file_priv *u; in xenbus_worker() local 341 struct xenbus_file_priv *u; in xenbus_file_free() local 352 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction() 365 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply() local 419 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply() 447 struct xenbus_file_priv *u) in xenbus_write_transaction() 496 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch() 555 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write() local [all …]
|
/linux-4.19.296/lib/ |
D | muldi3.c | 28 #define umul_ppmm(w1, w0, u, v) \ argument 54 #define __umulsidi3(u, v) ({ \ argument 61 long long notrace __muldi3(long long u, long long v) in __muldi3()
|
D | uuid.c | 121 int guid_parse(const char *uuid, guid_t *u) in guid_parse() 127 int uuid_parse(const char *uuid, uuid_t *u) in uuid_parse()
|
D | ashrdi3.c | 21 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
|
D | ashldi3.c | 21 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
|
D | lshrdi3.c | 22 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
|
/linux-4.19.296/lib/mpi/ |
D | mpi-cmp.c | 23 int mpi_cmp_ui(MPI u, unsigned long v) in mpi_cmp_ui() 48 int mpi_cmp(MPI u, MPI v) in mpi_cmp()
|
D | longlong.h | 232 #define umul_ppmm(w1, w0, u, v) \ argument 241 #define smul_ppmm(w1, w0, u, v) \ argument 250 #define __umulsidi3(u, v) \ argument 415 #define umul_ppmm(w1, w0, u, v) \ argument 470 #define umul_ppmm(w1, w0, u, v) \ argument 479 #define __umulsidi3(u, v) \ argument 534 #define umul_ppmm(w1, w0, u, v) \ argument 613 #define umul_ppmm(wh, wl, u, v) \ argument 642 #define umul_ppmm(w1, w0, u, v) \ argument 661 #define umul_ppmm(w1, w0, u, v) \ argument [all …]
|
/linux-4.19.296/include/uapi/linux/ |
D | vboxguest.h | 93 } u; member 119 } u; member 134 } u; member 198 } u; member 219 } u; member 251 } u; member 277 } u; member 301 } u; member 323 } u; member
|
D | vbox_vmmdev_types.h | 128 } u; member 168 } u; member 176 } u; member 191 } u; member 199 } __packed u; member
|
/linux-4.19.296/drivers/hid/ |
D | hid-picolcd_debugfs.c | 82 static ssize_t picolcd_debug_eeprom_read(struct file *f, char __user *u, in picolcd_debug_eeprom_read() 121 static ssize_t picolcd_debug_eeprom_write(struct file *f, const char __user *u, in picolcd_debug_eeprom_write() 190 char __user *u, size_t s, loff_t *off) in _picolcd_flash_read() 225 static ssize_t picolcd_debug_flash_read(struct file *f, char __user *u, in picolcd_debug_flash_read() 272 const char __user *u, size_t s, loff_t *off) in _picolcd_flash_write() 308 static ssize_t picolcd_debug_flash_write(struct file *f, const char __user *u, in picolcd_debug_flash_write()
|
D | hid-wiimote-debug.c | 26 static ssize_t wiidebug_eeprom_read(struct file *f, char __user *u, size_t s, in wiidebug_eeprom_read() 127 static ssize_t wiidebug_drm_write(struct file *f, const char __user *u, in wiidebug_drm_write()
|
/linux-4.19.296/fs/ |
D | binfmt_aout.c | 55 # define START_DATA(u) ((void __user *)u.start_data) in aout_core_dump() argument 57 # define START_DATA(u) ((void __user *)((u.u_tsize << PAGE_SHIFT) + \ in aout_core_dump() argument 60 # define START_STACK(u) ((void __user *)u.start_stack) in aout_core_dump() argument
|
/linux-4.19.296/include/linux/ |
D | uuid.h | 88 #define uuid_le_gen(u) guid_gen(u) argument 89 #define uuid_le_to_bin(guid, u) guid_parse(guid, u) argument
|
D | etherdevice.h | 423 u64 u = 0; in ether_addr_to_u64() local 437 static inline void u64_to_ether_addr(u64 u, u8 *addr) in u64_to_ether_addr() 454 u64 u = ether_addr_to_u64(addr); in eth_addr_dec() local
|
D | jiffies.h | 376 static inline unsigned long _usecs_to_jiffies(const unsigned int u) in _usecs_to_jiffies() 381 static inline unsigned long _usecs_to_jiffies(const unsigned int u) in _usecs_to_jiffies() 410 static __always_inline unsigned long usecs_to_jiffies(const unsigned int u) in usecs_to_jiffies()
|
/linux-4.19.296/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 31 union nf_conntrack_man_proto u; member 65 } u; member 78 union nf_conntrack_man_proto u; member
|
/linux-4.19.296/fs/nls/ |
D | nls_base.c | 86 int utf32_to_utf8(unicode_t u, u8 *s, int maxout) in utf32_to_utf8() 137 unicode_t u; in utf8s_to_utf16s() local 191 unsigned long u, v; in utf16s_to_utf8s() local
|
/linux-4.19.296/lib/zstd/ |
D | zstd_opt.h | 40 unsigned u; in ZSTD_rescaleFreqs() local 103 U32 price, u; in ZSTD_getLiteralPrice() local 167 U32 u; in ZSTD_updatePrice() local 441 U32 u, mlen, best_mlen, best_off, litLength; in ZSTD_compressBlock_opt_generic() local 739 U32 u, mlen, best_mlen, best_off, litLength; in ZSTD_compressBlock_opt_extDict_generic() local
|