Searched refs:minsz (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_enclosure.c171 size_t minsz; member in struct:config_member
195 if (mp->func != NULL && tp->st_hdr.sehi_ed_len >= mp->minsz) {
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1792 uint32_t sz, minsz, xd_sz, asz; local
1853 minsz = min(512, sz);
1856 dbuf = stmf_alloc_dbuf(task, sz, &minsz, 0);
5863 uint32_t sz, minsz; local
5901 minsz = min(512, sz);
5904 dbuf = stmf_alloc_dbuf(task, sz, &minsz, 0);
6586 uint32_t sz, minsz; local
6621 minsz = 36;
6636 dbuf = stmf_alloc_dbuf(task, minsz, &minsz,
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4847 uint32_t sz, minsz; local
4853 sz = minsz = qcmd->param.resp_offset + els->els_resp_size;
4854 buf = qlt_i_dmem_alloc(qlt, sz, &minsz, 0);
4907 uint32_t sz, minsz; local
4913 sz = minsz = qcmd->param.resp_offset + ct->ct_resp_size;
4914 buf = qlt_i_dmem_alloc(qlt, sz, &minsz, 0);

Completed in 343 milliseconds