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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c4615 uint32_t extsize = 0; local
4681 extsize = (dfc->buf3_size > dfc->buf4_size) ?
4683 extbuf = (uint8_t *)kmem_zalloc(extsize, KM_SLEEP);
5134 mbq->extsize = extsize;
5183 kmem_free(extbuf, extsize);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c629 static off_t extsize; /* size of current extent during extraction */ variable
1575 extsize = Gen.g_filesz;
1579 extsize = 0;
4039 bytes = extsize;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h4677 uint32_t extsize; /* size of mailbox ext buffer */ member in struct:__anon7429::__anon7430::emlxs_mbq

Completed in 94 milliseconds