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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c431 size_t totalsz, segsz; local
437 totalsz = framesz * cnt;
438 ASSERT(totalsz > 0);
441 if (btopr(totalsz) > physmem / AV1394_MEM_MAX_PERCENT) {
454 nsegs = totalsz / segsz;
455 if ((totalsz % segsz) != 0)
458 ASSERT(segsz * nsegs >= totalsz);
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c435 uint32_t sz, totalsz; local
448 totalsz = sz;
450 spi = (sbd_pgr_info_t *)kmem_zalloc(totalsz, KM_SLEEP);
457 spi->pgr_sms_header.sms_size = totalsz;
489 kmem_free(spi, totalsz);

Completed in 101 milliseconds