Searched refs:_buffer (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/loongarch/include/asm/vdso/ |
| H A D | getrandom.h | 13 static __always_inline ssize_t getrandom_syscall(void *_buffer, size_t _len, unsigned int _flags) in getrandom_syscall() argument 17 register void *buffer asm("a0") = _buffer; in getrandom_syscall()
|
| /linux/arch/riscv/include/asm/vdso/ |
| H A D | getrandom.h | 12 static __always_inline ssize_t getrandom_syscall(void *_buffer, size_t _len, unsigned int _flags) in getrandom_syscall() argument 16 register void *buffer asm("a0") = _buffer; in getrandom_syscall()
|
| /linux/fs/cachefiles/ |
| H A D | daemon.c | 212 char __user *_buffer, size_t buflen) in cachefiles_do_daemon_read() argument 250 if (copy_to_user(_buffer, buffer, n) != 0) in cachefiles_do_daemon_read() 259 static ssize_t cachefiles_daemon_read(struct file *file, char __user *_buffer, in cachefiles_daemon_read() argument 270 return cachefiles_ondemand_daemon_read(cache, _buffer, buflen); in cachefiles_daemon_read() 272 return cachefiles_do_daemon_read(cache, _buffer, buflen); in cachefiles_daemon_read()
|
| H A D | ondemand.c | 414 char __user *_buffer, size_t buflen) in cachefiles_ondemand_daemon_read() argument 462 if (copy_to_user(_buffer, msg, n) != 0) in cachefiles_ondemand_daemon_read()
|
| /linux/fs/netfs/ |
| H A D | misc.c | 20 struct folio_queue **_buffer, in netfs_alloc_folioq_buffer() argument 23 struct folio_queue *tail = *_buffer, *p; in netfs_alloc_folioq_buffer() 45 *_buffer = p; in netfs_alloc_folioq_buffer()
|
| /linux/security/keys/ |
| H A D | internal.h | 348 extern long keyctl_capabilities(unsigned char __user *_buffer, size_t buflen);
|
| H A D | keyctl.c | 1854 long keyctl_capabilities(unsigned char __user *_buffer, size_t buflen) in keyctl_capabilities() argument 1861 if (copy_to_user(_buffer, keyrings_capabilities, size) != 0) in keyctl_capabilities() 1864 clear_user(_buffer + size, buflen - size) != 0) in keyctl_capabilities()
|
| /linux/include/linux/ |
| H A D | netfs.h | 461 struct folio_queue **_buffer,
|
| /linux/drivers/iio/ |
| H A D | industrialio-buffer.c | 816 struct iio_buffer *buffer, *_buffer; in iio_buffer_deactivate_all() local 818 list_for_each_entry_safe(buffer, _buffer, in iio_buffer_deactivate_all()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | buffer.rst | 4 .. _buffer: 443 .. _buffer-flags:
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 4654 * @_buffer points to a pointer that should be set to point to the 4660 static int smack_key_getsecurity(struct key *key, char **_buffer) 4668 *_buffer = NULL; in smack_key_getsecurity() 4677 *_buffer = copy; in smack_key_getsecurity() 4662 smack_key_getsecurity(struct key * key,char ** _buffer) smack_key_getsecurity() argument
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7071 static int selinux_key_getsecurity(struct key *key, char **_buffer) in selinux_key_getsecurity() argument 7082 *_buffer = context; in selinux_key_getsecurity()
|