/src/sys/arch/mvmeppc/mvmeppc/ |
platform.c | 1 /* $NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $"); 42 #include <machine/platform.h> 44 struct platform *platform; variable in typeref:struct:platform * 47 extern struct platform platform_160x; 50 struct platform * const all_platforms[] = { 60 struct platform * const *p; 66 platform = *p;
|
platform.c | 1 /* $NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $"); 42 #include <machine/platform.h> 44 struct platform *platform; variable in typeref:struct:platform * 47 extern struct platform platform_160x; 50 struct platform * const all_platforms[] = { 60 struct platform * const *p; 66 platform = *p;
|
/src/sys/arch/arc/arc/ |
platform.c | 1 /* $NetBSD: platform.c,v 1.7 2022/05/24 06:28:00 andvar Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.7 2022/05/24 06:28:00 andvar Exp $"); 39 #include <machine/platform.h> 42 struct platform *platform = NULL; variable in typeref:struct:platform * 44 static void print_platform(struct platform *); 47 print_platform(struct platform *p) 72 printf("ambiguous platform detection between "); 91 platform = plattab[matched]; 96 platform_generic_match(struct platform *p [all...] |
platform.c | 1 /* $NetBSD: platform.c,v 1.7 2022/05/24 06:28:00 andvar Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.7 2022/05/24 06:28:00 andvar Exp $"); 39 #include <machine/platform.h> 42 struct platform *platform = NULL; variable in typeref:struct:platform * 44 static void print_platform(struct platform *); 47 print_platform(struct platform *p) 72 printf("ambiguous platform detection between "); 91 platform = plattab[matched]; 96 platform_generic_match(struct platform *p [all...] |
/src/sys/arch/mipsco/include/ |
sysconf.h | 39 * Platform Specific Information and Function Hooks. 44 struct platform { struct 48 * Platform Specific Function Hooks 63 extern struct platform platform;
|
sysconf.h | 39 * Platform Specific Information and Function Hooks. 44 struct platform { struct 48 * Platform Specific Function Hooks 63 extern struct platform platform;
|
/src/sys/arch/mvmeppc/include/ |
platform.h | 1 /* $NetBSD: platform.h,v 1.4 2011/06/18 08:08:29 matt Exp $ */ 38 struct platform { struct 41 int (*match)(struct platform *); 48 extern struct platform *platform;
|
platform.h | 1 /* $NetBSD: platform.h,v 1.4 2011/06/18 08:08:29 matt Exp $ */ 38 struct platform { struct 41 int (*match)(struct platform *); 48 extern struct platform *platform;
|
/src/sys/arch/arc/include/ |
platform.h | 1 /* $NetBSD: platform.h,v 1.8 2005/12/11 12:16:39 christos Exp $ */ 34 struct platform { struct 36 * Platform Information. 48 * Platform Specific Function Hooks 50 int (*match)(struct platform *); 59 int platform_generic_match(struct platform *); 62 extern struct platform *platform; 64 extern struct platform *const plattab[]; 70 extern struct platform platform_acer_pica_61 [all...] |
platform.h | 1 /* $NetBSD: platform.h,v 1.8 2005/12/11 12:16:39 christos Exp $ */ 34 struct platform { struct 36 * Platform Information. 48 * Platform Specific Function Hooks 50 int (*match)(struct platform *); 59 int platform_generic_match(struct platform *); 62 extern struct platform *platform; 64 extern struct platform *const plattab[]; 70 extern struct platform platform_acer_pica_61 [all...] |
/src/sys/arch/emips/include/ |
sysconf.h | 50 * Platform Specific Information and Function Hooks. 53 struct platform { struct 57 * Platform Specific Function Hooks 73 * An array of functions to initialize the platform structure. 83 extern struct platform platform;
|
sysconf.h | 50 * Platform Specific Information and Function Hooks. 53 struct platform { struct 57 * Platform Specific Function Hooks 73 * An array of functions to initialize the platform structure. 83 extern struct platform platform;
|
/src/sys/arch/hpcmips/include/ |
sysconf.h | 50 * Platform(VR/TX) Specific Information and Function Hooks. 55 extern struct platform { struct 72 } platform; variable in typeref:struct:platform
|
sysconf.h | 50 * Platform(VR/TX) Specific Information and Function Hooks. 55 extern struct platform { struct 72 } platform; variable in typeref:struct:platform
|
/src/sys/arch/pmax/include/ |
sysconf.h | 50 * Platform Specific Information and Function Hooks. 52 * The tag iobus describes the primary iobus for the platform, primarily 56 struct platform { struct 60 * Platform Specific Function Hooks 78 * An array of functions to initialize the platform structure. 88 extern struct platform platform;
|
sysconf.h | 50 * Platform Specific Information and Function Hooks. 52 * The tag iobus describes the primary iobus for the platform, primarily 56 struct platform { struct 60 * Platform Specific Function Hooks 78 * An array of functions to initialize the platform structure. 88 extern struct platform platform;
|
/src/sys/arch/sgimips/include/ |
sysconf.h | 50 * Platform Specific Information and Function Hooks. 52 * The tag iobus describes the primary iobus for the platform, primarily 56 struct platform { struct 58 * Platform Specific Function Hooks 86 extern struct platform platform;
|
sysconf.h | 50 * Platform Specific Information and Function Hooks. 52 * The tag iobus describes the primary iobus for the platform, primarily 56 struct platform { struct 58 * Platform Specific Function Hooks 86 extern struct platform platform;
|
/src/sys/arch/x86/x86/ |
x86_ipmi.c | 96 const char *platform; local in function:ipmi_smbios_probe 144 platform = pmf_get_platform("system-product"); 145 if (platform != NULL && 146 strcmp(platform, "ProLiant MicroServer") == 0 &&
|
x86_ipmi.c | 96 const char *platform; local in function:ipmi_smbios_probe 144 platform = pmf_get_platform("system-product"); 145 if (platform != NULL && 146 strcmp(platform, "ProLiant MicroServer") == 0 &&
|
/src/sys/arch/alpha/include/ |
cpuconf.h | 41 * Platform Specific Information and Function Hooks. 43 * The tags family and model information are strings describing the platform. 45 * The tag iobus describes the primary iobus for the platform- primarily 52 struct platform { struct 54 * Platform Information. 61 * Platform Specific Function Hooks 65 * mcheck_handler - Platform Specific Machine Check Handler 77 * There is an array of functions to initialize the platform structure. 85 * nocpu is function to call when you can't figure what platform you're on. 100 extern struct platform platform [all...] |
cpuconf.h | 41 * Platform Specific Information and Function Hooks. 43 * The tags family and model information are strings describing the platform. 45 * The tag iobus describes the primary iobus for the platform- primarily 52 struct platform { struct 54 * Platform Information. 61 * Platform Specific Function Hooks 65 * mcheck_handler - Platform Specific Machine Check Handler 77 * There is an array of functions to initialize the platform structure. 85 * nocpu is function to call when you can't figure what platform you're on. 100 extern struct platform platform [all...] |
/src/sys/arch/ews4800mips/ews4800mips/ |
sbd.c | 48 struct sbd platform; /* System board itself */ variable in typeref:struct:sbd
|
sbd.c | 48 struct sbd platform; /* System board itself */ variable in typeref:struct:sbd
|
/src/sys/arch/prep/include/ |
platform.h | 1 /* $NetBSD: platform.h,v 1.17 2011/06/18 08:08:29 matt Exp $ */ 49 struct platform **platform; member in struct:plattab 65 extern struct platform *platform;
|