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

  /src/sys/kern/
subr_userconf.c 50 static int userconf_cnt = -1; /* Line counter for ... */ variable in typeref:typename:int
103 if (userconf_cnt != -1) {
104 if (userconf_cnt == userconf_lines) {
109 userconf_cnt = 0;
112 userconf_cnt++;
570 userconf_cnt = 0;
578 userconf_cnt = -1;
590 userconf_cnt = 0;
642 userconf_cnt = -1;

Completed in 111 milliseconds