Home
last modified time | relevance | path

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

12345678910>>...33

/freebsd-14.2/contrib/wpa/src/utils/
H A Dstate_machine.h32 #define SM_STATE(machine, state) \ argument
46 #define SM_ENTRY(machine, state) \ argument
47 if (!global || sm->machine ## _state != machine ## _ ## state) { \
52 sm->machine ## _state = machine ## _ ## state;
65 #define SM_ENTRY_M(machine, _state, data) \ argument
69 #machine " entering state " #_state); \
87 #machine " entering state " #_state, \
101 #define SM_ENTER(machine, state) \ argument
114 #define SM_ENTER_GLOBAL(machine, state) \ argument
126 #define SM_STEP(machine) \ argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def105 // MACHINE_FUNCTION_ANALYSIS("lazy-machine-bfi",
109 // MACHINE_FUNCTION_ANALYSIS("machine-dom-frontier",
112 // MACHINE_FUNCTION_ANALYSIS("machine-ore",
114 // MACHINE_FUNCTION_ANALYSIS("machine-post-dom-tree",
116 // MACHINE_FUNCTION_ANALYSIS("machine-region-info",
118 // MACHINE_FUNCTION_ANALYSIS("machine-trace-metrics",
195 DUMMY_MACHINE_FUNCTION_PASS("machine-cse", MachineCSEPass, ())
196 DUMMY_MACHINE_FUNCTION_PASS("machine-function-splitter",
202 DUMMY_MACHINE_FUNCTION_PASS("machine-sink", MachineSinkingPass, ())
203 DUMMY_MACHINE_FUNCTION_PASS("machine-uniformity",
[all …]
/freebsd-14.2/crypto/openssl/ssl/statem/
H A DREADME.md5 state machine code to aid future maintenance.
7 The state machine code replaces an older state machine present in OpenSSL
8 versions 1.0.2 and below. The new state machine has the following objectives:
25 - Control complexity: only the state machine can change state: keep all
26 the state changes local to the state machine component
28 The message flow state machine is divided into a reading sub-state machine and a
29 writing sub-state machine. See the source comments in statem.c for a more
32 Conceptually the state machine component is designed as follows:
42 | Core state machine code |
52 | state machine code | | state machine code |
/freebsd-14.2/contrib/libcbor/.circleci/
H A Dconfig.yml36 machine: &default-machine
64 machine:
65 <<: *default-machine
85 machine:
86 <<: *default-machine
98 machine:
121 machine:
134 machine:
149 machine:
161 machine:
[all …]
/freebsd-14.2/tools/tools/genericize/
H A Dgenericize.pl41 my $machine;
51 $machine = $value;
63 if ($machine) {
64 $generic = "/usr/src/sys/$machine/conf/GENERIC";
88 die("$generic is for $value, not $machine\n")
89 unless ($value eq $machine);
/freebsd-14.2/contrib/libxo/tests/xo/saved/
H A Dxo_02.XP.out63 <machine>
66 </machine>
67 <machine>
70 </machine>
71 <machine>
74 </machine>
H A Dxo_02.X.out1machine><name>red</name><memory>55</memory></machine><machine><name>green</name><memory>55</memory…
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp39 if (ctx.config.machine == I386) in maybeDemangleSymbol()
111 uint16_t machine) { in makeImportThunk() argument
112 if (machine == AMD64) in makeImportThunk()
114 if (machine == I386) in makeImportThunk()
116 if (machine == ARM64) in makeImportThunk()
118 assert(machine == ARMNT); in makeImportThunk()
123 DefinedImportData *s, uint16_t machine) in DefinedImportThunk() argument
125 data(makeImportThunk(ctx, s, machine)) {} in DefinedImportThunk()
H A DMinGW.cpp88 if (ctx.config.machine == I386) { in AutoExporter()
195 static StringRef mangle(Twine sym, MachineTypes machine) { in mangle() argument
196 assert(machine != IMAGE_FILE_MACHINE_UNKNOWN); in mangle()
197 if (machine == I386) in mangle()
222 ctx.symtab.addUndefined(mangle("__real_" + name, ctx.config.machine)); in addWrappedSymbols()
224 ctx.symtab.addUndefined(mangle("__wrap_" + name, ctx.config.machine)); in addWrappedSymbols()
/freebsd-14.2/tools/tools/zfsboottest/
H A DMakefile22 beforedepend zfsboottest.o: machine
23 CLEANFILES+= machine
24 machine: target
25 ln -sf ${SRCTOP}/sys/i386/include machine
/freebsd-14.2/share/examples/ppp/
H A Dppp.conf.span-isp32 # on a single machine !
37 # o The Receiver machine must be in the outside world and must be willing
39 # number to the Gateway machine. This probably means that it must be
43 # o The Receiver machine must be multi-homed with at least N+1 addresses
46 # REAL-LOCAL-IP is the real IP number of the Receiver machine (and must
60 # o The Receiver machine must have the following entry in
84 # The Receiver machine should have N tun interfaces (where N is the maximum
175 # IP number to be assigned to the Gateway machine. Replace REAL-LOCAL-IP
176 # with the real IP number of the Receiver machine.
178 # No other entries are required on the Receiver machine, and this entry
[all …]
/freebsd-14.2/contrib/libxo/tests/xo/
H A Dxo_02.sh49 ${XOP} --open-list machine
52 ${XOP} --depth 1 $NF --open-instance machine
54 ${XOP} --depth 1 --close-instance machine
57 ${XOP} $NF --close-list machine
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp133 llvm::Triple::ArchType machine = arch.GetTriple().getArch(); in CreateInstance() local
135 if (llvm::Triple::riscv32 != machine && llvm::Triple::riscv64 != machine) in CreateInstance()
141 abi->SetIsRV64((llvm::Triple::riscv64 == machine) ? true : false); in CreateInstance()
413 llvm::Triple::ArchType machine, in GetValObjFromIntRegs() argument
431 if (llvm::Triple::riscv32 == machine) { in GetValObjFromIntRegs()
441 if (llvm::Triple::riscv32 == machine) in GetValObjFromIntRegs()
487 llvm::Triple::ArchType machine, uint32_t arch_fp_flags, in GetValObjFromFPRegs() argument
547 const llvm::Triple::ArchType machine = arch.GetMachine(); in GetReturnValueObjectSimple() local
574 thread, reg_ctx, machine, arch_fp_flags, type_flags, byte_size); in GetReturnValueObjectSimple()
602 const llvm::Triple::ArchType machine = arch.GetMachine(); in GetReturnValueObjectImpl() local
[all …]
/freebsd-14.2/contrib/sendmail/cf/cf/
H A Dchez.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.
H A Dpython.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.
/freebsd-14.2/contrib/ntp/libntp/
H A Dfindconfig.c38 if (strncmp(unamebuf.machine, "9000/", 5) == 0) in FindConfig()
39 cp = unamebuf.machine + 5; in FindConfig()
41 cp = unamebuf.machine; in FindConfig()
/freebsd-14.2/usr.sbin/bootparamd/bootparamd/
H A DREADME24 The default router is set to the address of the machine running the server.
31 is done by comparing the canonical name of the booting machine with the
45 where "server" is a machine running the rpc.bootparamd program, "inet-address"
46 is the internet address of a booting machine, "hostname" is the name of a
47 booting machine and "file" the requested file, typically "root", "swap" or
59 will prevent the server from detecting that a machine has changed name
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp33 auto machine = arch.GetMachine(); in Create() local
34 if (machine != llvm::Triple::aarch64 && machine != llvm::Triple::aarch64_be && in Create()
35 machine != llvm::Triple::aarch64_32) { in Create()
/freebsd-14.2/tools/debugscripts/
H A Dnetstat-anr.gdb24 if (machine[0] == 'a' && machine[1] == 'm' && machine[2] == 'd') || \
25 (machine[0] == 'i' && machine[1] == '3' && machine[2] == '8')
/freebsd-14.2/contrib/bmake/
H A Dconfigure.in369 machine=MACHINE
377 grep machine= | tr -d ' "'`
382 machine=${machine:-`$srcdir/machine.sh`}
383 machine_arch=${machine_arch:-`$srcdir/machine.sh arch`}
388 AC_ARG_WITH(machine, optwith
389 [ --with-machine=MACHINE explicitly set MACHINE],
393 generic) machine=`$srcdir/machine.sh`;;
394 *) machine=$with_machine;;
398 [ --with-force-machine=MACHINE set FORCE_MACHINE],
402 *) force_machine=FORCE_; machine=$with_force_machine;;
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dadventure17 # Infocom (see z-machine)
19 # Z-machine: file(1) magic for Z-machine binaries.
25 #https://en.wikipedia.org/wiki/Z-machine
26 # The first byte is the Z-machine revision; it is always between 1 and 8. We
41 >>>>>>0 ubyte < 10 Infocom (Z-machine %d
66 # All files are machine-independent (games compile to byte-code) and are tagged
H A Dpmem36 >>142 leshort 62 machine: x86_64
37 >>142 leshort 183 machine: aarch64
38 >>142 default x machine: unknown
/freebsd-14.2/tools/build/cross-build/include/common/machine/
H A Dendian.h36 #if __has_include_next(<machine/endian.h>)
37 #include_next <machine/endian.h>
/freebsd-14.2/targets/
H A DMakefile.xtras16 MAKE_MACHINE_CMD= mk --machine <machine>
20 MAKE_MACHINE_CMD= env MACHINE=<machine> ${.MAKE:T}
/freebsd-14.2/tools/tools/kttcp/
H A DREADME17 4. kttcp -r on one machine
18 5. kttcp -t foo on the other machine, where foo is the
19 machine where #4 was done.

12345678910>>...33