Searched defs:bufsiz (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | platform_device.h | 312 #define early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument 326 #define early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument
|
/linux-4.4.14/fs/ |
D | stat.c | 316 char __user *, buf, int, bufsiz) in SYSCALL_DEFINE4() argument 350 int, bufsiz) in SYSCALL_DEFINE3() argument
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 300 unsigned long bufsiz) in linux_to_osf_statfs() 321 unsigned long bufsiz) in linux_to_osf_statfs64() 340 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 386 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 396 struct osf_statfs64 __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 406 struct osf_statfs64 __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument
|
/linux-4.4.14/fs/overlayfs/ |
D | inode.c | 202 static int ovl_readlink(struct dentry *dentry, char __user *buf, int bufsiz) in ovl_readlink()
|
/linux-4.4.14/drivers/spi/ |
D | spidev.c | 92 static unsigned bufsiz = 4096; variable
|
/linux-4.4.14/kernel/locking/ |
D | lockdep_proc.c | 400 static void snprint_time(char *buf, size_t bufsiz, s64 nr) in snprint_time()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm-interface.c | 332 size_t bufsiz) in tpm_transmit()
|
/linux-4.4.14/fs/ecryptfs/ |
D | inode.c | 651 static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz) in ecryptfs_readlink_lower()
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 107 unsigned char ready, buffer, bufsiz; member
|