Searched refs:extsize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/psm/stand/bootblks/common/
H A Dmkbb.sh73 extsize=$(ls -l $extra | awk -e '{ print $5 }')
74 if [ $extsize -gt 16384 ]; then
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3338 (uint8_t *)mbox_ext, mbq->extsize);
3341 offset_ext, mbq->extsize,
3361 mbox_ext, (mbq->extsize / 4));
3521 mbq->extsize, DDI_DMA_SYNC_FORKERNEL);
3524 (uint8_t *)mbq->extbuf, mbq->extsize);
3528 (mbq->extsize / 4));
5908 offset_ext, mbq->extsize,
5911 (uint8_t *)mbq->extbuf, mbq->extsize);
5914 mbox_ext, (mbq->extsize / 4));
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 122 milliseconds