/openbmc/linux/arch/sh/include/asm/ |
H A D | platform_early.h | 40 #define sh_early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument 54 #define sh_early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-interface.c | 61 static ssize_t tpm_try_transmit(struct tpm_chip *chip, void *buf, size_t bufsiz) in tpm_try_transmit() 153 ssize_t tpm_transmit(struct tpm_chip *chip, u8 *buf, size_t bufsiz) in tpm_transmit()
|
H A D | tpm-dev-common.c | 25 u8 *buf, size_t bufsiz) in tpm_dev_transmit()
|
H A D | tpm2-space.c | 538 void *buf, size_t *bufsiz) in tpm2_commit_space()
|
/openbmc/linux/fs/ |
H A D | stat.c | 483 char __user *buf, int bufsiz) in do_readlinkat() 519 char __user *, buf, int, bufsiz) in SYSCALL_DEFINE4() argument 525 int, bufsiz) in SYSCALL_DEFINE3() argument
|
/openbmc/qemu/gdbstub/ |
H A D | user-target.c | 346 size_t bufsiz = MIN(count, BUFSIZ); in gdb_handle_v_file_pread() local
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 305 unsigned long bufsiz) in linux_to_osf_statfs() 326 unsigned long bufsiz) in linux_to_osf_statfs64() 345 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 391 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 401 struct osf_statfs64 __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 411 struct osf_statfs64 __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument
|
/openbmc/u-boot/include/linux/usb/ |
H A D | composite.h | 323 unsigned bufsiz; member
|
/openbmc/linux/drivers/spi/ |
H A D | spidev.c | 87 static unsigned bufsiz = 4096; variable
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep_proc.c | 431 static void snprint_time(char *buf, size_t bufsiz, s64 nr) in snprint_time()
|
/openbmc/linux/drivers/input/ |
H A D | mousedev.c | 105 unsigned char ready, buffer, bufsiz; member
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 648 static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz) in ecryptfs_readlink_lower()
|
/openbmc/linux/fs/ubifs/ |
H A D | lpt.c | 1659 int bufsiz = max_t(int, c->nnode_sz, c->pnode_sz); in ubifs_lpt_calc_hash() local
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffsfs.c | 3035 int yaffs_readlink(const YCHAR *path, YCHAR *buf, int bufsiz) in yaffs_readlink()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mbx.c | 4953 void *buf, uint16_t bufsiz) in qla24xx_get_port_login_templ()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 8442 ssize_t do_guest_readlink(const char *pathname, char *buf, size_t bufsiz) in do_guest_readlink()
|