Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\ksysfs.c Create Date:2022-07-28 07:42:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:boot_params_data_read

Proto:static ssize_t boot_params_data_read(struct file *fp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count)

Type:ssize_t

Parameter:

TypeParameterName
struct file *fp
struct kobject *kobj
struct bin_attribute *bin_attr
char *buf
loff_toff
size_tcount
34  memcpy(buf, (void * ) & boot_params + off, count)
35  Return count