| /freebsd/contrib/wpa/src/utils/ |
| H A D | state_machine.h | 32 #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 …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | MachinePassRegistry.def | 20 MODULE_ANALYSIS("machine-module-info", MachineModuleAnalysis()) 72 MACHINE_FUNCTION_ANALYSIS("machine-block-freq", MachineBlockFrequencyAnalysis()) 73 MACHINE_FUNCTION_ANALYSIS("machine-branch-prob", 75 MACHINE_FUNCTION_ANALYSIS("machine-cycles", MachineCycleAnalysis()) 76 MACHINE_FUNCTION_ANALYSIS("machine-dom-tree", MachineDominatorTreeAnalysis()) 77 MACHINE_FUNCTION_ANALYSIS("machine-loops", MachineLoopAnalysis()) 78 MACHINE_FUNCTION_ANALYSIS("machine-opt-remark-emitter", 80 MACHINE_FUNCTION_ANALYSIS("machine-post-dom-tree", 82 MACHINE_FUNCTION_ANALYSIS("machine-trace-metrics", MachineTraceMetricsAnalysis()) 83 MACHINE_FUNCTION_ANALYSIS("machine-uniformity", MachineUniformityAnalysis()) [all …]
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | README.md | 5 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/tools/tools/genericize/ |
| H A D | genericize.pl | 41 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/contrib/libxo/tests/xo/saved/ |
| H A D | xo_02.X.out | 1 …machine><name>red</name><memory>55</memory></machine><machine><name>green</name><memory>55</memory…
|
| H A D | xo_02.XP.out | 63 <machine> 66 </machine> 67 <machine> 70 </machine> 71 <machine> 74 </machine>
|
| /freebsd/tools/tools/zfsboottest/ |
| H A D | Makefile | 21 beforedepend zfsboottest.o: machine 22 CLEANFILES+= machine 23 machine: target 24 ln -sf ${SRCTOP}/sys/i386/include machine
|
| /freebsd/share/examples/ppp/ |
| H A D | ppp.conf.span-isp | 32 # 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 85 # number of ISPs that you wish to use simultaneously). The Gateway machine 175 # IP number to be assigned to the Gateway machine. Replace REAL-LOCAL-IP 176 # with the real IP number of the Receiver machine. [all …]
|
| /freebsd/contrib/libxo/tests/xo/ |
| H A D | xo_02.sh | 49 ${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/contrib/llvm-project/lld/COFF/ |
| H A D | MinGW.cpp | 91 if (symtab.machine == I386) { in AutoExporter() 204 static StringRef mangle(Twine sym, MachineTypes machine) { in mangle() argument 205 assert(machine != IMAGE_FILE_MACHINE_UNKNOWN); in mangle() 206 if (machine == I386) in mangle() 231 symtab.addUndefined(mangle("__real_" + name, symtab.machine)); in addWrappedSymbols() 233 symtab.addUndefined(mangle("__wrap_" + name, symtab.machine)); in addWrappedSymbols()
|
| H A D | SymbolTable.h | 61 llvm::COFF::MachineTypes machine = IMAGE_FILE_MACHINE_UNKNOWN) 62 : ctx(c), machine(machine) {} in ctx() 149 llvm::COFF::MachineTypes machine; variable 151 bool isEC() const { return machine == ARM64EC; } in isEC()
|
| H A D | Chunks.h | 612 MachineTypes machine) in ImportThunkChunkARM64() argument 613 : ImportThunkChunk(ctx, s), machine(machine) { in ImportThunkChunkARM64() 618 MachineTypes getMachine() const override { return machine; } in getMachine() 621 MachineTypes machine; 663 explicit RangeExtensionThunkARM64(MachineTypes machine, Defined *t) in RangeExtensionThunkARM64() argument 664 : target(t), machine(machine) { in RangeExtensionThunkARM64() 666 assert(llvm::COFF::isAnyArm64(machine)); in RangeExtensionThunkARM64() 670 MachineTypes getMachine() const override { return machine; } in getMachine() 675 MachineTypes machine; 756 explicit Baserel(uint32_t v, llvm::COFF::MachineTypes machine) in Baserel() argument [all …]
|
| /freebsd/contrib/sendmail/cf/cf/ |
| H A D | chez.cs.mc | 17 # 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 D | python.cs.mc | 17 # 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/usr.sbin/bootparamd/bootparamd/ |
| H A D | README | 24 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/contrib/ntp/libntp/ |
| H A D | findconfig.c | 38 if (strncmp(unamebuf.machine, "9000/", 5) == 0) in FindConfig() 39 cp = unamebuf.machine + 5; in FindConfig() 41 cp = unamebuf.machine; in FindConfig()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/ |
| H A D | ABISysV_loongarch.cpp | 150 llvm::Triple::ArchType machine = arch.GetTriple().getArch(); in CreateInstance() local 152 if (llvm::Triple::loongarch32 != machine && in CreateInstance() 153 llvm::Triple::loongarch64 != machine) in CreateInstance() 159 abi->SetIsLA64(llvm::Triple::loongarch64 == machine); in CreateInstance() 380 llvm::Triple::ArchType machine, in GetValObjFromIntRegs() argument 398 if (llvm::Triple::loongarch32 == machine) { in GetValObjFromIntRegs() 409 if (llvm::Triple::loongarch32 == machine) in GetValObjFromIntRegs() 455 llvm::Triple::ArchType machine, in GetValObjFromFPRegs() argument 476 return GetValObjFromIntRegs(thread, reg_ctx, machine, type_flags, byte_size); in GetValObjFromFPRegs() 497 const llvm::Triple::ArchType machine = arch.GetMachine(); in GetReturnValueObjectSimple() local [all …]
|
| /freebsd/tools/debugscripts/ |
| H A D | netstat-anr.gdb | 24 if (machine[0] == 'a' && machine[1] == 'm' && machine[2] == 'd') || \ 25 (machine[0] == 'i' && machine[1] == '3' && machine[2] == '8')
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.cpp | 33 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/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.cpp | 141 llvm::Triple::ArchType machine = arch.GetTriple().getArch(); in CreateInstance() local 143 if (llvm::Triple::riscv32 != machine && llvm::Triple::riscv64 != machine) in CreateInstance() 149 abi->SetIsRV64((llvm::Triple::riscv64 == machine) ? true : false); in CreateInstance() 492 llvm::Triple::ArchType machine, in GetValObjFromIntRegs() argument 510 if (llvm::Triple::riscv32 == machine) { in GetValObjFromIntRegs() 520 if (llvm::Triple::riscv32 == machine) in GetValObjFromIntRegs() 566 llvm::Triple::ArchType machine, uint32_t arch_fp_flags, in GetValObjFromFPRegs() argument 576 GetValObjFromIntRegs(thread, reg_ctx, machine, type_flags, byte_size); in GetValObjFromFPRegs() 605 return GetValObjFromIntRegs(thread, reg_ctx, machine, type_flags, byte_size); in GetValObjFromFPRegs() 627 const llvm::Triple::ArchType machine = arch.GetMachine(); in GetReturnValueObjectSimple() local [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | adventure | 19 # Infocom (see z-machine) 21 # Z-machine: file(1) magic for Z-machine binaries. 27 #https://en.wikipedia.org/wiki/Z-machine 28 # The first byte is the Z-machine revision; it is always between 1 and 8. We 43 >>>>>>0 ubyte < 10 Infocom (Z-machine %d 68 # All files are machine-independent (games compile to byte-code) and are tagged
|
| H A D | pmem | 36 >>142 leshort 62 machine: x86_64 37 >>142 leshort 183 machine: aarch64 38 >>142 default x machine: unknown
|
| /freebsd/targets/ |
| H A D | Makefile.xtras | 16 MAKE_MACHINE_CMD= mk --machine <machine> 20 MAKE_MACHINE_CMD= env MACHINE=<machine> ${.MAKE:T}
|
| /freebsd/tools/tools/kttcp/ |
| H A D | README | 17 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.
|
| /freebsd/tools/build/cross-build/include/common/machine/ |
| H A D | endian.h | 36 #if __has_include_next(<machine/endian.h>) 37 #include_next <machine/endian.h>
|