Searched refs:target_offset (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_read_data_into_fd.c | 50 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 D | aic7xxx_osm.c | 342 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 D | aic7xxx.c | 2223 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 D | aic7xxx.h | 1143 int target_offset; member
|
| H A D | aic79xx.h | 1350 int target_offset; member
|
| H A D | aic79xx.c | 3514 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()
|