Searched refs:do_encode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/lib/libcam/ |
| H A D | scsi_cmdparse.c | 549 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() function 754 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build() 796 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build_visit() 825 retval = do_encode(csio->data_ptr, csio->dxfer_len, NULL, NULL, NULL, in csio_encode() 845 return (do_encode(buff, len, NULL, arg_get, gethook, fmt, NULL)); in buff_encode_visit() 860 return (do_encode(csio->data_ptr, csio->dxfer_len, NULL, arg_get, in csio_encode_visit()
|