Searched refs:platform (Results 76 - 100 of 186) sorted by relevance

12345678

/freebsd-9.3-release/sys/contrib/dev/acpica/
H A Dacpica_prep.sh36 platform/acenv.h platform/acfreebsd.h platform/acgcc.h"
78 find ${dst}/include/platform -name "*.h" -type f -print | \
79 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/include/platform/$H\>|g"
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dplatform.c33 * Dispatch platform calls to the appropriate platform implementation
52 #include <machine/platform.h>
64 SYSCTL_STRING(_hw, OID_AUTO, platform, CTLFLAG_RD | CTLFLAG_TUN,
177 * Try to locate the best platform kobj
218 panic("No platform module found!");
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dsha2.h61 #include <isc/platform.h>
H A Dhmacsha.h28 #include <isc/platform.h>
H A Drefcount.h26 #include <isc/platform.h>
H A Dlog.h31 #include <isc/platform.h>
/freebsd-9.3-release/lib/libdisk/
H A Dopen_disk.c219 if (platform == p_sparc64 && !strcmp(t, "SUN") && i == 2)
221 if (platform == p_sparc64 && !strcmp(t, "SUN") &&
232 if (platform == p_alpha && !strcmp(t, "BSD") &&
297 if (platform == p_sparc64 && d->chunks->part->part == NULL) {
H A Dchunk.c250 switch(platform) {
341 if (platform == p_sparc64) {
344 } else if (platform == p_i386 || platform == p_pc98 ||
345 platform == p_amd64) {
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dsha2.h61 #include <isc/platform.h>
H A Dhmacsha.h28 #include <isc/platform.h>
H A Drefcount.h26 #include <isc/platform.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhmacmd5.c30 #include <isc/platform.h>
/freebsd-9.3-release/sys/dev/twe/
H A Dtwe_compat.h124 #error platform not supported
/freebsd-9.3-release/sys/xen/
H A Dhypervisor.h33 #include <xen/interface/platform.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhmacmd5.c30 #include <isc/platform.h>
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c159 #error No way to perform gid lookups on this platform
229 #error No way to look up uids on this platform
/freebsd-9.3-release/crypto/openssh/contrib/cygwin/
H A DMakefile49 -$(INSTALL) -m 644 $(srcdir)/README.platform $(DESTDIR)$(sshdocdir)/README.platform
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Djupiter.h39 #define JUPITER_I_PLAT 1220 /* application platform control */
180 u_short platform; /* application platform */ member in struct:juser
249 u_short platform; /* application platform */ member in struct:jplat
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Dnet.h74 #include <isc/platform.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dresource.c26 #include <isc/platform.h>
/freebsd-9.3-release/secure/usr.sbin/sshd/
H A DMakefile7 audit.c audit-bsm.c audit-linux.c platform.c \
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h51 #include <contrib/dev/acpica/include/platform/acenv.h>
164 * ACPI_MUTEX_TYPE (see platform/acenv.h)
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt81 as little OS platform support code as possible.
100 driver that is specifically designed for a single platform and a single
105 implementation of platform differences must not clutter up the common
106 code with platform specific defines. Instead, some reasonable layering
107 semantics are defined such that platform specifics can be kept in the
108 platform specific code.
221 The driver is split into a core (machine independent) module and platform
235 The platform/bus specific modules (and definitions) depend on each
236 platform, and they provide both definitions and functions for the core
237 module's use. Generally a platform modul
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME112 If you have an i386 platform, you will need to edit the files.i386 file.
114 on platform. Add the following lines:
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dplatform_ps3.c45 #include <machine/platform.h>

Completed in 276 milliseconds

12345678