HomeSort by: relevance | last modified time | path
    Searched refs:nsysinit (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/emips/emips/
sysconf.c 69 int nsysinit = (sizeof(sysinit) / sizeof(sysinit[0])); variable in typeref:typename:int
89 if (systype < nsysinit)
machdep.c 277 if (systype >= nsysinit) {
  /src/sys/arch/pmax/include/
sysconf.h 90 extern const int nsysinit;
  /src/sys/arch/emips/include/
sysconf.h 85 extern int nsysinit;
  /src/sys/arch/pmax/pmax/
sysconf.c 126 const int nsysinit = __arraycount(sysinit);
146 if (systype >= nsysinit)
machdep.c 322 if (systype >= nsysinit) {

Completed in 13 milliseconds