/kernel/linux/linux-5.10/block/partitions/ |
H A D | atari.c | 25 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz)) 85 be32_to_cpu(pi->siz)); in atari_partition() 111 be32_to_cpu(xrs->part[0].siz)); in atari_partition() 146 be32_to_cpu(pi->siz)); in atari_partition()
|
H A D | atari.h | 22 __be32 siz; /* length of partition */ member
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | atari.c | 25 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz)) 85 be32_to_cpu(pi->siz)); in atari_partition() 111 be32_to_cpu(xrs->part[0].siz)); in atari_partition() 145 be32_to_cpu(pi->siz)); in atari_partition()
|
H A D | atari.h | 22 __be32 siz; /* length of partition */ member
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_tones.c | 238 u32 *siz[10]; member 412 start = count % (*(pat->siz[index])); in dsp_tone_copy() 416 if (num + start > (*(pat->siz[index]))) in dsp_tone_copy() 417 num = (*(pat->siz[index])) - start; in dsp_tone_copy() 479 dsp_tone_hw_message(dsp, pat->data[index], *(pat->siz[index])); in dsp_tone_timeout() 539 dsp_tone_hw_message(dsp, pat->data[0], *(pat->siz[0])); in dsp_tone()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_tones.c | 238 u32 *siz[10]; member 412 start = count % (*(pat->siz[index])); in dsp_tone_copy() 416 if (num + start > (*(pat->siz[index]))) in dsp_tone_copy() 417 num = (*(pat->siz[index])) - start; in dsp_tone_copy() 479 dsp_tone_hw_message(dsp, pat->data[index], *(pat->siz[index])); in dsp_tone_timeout() 539 dsp_tone_hw_message(dsp, pat->data[0], *(pat->siz[0])); in dsp_tone()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | dev-mcelog.c | 104 const char *buf, size_t siz) in set_trigger() 103 set_trigger(struct device *s, struct device_attribute *attr, const char *buf, size_t siz) set_trigger() argument
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | dev-mcelog.c | 104 const char *buf, size_t siz) in set_trigger() 103 set_trigger(struct device *s, struct device_attribute *attr, const char *buf, size_t siz) set_trigger() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | libfs.c | 224 ssize_t generic_read_dir(struct file *filp, char __user *buf, size_t siz, loff_t *ppos) in generic_read_dir() argument
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | syscall.c | 584 static ssize_t bpf_dummy_read(struct file *filp, char __user *buf, size_t siz, in bpf_dummy_read() argument 594 size_t siz, loff_t *ppos) in bpf_dummy_write() 593 bpf_dummy_write(struct file *filp, const char __user *buf, size_t siz, loff_t *ppos) bpf_dummy_write() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | libfs.c | 221 ssize_t generic_read_dir(struct file *filp, char __user *buf, size_t siz, loff_t *ppos) in generic_read_dir() argument
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 838 static ssize_t bpf_dummy_read(struct file *filp, char __user *buf, size_t siz, in bpf_dummy_read() argument 848 size_t siz, loff_t *ppos) in bpf_dummy_write() 847 bpf_dummy_write(struct file *filp, const char __user *buf, size_t siz, loff_t *ppos) bpf_dummy_write() argument
|