Searched refs:LZ4_WILDCOPY (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c157 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e)
166 #define LZ4_SECURECOPY LZ4_WILDCOPY
182 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro
243 LZ4_WILDCOPY(ip, op, cpy);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c172 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e)
181 #define LZ4_SECURECOPY LZ4_WILDCOPY
197 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro
255 LZ4_WILDCOPY(ip, op, cpy);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c365 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e)
374 #define LZ4_SECURECOPY LZ4_WILDCOPY
400 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro
401 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \
974 LZ4_WILDCOPY(ip, op, cpy);
1100 LZ4_WILDCOPY(ip, op, cpy);
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c348 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e)
357 #define LZ4_SECURECOPY LZ4_WILDCOPY
383 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro
384 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \
961 LZ4_WILDCOPY(ip, op, cpy);

Completed in 63 milliseconds