Searched refs:unit_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsinfo.c72 unsigned long block_size, unit_size; local
85 unit_size = fssize.fs_sectors_per_unit;
97 unit_size <<= 1;
104 if ((unit_size <<= 1) > 0xFFFF) {
105 unit_size >>= 1;
117 blocks_per_unit = (unsigned short)unit_size;
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c594 uint_t range, uint_t unit_size, uint_t direction)
597 (void) ddi_dma_sync(handle, start * unit_size,
598 count * unit_size, direction);
600 (void) ddi_dma_sync(handle, start * unit_size, 0, direction);
602 (start + count - range) * unit_size, DDI_DMA_SYNC_FORCPU);
1547 sizeof (rcvDesc_t), /* unit_size */
593 unm_desc_dma_sync(ddi_dma_handle_t handle, uint_t start, uint_t count, uint_t range, uint_t unit_size, uint_t direction) argument
H A Dunm_nic.h767 uint_t range, uint_t unit_size, uint_t direction);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1369 int unit_size = 1 + strlen(unit); local
1415 PICL_PTYPE_CHARSTRING, PICL_READ, unit_size,

Completed in 90 milliseconds