Searched refs:target_offset (Results 1 – 6 of 6) sorted by relevance
50 int64_t target_offset, int64_t actual_offset) in pad_to() argument57 target_offset - actual_offset, SEEK_CUR); in pad_to()58 if (actual_offset != target_offset) { in pad_to()64 while (target_offset > actual_offset) { in pad_to()66 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()67 to_write = (size_t)(target_offset - actual_offset); in pad_to()87 int64_t target_offset; in archive_read_data_into_fd() local108 if (target_offset > actual_offset) { in archive_read_data_into_fd()110 target_offset, actual_offset); in archive_read_data_into_fd()113 actual_offset = target_offset; in archive_read_data_into_fd()[all …]
343 int target_offset; in ahc_done() local345 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()346 untagged_q = &ahc->untagged_queues[target_offset]; in ahc_done()1091 int target_offset; in ahc_execute_scb() local1093 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_execute_scb()1094 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_execute_scb()
2232 devinfo->target_offset = target; in ahc_compile_devinfo()2236 devinfo->target_offset += 8; in ahc_compile_devinfo()3605 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()5241 u_int target_offset; in ahc_index_busy_tcl() local5251 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()5252 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()5261 u_int target_offset; in ahc_unbusy_tcl() local5271 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()5279 u_int target_offset; in ahc_busy_tcl() local5289 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()[all …]
1147 int target_offset; member
1354 int target_offset; member
3523 devinfo->target_offset = target; in ahd_compile_devinfo()3527 devinfo->target_offset += 8; in ahd_compile_devinfo()3528 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()