| /freebsd-13.1/contrib/wpa/src/utils/ |
| H A D | state_machine.h | 32 #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-13.1/contrib/bmake/ |
| H A D | machine.sh | 23 machine=`uname -p 2>/dev/null || uname -m` 28 case "$machine" in 30 machine=`uname -m` 54 MACHINE=$OS$OSMAJOR.$machine 59 MACHINE=$OS$OSMAJOR.$machine 63 MACHINE=$OS$OSMAJOR.$machine 75 MACHINE_ARCH=`IFS="/-."; set $machine; echo $1` 87 case "$machine" in 94 MACHINE_ARCH=${MACHINE_ARCH:-$machine}
|
| H A D | configure.in | 368 machine=MACHINE 376 egrep machine= | tr -d ' "'` 381 machine=${machine:-`$srcdir/machine.sh`} 382 machine_arch=${machine_arch:-`$srcdir/machine.sh arch`} 387 AC_ARG_WITH(machine, optwith 388 [ --with-machine=MACHINE explicitly set MACHINE], 392 generic) machine=`$srcdir/machine.sh`;; 393 *) machine=$with_machine;; 397 [ --with-force-machine=MACHINE set FORCE_MACHINE], 401 *) force_machine=FORCE_; machine=$with_force_machine;; [all …]
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | README | 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: 24 - Control complexity: only the state machine can change state: keep all 25 the state changes local to the state machine component 27 The message flow state machine is divided into a reading sub-state machine and a 28 writing sub-state machine. See the source comments in statem.c for a more 31 Conceptually the state machine component is designed as follows: 41 | Core state machine code | 51 | state machine code | | state machine code |
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassRegistry.def | 79 // MACHINE_FUNCTION_ANALYSIS("machine-bfi", MachineBlockFrequencyInfoAnalysis()) 80 // MACHINE_FUNCTION_ANALYSIS("machine-loops", MachineLoopInfoAnalysis()) 82 // MACHINE_FUNCTION_ANALYSIS("machine-dom-tree", MachineDominatorTreeAnalysis()) 96 // MACHINE_FUNCTION_PASS("free-machine-function", FreeMachineFunctionPass, ()) 100 // dummy table to the normal one. For example, for a machine function pass, 133 DUMMY_MACHINE_MODULE_PASS("machine-outliner", MachineOutlinerPass, ()) 148 DUMMY_MACHINE_FUNCTION_PASS("machine-scheduler", MachineSchedulerPass, ()) 149 DUMMY_MACHINE_FUNCTION_PASS("machine-cp", MachineCopyPropagationPass, ()) 166 DUMMY_MACHINE_FUNCTION_PASS("machine-cse", MachineCSEPass, ()) 167 DUMMY_MACHINE_FUNCTION_PASS("machine-sink", MachineSinkingPass, ()) [all …]
|
| /freebsd-13.1/tools/tools/genericize/ |
| H A D | genericize.pl | 42 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);
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Symbols.cpp | 37 if (config->machine == I386) in maybeDemangleSymbol() 107 static Chunk *makeImportThunk(DefinedImportData *s, uint16_t machine) { in makeImportThunk() argument 108 if (machine == AMD64) in makeImportThunk() 110 if (machine == I386) in makeImportThunk() 112 if (machine == ARM64) in makeImportThunk() 114 assert(machine == ARMNT); in makeImportThunk() 119 uint16_t machine) in DefinedImportThunk() argument 121 data(makeImportThunk(s, machine)) {} in DefinedImportThunk()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.cpp | 34 auto machine = arch.GetMachine(); in Create() local 35 if (machine != llvm::Triple::aarch64 && machine != llvm::Triple::aarch64_be && in Create() 36 machine != llvm::Triple::aarch64_32) { in Create()
|
| /freebsd-13.1/tools/tools/zfsboottest/ |
| H A D | Makefile | 23 beforedepend zfsboottest.o: machine 24 CLEANFILES+= machine 25 machine: target 26 ln -sf ${SRCTOP}/sys/i386/include machine
|
| /freebsd-13.1/share/examples/ppp/ |
| H A D | ppp.conf.span-isp | 33 # 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 176 # IP number to be assigned to the Gateway machine. Replace REAL-LOCAL-IP 177 # with the real IP number of the Receiver machine. 179 # No other entries are required on the Receiver machine, and this entry [all …]
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/usr.sbin/bootparamd/bootparamd/ |
| H A D | README | 25 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
|
| /freebsd-13.1/tools/debugscripts/ |
| H A D | netstat-anr.gdb | 25 if (machine[0] == 'a' && machine[1] == 'm' && machine[2] == 'd') || \ 26 (machine[0] == 'i' && machine[1] == '3' && machine[2] == '8')
|
| /freebsd-13.1/targets/ |
| H A D | Makefile.xtras | 17 MAKE_MACHINE_CMD= mk --machine <machine> 21 MAKE_MACHINE_CMD= env MACHINE=<machine> ${.MAKE:T}
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | adventure | 17 # 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 D | pmem | 36 >>142 leshort 62 machine: x86_64 37 >>142 leshort 183 machine: aarch64 38 >>142 default x machine: unknown
|
| /freebsd-13.1/share/examples/diskless/ |
| H A D | README.TEMPLATING | 17 TEMPLATING machine configurations 24 separate machine which is then used to update the rest of your machines. 133 note 7: In this example, /conf/ME is the machine customizer and must 135 different for each machine. Thus, the /conf/ME softlink 180 possible to recreate / and /usr on any machine with only the original 183 file in / or /usr on a target machine instead of the template machine. 184 If the target machine is updated once a night from cron, the sysop 237 You typically run cpdup on the target machine. The target machine 272 account when exporting / and /usr on the template machine. 277 at all. You MUST use ssh or kerberos to access the template machine. [all …]
|
| /freebsd-13.1/tools/build/cross-build/include/common/machine/ |
| H A D | endian.h | 38 #if __has_include_next(<machine/endian.h>) 39 #include_next <machine/endian.h>
|
| /freebsd-13.1/tools/tools/kttcp/ |
| H A D | README | 18 4. kttcp -r on one machine 19 5. kttcp -t foo on the other machine, where foo is the 20 machine where #4 was done.
|
| /freebsd-13.1/contrib/bmake/mk/ |
| H A D | meta2deps.py | 243 self.machine = conf.get('MACHINE', '') 245 self.target_spec = conf.get('TARGET_SPEC', self.machine) 268 trim_list = add_trims(self.machine) 269 if self.machine == 'host': 271 if self.target_spec != self.machine: 386 if self.machine == 'none': 394 if dmachine != self.machine: 395 if not (self.machine == 'host' and 700 machine = os.environ['MACHINE'] 701 if machine: [all …]
|