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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c698 #define M_COPYBACK0_PRESERVE 0x0002 /* preserve original data */ macro
5207 M_COPYBACK0_PRESERVE | M_COPYBACK0_COW, how);
5234 VERIFY((flags & M_COPYBACK0_PRESERVE) == 0 || cp == NULL);
5354 if (flags & M_COPYBACK0_PRESERVE)

Completed in 65 milliseconds