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

/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c451 int fd, error, nphys; local
468 nphys = sas0->NumPhys;
509 if (device->PhyNum < nphys) {
620 int fd, error, nphys, i; local
646 nphys = exp0->NumPhys;
663 for (i = 0; i < nphys; i++) {
/freebsd-11-stable/sys/powerpc/ps3/
H A Dplatform_ps3.c257 int nphys, navail; local
259 mem_regions(&phys, &nphys, &avail, &navail);
/freebsd-11-stable/sys/dev/ct/
H A Dbshw_machdep.c393 vaddr_t va, endva, phys, nphys; local
421 for (va = (vaddr_t) sp->scp_data; ; phys = nphys)
429 nphys = vtophys(va);
430 if (phys + PAGE_SIZE != nphys || nphys >= bs->sc_minphys)
/freebsd-11-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c132 int nphys, navail; local
133 mem_regions(&phys, &nphys, &avail, &navail);
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c1489 int nphys; local
1504 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address));
1508 nphys, (nphys > 1 || nphys == 0) ? "s" : "");
1545 for (i = 0; i < nphys; i++) {
1566 for (i = 0; i < nphys; i++) {
1605 int i, nphys; local
1608 nphys = (ntohl(cll->list_size) / sizeof(union ciss_device_address));
1609 for (i = 0; i < nphys;
[all...]

Completed in 81 milliseconds