Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 882) sorted by relevance

12345678910>>...36

/trueos/contrib/wpa/src/utils/
HDstate_machine.h32 #define SM_STATE(machine, state) \ argument
33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \
46 #define SM_ENTRY(machine, state) \ argument
47 if (!global || sm->machine ## _state != machine ## _ ## state) { \
49 wpa_printf(MSG_DEBUG, STATE_MACHINE_DEBUG_PREFIX ": " #machine \
52 sm->machine ## _state = machine ## _ ## state;
65 #define SM_ENTRY_M(machine, _state, data) \ argument
66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
69 #machine " entering state " #_state); \
71 sm->data ## _ ## state = machine ## _ ## _state;
[all …]
/trueos/contrib/bmake/
HDmachine.sh23 machine=`uname -p 2>/dev/null || uname -m`
28 case "$machine" in
30 machine=`uname -m`
48 MACHINE=$OS$OSMAJOR.$machine
53 MACHINE=$OS$OSMAJOR.$machine
65 MACHINE_ARCH=`IFS="/-."; set $machine; echo $1`
77 case "$machine" in
84 MACHINE_ARCH=${MACHINE_ARCH:-$machine}
HDconfigure.in228 machine=MACHINE
236 egrep machine= | tr -d ' "'`
241 machine=${machine:-`$srcdir/machine.sh`}
242 machine_arch=${machine_arch:-`$srcdir/machine.sh arch`}
243 echo "defaults: MACHINE=$machine, MACHINE_ARCH=$machine_arch" 1>&6
247 AC_ARG_WITH(machine, optwith
248 [ --with-machine=MACHINE explicitly set MACHINE],
252 generic) machine=`$srcdir/machine.sh`;;
253 *) machine=$with_machine;;
257 [ --with-force-machine=MACHINE set FORCE_MACHINE],
[all …]
/trueos/contrib/amd/scripts/
HDautomount2amd.in52 ($dir, $options, $machine, $path, $rest) = ($1, $2, $3, $4, $5);
62 $machine, $DOMAIN, $path);
64 $DOMAIN, $machine, $path);
65 printf " rhost:=%s.%s;rfs:=%s\n\n", $machine, $DOMAIN, $path;
68 $machine, $path);
69 printf " rhost:=%s;rfs:=%s\n\n", $machine, $path;
/trueos/contrib/top/
HDMakefile.X49 utils.c version.c getopt.c machine.c
51 utils.o version.o getopt.o machine.o
79 top.o: boolean.h display.h screen.h top.h top.local.h utils.h machine.h
88 machine.o: machine.c top.h machine.h utils.h
89 $(CC) "%osrev%" $(CFLAGS) -c machine.c
99 …rm -f Make.desc machine/*.desc .defaults top.tar SYNOPSIS Makefile top.local.h top.1 machine.c pri…
HDConfigure35 ls machine/m_*.c >$$.f
36 ls machine/m_*.man >$$.m
135 The following machine-dependent modules are available:
155 sed -e '1,/DESCRIPTION:/d' -e '/^$/,$d' machine/m_${module}.desc
466 rm -f machine.c machine.o
467 ln -s machine/m_${module}.c machine.c
470 set libs = `grep LIBS: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
471 set cflgs = `grep CFLAGS: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
472 set tcap = `grep TERMCAP: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
473 set math = `grep MATH: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
[all …]
HDINSTALL18 appropriate machine-specific module. The Configure script gives you a
21 directory "machine". The module contains all of the machine-specific code
23 code in the top-level directory is machine-independent (or at least
30 are really stumped in this choice, use grep to find your machine
31 manufacturer's name or operating system name in machine/*.c. If you still
77 specific machine architecture and your OS revision number.
81 . on any machine, run Configure and choose the module that is
82 appropriate for the machine
84 . group machines according to machine architecture AND OS
87 . for each group, choose one machine from that group and on it
[all …]
/trueos/tools/tools/genericize/
HDgenericize.pl42 my $machine;
52 $machine = $value;
64 if ($machine) {
65 $generic = "/usr/src/sys/$machine/conf/GENERIC";
89 die("$generic is for $value, not $machine\n")
90 unless ($value eq $machine);
/trueos/contrib/gcc/doc/
HDportability.texi11 GCC itself aims to be portable to any machine where @code{int} is at least
17 GCC gets most of the information about the target machine from a machine
18 description which gives an algebraic formula for each of the machine's
21 fashion, ad-hoc parameters have been defined for machine descriptions.
28 GCC does not contain machine dependent code, but it does contain code
29 that depends on machine parameters such as endianness (whether the most
39 the new strategies can be added in a machine-independent fashion, and will
HDconfigfiles.texi22 @file{auto-host.h} contains information about the host machine
23 determined by @file{configure}. If the host machine is different from
24 the build machine, then @file{auto-build.h} is also created,
25 containing such information about the build machine.
54 @file{xm-@var{machine}.h} header, if any, appropriate to the host,
64 @file{config.h}, for use in programs that run on the host machine.
66 @file{bconfig.h}, for use in programs that run on the build machine.
69 machine.
71 @file{tm_p.h}, which includes the header @file{@var{machine}-protos.h}
HDconfigterms.texi16 There are three system names that the build knows about: the machine you
17 are building on (@dfn{build}), the machine that you are building for
18 (@dfn{host}), and the machine that GCC will produce code for
36 build a cross compiler that produces code for the machine you're
47 In the case of target libraries, the machine you're building for is the
48 machine you specified with @option{--target}. So, build is the machine
49 you're building on (no change there), host is the machine you're
/trueos/contrib/libstdc++/
Dcrossconfig.m416 AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h machine/endian.h \
17 machine/param.h sys/machine.h fp.h locale.h float.h inttypes.h gconv.h \
52 wchar.h wctype.h machine/endian.h sys/ioctl.h sys/param.h \
66 machine/endian.h machine/param.h sys/machine.h sys/types.h \
122 machine/endian.h machine/param.h sys/machine.h sys/types.h \
146 machine/endian.h machine/param.h sys/machine.h sys/types.h \
178 machine/endian.h machine/param.h sys/machine.h sys/types.h \
202 AC_CHECK_HEADERS([nan.h ieeefp.h sys/isa_defs.h sys/machine.h \
318 AC_CHECK_HEADERS([nan.h endian.h machine/endian.h \
/trueos/usr.bin/migcom/
HDMakefile45 include/machine: ${.CURDIR}/Makefile
47 ln -sf ${.CURDIR}/../../sys/${MACHINE_CPUARCH}/include include/machine
50 ident.c: include/machine include/x86
52 ident.c: include/machine
58 CLEANFILES+= ident.c *.o *~ *.gz cscope.* include/machine include/x86
/trueos/sys/boot/uboot/fdt/
HDMakefile26 machine: target
27 ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
29 CLEANFILES+= machine
33 beforedepend ${OBJS}: machine
/trueos/sys/boot/ficl/
HDMakefile81 .if !exists(machine)
82 ${SRCS:M*.c:R:S/$/.o/g}: machine
84 beforedepend ${OBJS}: machine
87 machine: target
88 ln -sf ${.CURDIR}/../../i386/include machine
90 CLEANFILES+= machine
/trueos/sys/boot/i386/libfirewire/
HDMakefile20 CLEANFILES+= machine
21 machine: target
22 ln -sf ${.CURDIR}/../../../i386/include machine
28 beforedepend ${OBJS}: machine
/trueos/sys/boot/ofw/libofw/
HDMakefile28 machine: target
29 ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
31 CLEANFILES+= machine
35 beforedepend ${OBJS}: machine
/trueos/tools/tools/zfsboottest/
HDMakefile22 beforedepend zfsboottest.o: machine
23 CLEANFILES+= machine
24 machine: target
25 ln -sf ${.CURDIR}/../../../sys/i386/include machine
/trueos/sys/boot/uboot/lib/
HDMakefile44 machine: target
45 ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
47 CLEANFILES+= machine
51 beforedepend ${OBJS}: machine
/trueos/share/examples/ppp/
HDppp.conf.span-isp33 # on a single machine !
38 # o The Receiver machine must be in the outside world and must be willing
40 # number to the Gateway machine. This probably means that it must be
44 # o The Receiver machine must be multi-homed with at least N+1 addresses
47 # REAL-LOCAL-IP is the real IP number of the Receiver machine (and must
61 # o The Receiver machine must have the following entry in
85 # The Receiver machine should have N tun interfaces (where N is the maximum
86 # number of ISPs that you wish to use simultaneously). The Gateway machine
176 # IP number to be assigned to the Gateway machine. Replace REAL-LOCAL-IP
177 # with the real IP number of the Receiver machine.
[all …]
/trueos/sys/boot/i386/libi386/
HDMakefile59 CLEANFILES+= machine
60 machine: target
61 ln -sf ${.CURDIR}/../../../i386/include machine
71 beforedepend ${OBJS}: machine
/trueos/contrib/sendmail/cf/cf/
HDchez.cs.mc17 # machine in the Computer Science Division at Berkeley, and should
21 # This file is for a home machine that wants to masquerade as an
22 # on-campus machine. Additionally, all addresses without a hostname
23 # will be forwarded to that machine.
/trueos/usr.sbin/amd/include/
HDnewvers.sh20 /* Define name and version of host machine (eg. solaris2.5.1) */
23 /* Define only name of host machine OS (eg. solaris2) */
26 /* Define only version of host machine (eg. 2.5.1) */
/trueos/usr.sbin/bootparamd/bootparamd/
HDREADME25 The default router is set to the address of the machine running the server.
32 is done by comparing the canonical name of the booting machine with the
46 where "server" is a machine running the rpc.bootparamd program, "inet-address"
47 is the internet address of a booting machine, "hostname" is the name of a
48 booting machine and "file" the requested file, typically "root", "swap" or
60 will prevent the server from detecting that a machine has changed name
/trueos/sys/boot/amd64/boot1.efi/
HDMakefile78 beforedepend ${OBJS}: machine x86
80 CLEANFILES+= machine x86 boot1.efi
82 machine: target
83 ln -sf ${.CURDIR}/../../../amd64/include machine

12345678910>>...36