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

  /src/sys/arch/alpha/include/
cpuconf.h 96 #define cpu_notsupp(st, str) { platform_not_supported, st, str }
103 extern void platform_not_supported(void);
  /src/sys/arch/pmax/include/
sysconf.h 85 #define sys_notsupp(st) { platform_not_supported, st }
95 void platform_not_supported(void);
  /src/sys/arch/emips/include/
sysconf.h 80 #define sys_notsupp(st) { platform_not_supported, st }
90 void platform_not_supported (void);
  /src/sys/arch/emips/emips/
sysconf.c 85 platform_not_supported(void) function in typeref:typename:void
machdep.c 278 platform_not_supported();
  /src/sys/arch/pmax/pmax/
sysconf.c 142 platform_not_supported(void) function in typeref:typename:void
machdep.c 323 platform_not_supported();
  /src/sys/arch/alpha/alpha/
cpuconf.c 281 platform_not_supported(void) function in typeref:typename:void
machdep.c 469 platform_not_supported();

Completed in 16 milliseconds