Home
last modified time | relevance | path

Searched refs:target_offset (Results 1 – 6 of 6) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c50 int64_t target_offset, int64_t actual_offset) in pad_to() argument
57 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() local
105 while ((r = archive_read_data_block(a, &buff, &size, &target_offset)) == in archive_read_data_into_fd()
108 if (target_offset > actual_offset) { in archive_read_data_into_fd()
110 target_offset, actual_offset); in archive_read_data_into_fd()
[all …]
/src/sys/dev/aic7xxx/
H A Daic7xxx_osm.c342 int target_offset; in ahc_done() local
344 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
345 untagged_q = &ahc->untagged_queues[target_offset]; in ahc_done()
1090 int target_offset; in ahc_execute_scb() local
1092 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_execute_scb()
1093 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_execute_scb()
H A Daic7xxx.c2223 devinfo->target_offset = target; in ahc_compile_devinfo()
2227 devinfo->target_offset += 8; in ahc_compile_devinfo()
2228 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahc_compile_devinfo()
3596 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()
5225 u_int target_offset; in ahc_index_busy_tcl() local
5235 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5236 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5245 u_int target_offset; in ahc_unbusy_tcl() local
5255 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5256 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL); in ahc_unbusy_tcl()
[all …]
H A Daic7xxx.h1143 int target_offset; member
H A Daic79xx.h1350 int target_offset; member
H A Daic79xx.c3514 devinfo->target_offset = target; in ahd_compile_devinfo()
3518 devinfo->target_offset += 8; in ahd_compile_devinfo()
3519 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()