HomeSort by: relevance | last modified time | path
    Searched defs:portlim (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
isp.c 3348 int portidx, portlim, r; local
3461 portlim = 0;
3476 portlim = portidx + 1;
3478 "Chan %d got %d ports back from name server", chan, portlim);
3480 for (portidx = 0; portidx < portlim; portidx++) {
3488 for (npidx = portidx + 1; npidx < portlim; npidx++) {
3498 if (npidx < portlim) {
3523 for (portidx = 0; portidx < portlim; portidx++) {

Completed in 18 milliseconds