Home
last modified time | relevance | path

Searched refs:siz (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/block/partitions/
Datari.c24 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz))
77 be32_to_cpu(pi->siz)); in atari_partition()
103 be32_to_cpu(xrs->part[0].siz)); in atari_partition()
138 be32_to_cpu(pi->siz)); in atari_partition()
Datari.h21 __be32 siz; /* length of partition */ member
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_tones.c238 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()
540 dsp_tone_hw_message(dsp, pat->data[0], *(pat->siz[0])); in dsp_tone()
/linux-4.4.14/arch/mn10300/proc-mn103e010/include/proc/
Ddmactl-regs.h94 u32 siz; member
/linux-4.4.14/arch/mn10300/proc-mn2ws0050/include/proc/
Ddmactl-regs.h95 u32 siz; member
/linux-4.4.14/drivers/char/
Dhpet.c846 size_t siz; in hpet_alloc() local
864 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) * in hpet_alloc()
867 hpetp = kzalloc(siz, GFP_KERNEL); in hpet_alloc()
/linux-4.4.14/fs/
Dlibfs.c182 ssize_t generic_read_dir(struct file *filp, char __user *buf, size_t siz, loff_t *ppos) in generic_read_dir() argument
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce.c2195 const char *buf, size_t siz) in set_trigger() argument