Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/prom/
Dprintf.c31 unsigned int dest_len; in prom_write() local
38 dest_len = 0; in prom_write()
43 dest_len++; in prom_write()
46 dest_len++; in prom_write()
47 if (dest_len >= CONSOLE_WRITE_BUF_SIZE - 1) { in prom_write()
48 prom_console_write_buf(console_write_buf, dest_len); in prom_write()
50 dest_len = 0; in prom_write()
53 if (dest_len) in prom_write()
54 prom_console_write_buf(console_write_buf, dest_len); in prom_write()
/linux-4.4.14/lib/
Ddecompress_unlz4.c50 size_t dest_len; in unlz4() local
151 dest_len = uncomp_chunksize; in unlz4()
152 out_len -= dest_len; in unlz4()
154 dest_len = out_len; in unlz4()
155 ret = lz4_decompress(inp, &chunksize, outp, dest_len); in unlz4()
157 dest_len = uncomp_chunksize; in unlz4()
159 &dest_len); in unlz4()
167 if (flush && flush(outp, dest_len) != dest_len) in unlz4()
170 outp += dest_len; in unlz4()
/linux-4.4.14/fs/squashfs/
Dlz4_wrapper.c100 size_t dest_len = output->length; in lz4_uncompress() local
112 stream->output, &dest_len); in lz4_uncompress()
116 bytes = dest_len; in lz4_uncompress()
131 return dest_len; in lz4_uncompress()
/linux-4.4.14/lib/lz4/
Dlz4_decompress.c323 unsigned char *dest, size_t *dest_len) in lz4_decompress_unknownoutputsize() argument
329 *dest_len); in lz4_decompress_unknownoutputsize()
332 *dest_len = out_len; in lz4_decompress_unknownoutputsize()
/linux-4.4.14/arch/x86/xen/
Dsetup.c676 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
682 dest_len = n; in xen_phys_memcpy()
683 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
684 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
688 len = min(dest_len, src_len); in xen_phys_memcpy()
689 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
692 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/linux-4.4.14/arch/s390/crypto/
Dcrypt_s390.h385 u8 *dest, long dest_len, in crypt_s390_ppno() argument
391 register long __dest_len asm("3") = dest_len; /* requested random bytes */ in crypt_s390_ppno()
407 return (func & CRYPT_S390_FUNC_MASK) ? dest_len - __dest_len : 0; in crypt_s390_ppno()
/linux-4.4.14/include/linux/
Dlz4.h86 unsigned char *dest, size_t *dest_len);
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt337 to add/modify/delete IPv4 dst/dest_len prefix on table tb_id. The *fi