Home
last modified time | relevance | path

Searched refs:nphys (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.sbin/mpsutil/
HDmps_show.c445 int fd, error, nphys; in show_devices() local
462 nphys = sas0->NumPhys; in show_devices()
502 if (device->PhyNum < nphys) { in show_devices()
610 int fd, error, nphys, i; in show_expanders() local
635 nphys = exp0->NumPhys; in show_expanders()
652 for (i = 0; i < nphys; i++) { in show_expanders()
/NextBSD/sys/dev/ct/
HDbshw_machdep.c393 vaddr_t va, endva, phys, nphys; in bshw_dma_xfer_start() local
421 for (va = (vaddr_t) sp->scp_data; ; phys = nphys) in bshw_dma_xfer_start()
429 nphys = vtophys(va); in bshw_dma_xfer_start()
430 if (phys + PAGE_SIZE != nphys || nphys >= bs->sc_minphys) in bshw_dma_xfer_start()
/NextBSD/sys/powerpc/ps3/
HDplatform_ps3.c258 int nphys, navail; in ps3_real_maxaddr() local
260 mem_regions(&phys, &nphys, &avail, &navail); in ps3_real_maxaddr()
/NextBSD/sys/powerpc/pseries/
HDplatform_chrp.c133 int nphys, navail; in chrp_attach() local
134 mem_regions(&phys, &nphys, &avail, &navail); in chrp_attach()
/NextBSD/sys/dev/ciss/
HDciss.c1482 int nphys; in ciss_init_physical() local
1497 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address)); in ciss_init_physical()
1501 nphys, (nphys > 1 || nphys == 0) ? "s" : ""); in ciss_init_physical()
1538 for (i = 0; i < nphys; i++) { in ciss_init_physical()
1559 for (i = 0; i < nphys; i++) { in ciss_init_physical()
1598 int i, nphys; in ciss_filter_physical() local
1601 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address)); in ciss_filter_physical()
1602 for (i = 0; i < nphys; i++) { in ciss_filter_physical()