Lines Matching refs:handle1
380 static int _sd_copy_direct(_sd_buf_handle_t *handle1, _sd_buf_handle_t *handle2,
6308 _sd_copy(_sd_buf_handle_t *handle1, _sd_buf_handle_t *handle2, argument
6322 if (!_SD_HANDLE_ACTIVE(handle1) || !_SD_HANDLE_ACTIVE(handle2)) {
6324 (void *)handle1, (void *)handle2);
6326 DTRACE_PROBE2(handle_active1, int, handle1->bh_flag,
6331 ASSERT_HANDLE_LIMITS(handle1, fba_pos1, fba_len);
6334 cc_ent1 = handle1->bh_centry;
6418 _sd_copy_direct(_sd_buf_handle_t *handle1, _sd_buf_handle_t *handle2, argument
6428 if (!_SD_HANDLE_ACTIVE(handle1) || !_SD_HANDLE_ACTIVE(handle2)) {
6431 (void *)handle1, (void *)handle2);
6433 DTRACE_PROBE2(handle_active2, int, handle1->bh_flag,
6439 ASSERT_HANDLE_LIMITS(handle1, fba_pos1, fba_len);
6450 rc = _sd_sync_write2(handle2, fba_pos2, fba_len, 0, handle1, fba_pos1);