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

/freebsd-current/sys/dev/isp/
H A Disp.c2235 int portidx, portlim, r; local
2317 portlim = portidx + 1;
2319 "Chan %d Got %d ports back from name server", chan, portlim);
2322 for (portidx = 0; portidx < portlim; portidx++) {
2330 for (npidx = portidx + 1; npidx < portlim; npidx++) {
2340 if (npidx < portlim) {
2363 for (portidx = 0; portidx < portlim; portidx++) {

Completed in 266 milliseconds