Searched defs:dst_max (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1394 * @dst_max: pointer to last byte of destination buffer for bounds checking
1409 int ntfs_write_significant_bytes(u8 *dst, const u8 *dst_max, const s64 n) argument
1417 if (dst > dst_max)
1426 if (dst > dst_max)
1431 if (dst > dst_max)
1478 u8 *dst_max, *dst_next; local
1502 * @dst_max is used for bounds checking in
1505 dst_max = dst + dst_len - 1;
1516 len_len = ntfs_write_significant_bytes(dst + 1, dst_max,
1535 len_len, dst_max, prev_lc
[all...]

Completed in 230 milliseconds