Home
last modified time | relevance | path

Searched refs:size_left (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c56 uint32_t size_left = 0; in pmcs_register_dump_int() local
79 ASSERT(size_left >= n); in pmcs_register_dump_int()
82 ASSERT(size_left >= n); in pmcs_register_dump_int()
85 ASSERT(size_left >= n); in pmcs_register_dump_int()
118 buf, size_left); in pmcs_register_dump_int()
149 buf, size_left); in pmcs_register_dump_int()
180 buf, size_left); in pmcs_register_dump_int()
200 buf, size_left); in pmcs_register_dump_int()
283 buf, size_left); in pmcs_dump_fwlog()
1043 uint32_t size_left = pwp->iqpt->size_left; in pmcs_iqp_trace() local
[all …]
H A Dpmcs_nvram.c626 uint32_t offset, char *buf, uint32_t size_left) in pmcs_get_nvmd() argument
755 (void) snprintf(&buf[i], (size_left - i), in pmcs_get_nvmd()
761 (PMCS_FLASH_CHUNK_SIZE >> 2), buf, size_left); in pmcs_get_nvmd()
H A Dpmcs_attach.c945 pwp->iqpt->size_left = PMCS_IQP_TRACE_BUFFER_SIZE; in pmcs_attach()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c7691 uint_t size_left; in qlt_firmware_dump() local
7738 size_left += 512 * 1024; in qlt_firmware_dump()
7773 buf += n; size_left -= n; in qlt_firmware_dump()
7836 buf += n; size_left -= n; in qlt_firmware_dump()
7839 buf += n; size_left -= n; in qlt_firmware_dump()
7842 buf += n; size_left -= n; in qlt_firmware_dump()
8832 size_left); in qlt_firmware_dump()
8890 buf, size_left); in qlt_firmware_dump()
8924 buf, size_left); in qlt_firmware_dump()
8976 uint_t size_left) in qlt_fwdump_dump_regs() argument
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dio.c185 size_t size_left = TMPOUTSZ - tmpout_offset; in tmpfil() local
189 len = snprintf((char *)&tmpout[tmpout_offset], size_left, in tmpfil()
193 if ((serial >= UINT_MAX) || (len >= size_left)) { in tmpfil()
342 size_t size_left = TMPOUTSZ - tmpout_offset; in link_iodocs() local
350 size_left, "%u", serial); in link_iodocs()
353 if ((serial >= UINT_MAX) || (len >= size_left)) { in link_iodocs()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c1553 long size_left; in e1000g_tx_workaround_PCIX_82544() local
1567 size_left = size; in e1000g_tx_workaround_PCIX_82544()
1570 while (size_left > 0) { in e1000g_tx_workaround_PCIX_82544()
1571 if (size_left > MAX_TX_BUF_SIZE) in e1000g_tx_workaround_PCIX_82544()
1574 len = size_left; in e1000g_tx_workaround_PCIX_82544()
1599 size_left -= MAX_TX_BUF_SIZE; in e1000g_tx_workaround_PCIX_82544()
1611 long size_left; in e1000g_tx_workaround_jumbo_82544() local
1618 size_left = size; in e1000g_tx_workaround_jumbo_82544()
1621 while (size_left > 0) { in e1000g_tx_workaround_jumbo_82544()
1628 if (size_left > JUMBO_FRAG_LENGTH) in e1000g_tx_workaround_jumbo_82544()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c387 last_action, size_left); in tar_getdir()
397 file_size = size_left; in tar_getdir()
704 job_stats, &size_left); in tar_getdir()
753 size_left, huge_size); in tar_getdir()
922 if (size_left != 0) in tar_getdir()
925 file_size, size_left, lnk_end); in tar_getdir()
934 if (size_left != 0) in tar_getdir()
937 file_size, size_left, nm_end); in tar_getdir()
1165 long *size_left) in restore_file() argument
1170 *size_left = 0; in restore_file()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_proto.h294 uint32_t offset, char *buf, uint32_t size_left);
H A Dpmcs.h221 uint32_t size_left; member
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h422 uint32_t size_left; member
H A Dstmf.c1849 xd->size_left = xd_sz; in stmf_ic_rx_scsi_data()
1852 sz = min(sz, xd->size_left); in stmf_ic_rx_scsi_data()
1853 xd->size_left = sz; in stmf_ic_rx_scsi_data()
5978 xd->size_left = sz; in stmf_prepare_tpgs_data()
6300 sz = min(sz, xd->size_left); in stmf_scsilib_handle_report_tpgs()
6301 xd->size_left = sz; in stmf_scsilib_handle_report_tpgs()
6846 s = min(xd->size_left, dbuf->db_sglist[i].seg_length); in stmf_xd_to_dbuf()
6849 xd->size_left -= s; in stmf_xd_to_dbuf()
6852 if (xd->size_left == 0) { in stmf_xd_to_dbuf()
6989 sz = min(sz, xd->size_left); in stmf_dlun0_new_task()
[all …]
H A Dlun_map.c267 xd->size_left = data_size; in stmf_session_prepare_report_lun_data()