Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c518 int fd, error, nphys; in show_devices() local
535 nphys = sas0->NumPhys; in show_devices()
577 if (device->PhyNum < nphys) { in show_devices()
690 int fd, error, nphys, i; in show_expanders() local
716 nphys = exp0->NumPhys; in show_expanders()
733 for (i = 0; i < nphys; i++) { in show_expanders()
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c144 int nphys, navail; in chrp_attach() local
147 mem_regions(&phys, &nphys, &avail, &navail); in chrp_attach()
150 for (i = 0; i < nphys; i++) { in chrp_attach()
/freebsd/sys/dev/ciss/
H A Dciss.c1534 int nphys; in ciss_init_physical() local
1548 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address)); in ciss_init_physical()
1552 nphys, (nphys > 1 || nphys == 0) ? "s" : ""); in ciss_init_physical()
1592 for (i = 0; i < nphys; i++) { in ciss_init_physical()
1613 for (i = 0; i < nphys; i++) { in ciss_init_physical()
1654 int i, nphys; in ciss_filter_physical() local
1657 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address)); in ciss_filter_physical()
1658 for (i = 0; i < nphys; i++) { in ciss_filter_physical()