Searched defs:LZ4_SECURECOPY (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_lz4.c | 157 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 166 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
|
/titanic_51/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | lz4.c | 172 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 181 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | lz4.c | 348 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 357 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
|
/titanic_51/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 365 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 374 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
|