/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_fwlog.c | 56 uint32_t size_left = 0; in pmcs_register_dump_int() local 76 size_left = PMCS_REG_DUMP_SIZE - 1; in pmcs_register_dump_int() 78 n = pmcs_dump_spc_ver(pwp, buf, size_left); in pmcs_register_dump_int() 79 ASSERT(size_left >= n); in pmcs_register_dump_int() 80 buf += n; size_left -= n; in pmcs_register_dump_int() 81 n = pmcs_dump_gsm_conf(pwp, buf, size_left); in pmcs_register_dump_int() 82 ASSERT(size_left >= n); in pmcs_register_dump_int() 83 buf += n; size_left -= n; in pmcs_register_dump_int() 84 n = pmcs_dump_pcie_conf(pwp, buf, size_left); in pmcs_register_dump_int() 85 ASSERT(size_left >= n); in pmcs_register_dump_int() [all …]
|
H A D | pmcs_nvram.c | 626 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 D | pmcs_attach.c | 945 pwp->iqpt->size_left = PMCS_IQP_TRACE_BUFFER_SIZE; in pmcs_attach()
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 127 caddr_t buf, uint_t size_left); 129 caddr_t buf, uint_t size_left); 131 int count, uint_t size_left); 4969 uint_t size_left; in qlt_firmware_dump() local 5012 size_left = QLT_FWDUMP_BUFSIZE; in qlt_firmware_dump() 5019 qlt->qlt_fwdump_buf = kmem_zalloc(size_left, KM_SLEEP); in qlt_firmware_dump() 5031 n = (int)snprintf(buf, size_left, "ISP FW Version %d.%02d.%02d " in qlt_firmware_dump() 5035 buf += n; size_left -= n; in qlt_firmware_dump() 5082 n = (int)snprintf(buf, size_left, "\n\nHostRisc registers\n"); in qlt_firmware_dump() 5083 buf += n; size_left -= n; in qlt_firmware_dump() [all …]
|
/titanic_41/usr/src/cmd/sh/ |
H A D | io.c | 185 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()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_tx.c | 1553 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 …]
|
/titanic_41/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_restore_writer.c | 273 long size_left = 0; /* need this after volume change */ in tar_getdir() local 387 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() 764 if (size_left == 0 && huge_size == 0) { in tar_getdir() 800 size_left = restore_xattr_hdr(&fp, parentlnk, in tar_getdir() 919 size_left = get_long_name(lib, drv, file_size, longlink, in tar_getdir() 922 if (size_left != 0) in tar_getdir() 925 file_size, size_left, lnk_end); in tar_getdir() [all …]
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_proto.h | 294 uint32_t offset, char *buf, uint32_t size_left);
|
H A D | pmcs.h | 221 uint32_t size_left; member
|
/titanic_41/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf_impl.h | 372 uint32_t size_left; member
|
H A D | stmf.c | 1848 xd->size_left = xd_sz; in stmf_ic_rx_scsi_data() 1851 sz = min(sz, xd->size_left); in stmf_ic_rx_scsi_data() 1852 xd->size_left = sz; in stmf_ic_rx_scsi_data() 5588 xd->size_left = sz; in stmf_prepare_tpgs_data() 5902 sz = min(sz, xd->size_left); in stmf_scsilib_handle_report_tpgs() 5903 xd->size_left = sz; in stmf_scsilib_handle_report_tpgs() 6563 s = min(xd->size_left, dbuf->db_sglist[i].seg_length); in stmf_xd_to_dbuf() 6566 xd->size_left -= s; in stmf_xd_to_dbuf() 6569 if (xd->size_left == 0) { in stmf_xd_to_dbuf() 6706 sz = min(sz, xd->size_left); in stmf_dlun0_new_task() [all …]
|
H A D | lun_map.c | 308 xd->size_left = data_size; in stmf_session_prepare_report_lun_data()
|