Searched refs:modify_iov (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/iscsi/lib/ |
| D | iscsi.expsym | 134 modify_iov
|
| /netbsd/src/external/bsd/iscsi/dist/include/ |
| D | iscsiutil.h | 293 int modify_iov(struct iovec ** , int *, uint32_t , uint32_t);
|
| /netbsd/src/external/bsd/iscsi/dist/src/lib/ |
| D | util.c | 448 modify_iov(struct iovec ** iov_ptr, int *iovc, uint32_t offset, uint32_t length) in modify_iov() function 1001 if (modify_iov(&iov, &iovc, (unsigned) rc, len - n) in iscsi_sock_msg()
|
| D | target.c | 391 if (modify_iov(&sg, &sg_len, offset, data.length) != 0) { in scsi_command_t() 1646 if (modify_iov(&iov, &iov_len, 0, args->length) != 0) { in target_transfer_data() 1764 if (modify_iov(&iov, &iov_len, data.offset, in target_transfer_data()
|
| D | initiator.c | 2629 if (modify_iov(&sg_copy, &sg_len_copy, 0, scsi_cmd->length) != 0) { in scsi_command_i() 2751 … if (modify_iov(&sg_copy, &sg_len_copy, scsi_cmd->bytes_sent, data.length) != 0) { in scsi_command_i() 3191 … if (modify_iov(&sg_copy, &sg_len_copy, r2t.offset + bytes_sent, data.length) != 0) { in scsi_r2t_i()
|