Searched refs:siz (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/block/partitions/ |
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()
|
D | atari.h | 22 __be32 siz; /* length of partition */ member
|
/linux-5.19.10/drivers/isdn/mISDN/ |
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()
|
/linux-5.19.10/arch/x86/kernel/cpu/mce/ |
D | dev-mcelog.c | 104 const char *buf, size_t siz) in set_trigger() argument
|
/linux-5.19.10/fs/ |
D | libfs.c | 225 ssize_t generic_read_dir(struct file *filp, char __user *buf, size_t siz, loff_t *ppos) in generic_read_dir() argument
|
/linux-5.19.10/kernel/bpf/ |
D | syscall.c | 712 static ssize_t bpf_dummy_read(struct file *filp, char __user *buf, size_t siz, in bpf_dummy_read() argument 722 size_t siz, loff_t *ppos) in bpf_dummy_write() argument
|