Searched defs:xd_sz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1792 uint32_t sz, minsz, xd_sz, asz; local
1837 xd_sz = msg->icsd_data_len;
1838 asz = xd_sz + sizeof (*xd) - 4;
1848 xd->size_left = xd_sz;
1849 bcopy(msg->icsd_data, xd->buf, xd_sz);

Completed in 79 milliseconds