Lines Matching defs:bad
101 * good and bad versions of the buffer (if available), and we annotate the
791 * distance between the good and bad buffers is the sum of them all.
925 const uint64_t *bad;
967 bad = (const uint64_t *) abd_borrow_buf_copy((abd_t *)badabd, size);
971 if (good[idx] == bad[idx]) {
999 abd_return_buf((abd_t *)badabd, (void *)bad, size);
1015 // bits set in bad, but not in good
1016 set = ((~good[idx]) & bad[idx]);
1017 // bits set in good, but not in bad
1018 cleared = (good[idx] & (~bad[idx]));
1037 abd_return_buf((abd_t *)badabd, (void *)bad, size);