/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | krb5ssp.c | 292 long actual_len, token_len; in krb5ssp_get_reply() local 309 0, dlen, &token_len, &actual_len); in krb5ssp_get_reply() 314 if (dlen < actual_len) in krb5ssp_get_reply() 316 data += actual_len; in krb5ssp_get_reply() 317 dlen -= actual_len; in krb5ssp_get_reply() 321 dlen, &actual_len); in krb5ssp_get_reply() 326 if (dlen < actual_len) in krb5ssp_get_reply() 328 data += actual_len; in krb5ssp_get_reply() 329 dlen -= actual_len; in krb5ssp_get_reply()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_buf.c | 69 size_t actual_len; in oce_alloc_dma_buffer() local 94 &actual_len, &dbuf->acc_handle); in oce_alloc_dma_buffer() 103 (struct as *)0, dbuf->base, actual_len, in oce_alloc_dma_buffer() 111 bzero(dbuf->base, actual_len); in oce_alloc_dma_buffer() 113 dbuf->size = actual_len; in oce_alloc_dma_buffer()
|
H A D | oce_mbx.c | 1252 size_t actual_len; in oce_issue_mbox() local 1318 NULL, &sg_va, &actual_len, &acc_handle); in oce_issue_mbox()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cfg.c | 478 size_t actual_len; in hermon_check_iommu_bypass() local 512 DDI_DMA_SLEEP, NULL, (caddr_t *)&kaddr, &actual_len, &acc_hdl); in hermon_check_iommu_bypass() 521 status = ddi_dma_addr_bind_handle(dmahdl, NULL, kaddr, actual_len, in hermon_check_iommu_bypass()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | openprom.c | 1019 size_t actual_len; in oprom_copyinstr() local 1022 buf, bufsize, &actual_len)) != 0) { in oprom_copyinstr() 1025 if ((actual_len == 0) || (actual_len > maxsize)) { in oprom_copyinstr()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 3404 mblk_t *data, int actual_len) in usbvc_decode_stream_header() argument 3413 "usbvc_decode_stream_header: enter. actual_len=%x", actual_len); in usbvc_decode_stream_header() 3416 if (actual_len < 2) { in usbvc_decode_stream_header() 3429 if (actual_len < head_len) { in usbvc_decode_stream_header() 3440 if ((actual_len == head_len) && !(head_flag & USBVC_STREAM_EOF)) { in usbvc_decode_stream_header() 3488 (actual_len == head_len)) { in usbvc_decode_stream_header() 3505 data_len = actual_len - head_len; in usbvc_decode_stream_header()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | alua_ic_if.c | 2136 uint_t actual_len; in stmf_ic_uint8_array_unmarshal() local 2139 rc = nvlist_lookup_uint8_array(nvl, field_name, &array, &actual_len); in stmf_ic_uint8_array_unmarshal() 2144 if (len != actual_len) { in stmf_ic_uint8_array_unmarshal() 2147 (int)len, actual_len); in stmf_ic_uint8_array_unmarshal()
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 4735 scsa2usb_fill_up_ReadCD_cdb_len(scsa2usb_cmd_t *cmd, int len, int actual_len) in scsa2usb_fill_up_ReadCD_cdb_len() argument 4740 cmd->cmd_actual_len = (uchar_t)actual_len; in scsa2usb_fill_up_ReadCD_cdb_len() 4749 scsa2usb_fill_up_16byte_cdb_len(scsa2usb_cmd_t *cmd, int len, int actual_len) in scsa2usb_fill_up_16byte_cdb_len() argument 4755 cmd->cmd_actual_len = actual_len; in scsa2usb_fill_up_16byte_cdb_len() 4764 scsa2usb_fill_up_12byte_cdb_len(scsa2usb_cmd_t *cmd, int len, int actual_len) in scsa2usb_fill_up_12byte_cdb_len() argument 4770 cmd->cmd_actual_len = (uchar_t)actual_len; in scsa2usb_fill_up_12byte_cdb_len()
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 1002 struct sd_xbuf *xp, size_t actual_len); 16046 size_t actual_len; local 16148 actual_len = MAX_SENSE_LENGTH - 16154 actual_len = MAX_SENSE_LENGTH - 16157 actual_len = SENSE_LENGTH - 16163 actual_len) { 16167 uscsi_rqlen) - actual_len; 16586 size_t actual_len; /* actual sense data length */ local 16634 actual_len = MAX_SENSE_LENGTH - sense_pktp->pkt_resid; 16644 if (actual_len < SENSE_LENGTH) { [all …]
|