Searched refs:total_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c7722 stmf_scsilib_tptid_validate(scsi_transport_id_t *tptid, uint32_t total_sz, argument
7729 if (total_sz < sizeof (scsi_transport_id_t))
7736 if (total_sz < tpd_len || tptid->format_code != 0)
7746 if ((total_sz < tpd_len) ||
7775 if (total_sz < tpd_len || tptid->format_code != 0)
7790 if (total_sz < tpd_len)
7794 if (total_sz < tpd_len)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c2944 int total_sz; local
2955 total_sz = sizeof(*new_cmd) +
2959 new_cmd = ECORE_ZALLOC(total_sz, GFP_ATOMIC, pdev);
2972 new_cmd->alloc_len = total_sz;
3002 ECORE_FREE(pdev, new_cmd, total_sz);

Completed in 86 milliseconds