| /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...] |
| /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;
|
| /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/ |
| version.h | 18 #include <irs/platform.h>
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| version.h | 18 #include <isc/platform.h>
|
| bind9.h | 21 #include <isc/platform.h>
|
| /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
| version.h | 18 #include <isc/platform.h>
|
| /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;
|
| /src/crypto/external/apache2/openssl/dist/Configurations/platform/Windows/ |
| cppbuilder.pm | 1 package platform::Windows::cppbuilder; 5 require platform::Windows::MSVC; 6 @ISA = qw(platform::Windows::MSVC);
|
| MSVC.pm | 1 package platform::Windows::MSVC; 9 require platform::Windows; 10 @ISA = qw(platform::Windows); 21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext()); 33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext()); 37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext()); 41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
|
| /src/crypto/external/bsd/openssl/dist/Configurations/platform/Windows/ |
| cppbuilder.pm | 1 package platform::Windows::cppbuilder; 5 require platform::Windows::MSVC; 6 @ISA = qw(platform::Windows::MSVC);
|
| MSVC.pm | 1 package platform::Windows::MSVC; 9 require platform::Windows; 10 @ISA = qw(platform::Windows); 21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext()); 33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext()); 37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext()); 41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
|
| /src/crypto/external/apache2/openssl/dist/Configurations/platform/ |
| Cygwin.pm | 1 package platform::Cygwin; 9 require platform::mingw; 10 @ISA = qw(platform::mingw); 17 my $lib = platform::mingw->sharedname(@_);
|
| AIX.pm | 1 package platform::AIX; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 24 return platform::Unix->staticname($_[1]) if $target{shared_target} eq "aix-solib"; 28 my $in_libname = platform::BASE->staticname($_[1]); 32 return platform::BASE->staticname($_[1]) . ($disabled{shared} ? '' : '_a'); 39 return platform::Unix->sharedlib_simple($_[1], $_[0]->shlibextsimple()); 45 return platform::Unix->sharedlib_simple($_[1]) if $target{shared_target} eq "aix-solib";
|
| mingw.pm | 1 package platform::mingw; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 21 # Other extra that aren't defined in platform::BASE 33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
|
| /src/crypto/external/bsd/openssl/dist/Configurations/platform/ |
| Cygwin.pm | 1 package platform::Cygwin; 9 require platform::mingw; 10 @ISA = qw(platform::mingw); 17 my $lib = platform::mingw->sharedname(@_);
|
| AIX.pm | 1 package platform::AIX; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 24 my $in_libname = platform::BASE->staticname($_[1]); 28 return platform::BASE->staticname($_[1]) . ($disabled{shared} ? '' : '_a');
|
| mingw.pm | 1 package platform::mingw; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 21 # Other extra that aren't defined in platform::BASE 33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
|
| /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;
|
| /src/sys/arch/alpha/alpha/ |
| dec_kn7aa.c | 62 platform.family = "KN7AA (\"Ruby\")"; 64 if ((platform.model = alpha_dsr_sysname()) == NULL) { 66 if ((platform.model = alpha_variation_name(variation, 68 platform.model = alpha_unknown_sysname(); 71 platform.iobus = "lsb"; 72 platform.cons_init = dec_kn7aa_cons_init; 73 platform.device_register = dec_kn7aa_device_register;
|
| /src/tests/usr.bin/xlint/lint1/ |
| gen-platforms.sh | 36 platform=${file%/*} 37 platform=${platform##*/} 48 case $platform in ????*) indent='\t';; *) indent='\t\t';; esac 50 printf '\t\t\t''platform["%s"]'"$indent"'= "%s %-5s %-4s %s"\n' \ 51 "$platform" "$char" "$ilp" "$size" "$ldbl"
|
| /src/external/apache2/llvm/dist/llvm/utils/gn/ |
| gn.py | 19 import platform 20 if sys.platform == 'darwin': 21 return 'mac-amd64' if platform.machine() != 'arm64' else 'mac-arm64' 22 if platform.machine() not in ('AMD64', 'x86_64'): 24 if sys.platform.startswith('linux'): 26 if sys.platform == 'win32': 46 platform = get_platform() 47 if not platform: 49 gn = os.path.join(os.path.dirname(__file__), 'bin', platform, 'gn') 50 if not os.path.exists(gn + ('.exe' if sys.platform == 'win32' else '')) [all...] |
| get.py | 34 import platform 35 if sys.platform == 'darwin': 36 return 'mac-amd64' if platform.machine() != 'arm64' else 'mac-arm64' 37 if platform.machine() not in ('AMD64', 'x86_64'): 39 if sys.platform.startswith('linux'): 41 if sys.platform == 'win32': 46 platform = get_platform() 47 if not platform: 48 print('no prebuilt binary for', sys.platform) 55 dirname = os.path.join(os.path.dirname(__file__), 'bin', platform) [all...] |
| /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...] |
| /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;
|
| /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;
|