Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch34 * Appends src to string dst of size siz (unlike strncat, siz is the
35 @@ -42,7 +43,7 @@ strlcat(char *dst, const char *src, size_t siz)
41 n = siz - dlen;
44 @@ -55,8 +56,11 @@ strlcat(char *dst, const char *src, size_t siz)
69 * Copy src to string dst of size siz. At most siz-1 characters
70 @@ -51,8 +52,11 @@ strlcpy(char *dst, const char *src, size_t siz)
/openbmc/linux/block/partitions/
H A Datari.c25 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 Datari.h22 __be32 siz; /* length of partition */ member
/openbmc/linux/drivers/isdn/mISDN/
H A 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()
539 dsp_tone_hw_message(dsp, pat->data[0], *(pat->siz[0])); in dsp_tone()
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c598 void mmu_change_region_attr(phys_addr_t addr, size_t siz, u64 attrs) in mmu_change_region_attr() argument
604 size = siz; in mmu_change_region_attr()
632 size = siz; in mmu_change_region_attr()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/
H A D0002-Enable-64bit-off_t.patch47 @@ -112,7 +112,7 @@ int FatSystem::writeData(unsigned long long address, const char *buffer, int siz
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0006-replace-sym_iterator-0-with-sym_iterator.patch59 @@ -406,7 +406,7 @@ xml_utils::output_summary_data(ostream & out, count_array_t const & summary, siz
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c104 const char *buf, size_t siz) in set_trigger() argument
/openbmc/linux/fs/
H A Dlibfs.c221 ssize_t generic_read_dir(struct file *filp, char __user *buf, size_t siz, loff_t *ppos) in generic_read_dir() argument
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c158 unsigned int siz);
/openbmc/linux/kernel/bpf/
H A Dsyscall.c838 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() argument