Searched refs:phys_len (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c78 uint64_t phys_len; local
80 phys_len = shpp->sh_phys_max_off - shpp->sh_pool_create_len;
81 return ((log_off - shpp->sh_pool_create_len) % phys_len
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c924 if (ppd->ppd_assigned[rnumber].phys_len == 0)
1027 if (len > regs->phys_len) {
1030 regs->phys_len = len;
1055 ret.ra_len = regs->phys_len;
2694 regs[num_regs].phys_len = len;
2772 regs->phys_len = curr_len;
2787 tmp[curr].phys_len = curr_len;
2796 regs->phys_len = 1 << cftable.io.addr_lines;
2824 regs->phys_len = tmp[i].phys_len;
[all...]
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c236 rp->phys_hi, rp->phys_lo, rp->phys_len);
/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h119 uint32_t phys_len; member in struct:pcm_regs
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c836 new_avail_p->pci_size_low = old_avail_p->phys_len;
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6043 uint64_t avail_end = pcic_p->phys_lo + pcic_p->phys_len;
6055 pci_p->pci_size_low = pcic_p->phys_len;

Completed in 72 milliseconds