Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/mpsutil/
H A Dmps_show.c519 int fd, error, nphys; in show_devices() local
536 nphys = sas0->NumPhys; in show_devices()
578 if (device->PhyNum < nphys) { in show_devices()
691 int fd, error, nphys, i; in show_expanders() local
717 nphys = exp0->NumPhys; in show_expanders()
734 for (i = 0; i < nphys; i++) { in show_expanders()
/freebsd-14.2/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-14.2/sys/dev/ciss/
H A Dciss.c1488 int nphys; in ciss_init_physical() local
1502 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address)); in ciss_init_physical()
1506 nphys, (nphys > 1 || nphys == 0) ? "s" : ""); in ciss_init_physical()
1543 for (i = 0; i < nphys; i++) { in ciss_init_physical()
1564 for (i = 0; i < nphys; i++) { in ciss_init_physical()
1603 int i, nphys; in ciss_filter_physical() local
1606 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address)); in ciss_filter_physical()
1607 for (i = 0; i < nphys; i++) { in ciss_filter_physical()