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

  /src/sys/kern/
subr_autoconf.c 804 int nlocs, i; local in function:config_stdsubmatch
808 nlocs = ci->ci_loclen;
809 KASSERT(!nlocs || locs);
810 for (i = 0; i < nlocs; i++) {

Completed in 59 milliseconds