| /src/external/mpl/dhcp/dist/includes/ |
| ctrace.h | 34 struct hardware hw_address; 42 struct hardware hfrom; 51 struct hardware hto; 60 struct iaddr, struct hardware *); 68 struct sockaddr_in *, struct hardware *);
|
| /src/external/mpl/dhcp/dist/tests/failover/ |
| new-failover | 11 hardware ethernet 08:00:46:06:6c:23; 22 hardware ethernet 08:00:46:06:6c:23;
|
| /src/external/mpl/dhcp/dist/keama/tests/samples/ |
| example.conf | 67 hardware ethernet 0:0:c0:5d:bd:95; 80 hardware ethernet 08:00:07:26:c0:a5;
|
| vmnet8.conf | 37 hardware ethernet 00:50:56:C0:00:08;
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 28 ;; mandated name for the *hardware* version of the function. 30 ;; Since we are using the hardware and software names to point 32 ;; the software function onto the hardware function. Thus if 35 ;; be mapped onto the hardware versions. 94 ;* * 16-bit hardware multiply: int16 = int16 * int16 105 ;* Macro arguments are the memory locations of the hardware registers. 113 ;* * 16-bit hardware multiply with a 32-bit result: 126 ;* Macro arguments are the memory locations of the hardware registers. 135 ;* * 32-bit hardware multiply with a 32-bit result using 16 multiply and accumulate: 147 ;* Macro arguments are the memory locations of the hardware registers [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 28 ;; mandated name for the *hardware* version of the function. 30 ;; Since we are using the hardware and software names to point 32 ;; the software function onto the hardware function. Thus if 35 ;; be mapped onto the hardware versions. 94 ;* * 16-bit hardware multiply: int16 = int16 * int16 105 ;* Macro arguments are the memory locations of the hardware registers. 113 ;* * 16-bit hardware multiply with a 32-bit result: 126 ;* Macro arguments are the memory locations of the hardware registers. 135 ;* * 32-bit hardware multiply with a 32-bit result using 16 multiply and accumulate: 147 ;* Macro arguments are the memory locations of the hardware registers [all...] |
| /src/external/gpl3/binutils/dist/cpu/ |
| simplify.inc | 88 ; Hardware. 90 ; Simpler version for most hardware elements. 94 (define-pmacro (define-normal-hardware name comment attrs type 96 "Define a normal hardware element." 97 (define-full-hardware name comment attrs name type 104 "Shorthand form of define-normal-hardware." 105 define-normal-hardware 116 (define-pmacro (define-simple-hardware name comment attrs type) 117 "Define a simple hardware element (usually a scalar register)." 118 (define-full-hardware name comment attrs name type () () () () () () [all...] |
| /src/external/gpl3/binutils.old/dist/cpu/ |
| simplify.inc | 88 ; Hardware. 90 ; Simpler version for most hardware elements. 94 (define-pmacro (define-normal-hardware name comment attrs type 96 "Define a normal hardware element." 97 (define-full-hardware name comment attrs name type 104 "Shorthand form of define-normal-hardware." 105 define-normal-hardware 116 (define-pmacro (define-simple-hardware name comment attrs type) 117 "Define a simple hardware element (usually a scalar register)." 118 (define-full-hardware name comment attrs name type () () () () () () [all...] |
| /src/external/gpl3/gdb/dist/cpu/ |
| simplify.inc | 88 ; Hardware. 90 ; Simpler version for most hardware elements. 94 (define-pmacro (define-normal-hardware name comment attrs type 96 "Define a normal hardware element." 97 (define-full-hardware name comment attrs name type 104 "Shorthand form of define-normal-hardware." 105 define-normal-hardware 116 (define-pmacro (define-simple-hardware name comment attrs type) 117 "Define a simple hardware element (usually a scalar register)." 118 (define-full-hardware name comment attrs name type () () () () () () [all...] |
| /src/external/gpl3/gdb.old/dist/cpu/ |
| simplify.inc | 88 ; Hardware. 90 ; Simpler version for most hardware elements. 94 (define-pmacro (define-normal-hardware name comment attrs type 96 "Define a normal hardware element." 97 (define-full-hardware name comment attrs name type 104 "Shorthand form of define-normal-hardware." 105 define-normal-hardware 116 (define-pmacro (define-simple-hardware name comment attrs type) 117 "Define a simple hardware element (usually a scalar register)." 118 (define-full-hardware name comment attrs name type () () () () () () [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| ethernet.c | 41 /* Assemble an hardware header... */ 47 struct hardware *to; 70 /* Decode a hardware header... */ 76 struct hardware *from;
|
| fddi.c | 45 /* Assemble an hardware header... */ 51 struct hardware *to; 75 /* Decode a hardware header... */ 81 struct hardware *from;
|
| raw.c | 115 struct hardware *hto;
|
| /src/external/mpl/dhcp/bin/server/ |
| dhcpd.conf | 63 hardware ethernet 0:0:c0:5d:bd:95; 76 hardware ethernet 08:00:07:26:c0:a5;
|
| /src/external/public-domain/xz/bin/xz/ |
| Makefile | 5 SRCS= args.c coder.c file_io.c hardware.c list.c main.c \
|
| /src/distrib/mac68k/miniroot/ |
| install.md | 135 probably be useful to have your disk's hardware manual, the installation
|
| /src/external/mpl/dhcp/dist/doc/examples/ |
| dhcpd-dhcpv6.conf | 72 hardware ethernet 01:00:80:a2:55:67;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_pp_psm.c | 255 &pcurrent->hardware, &requested->hardware, &equal))) 259 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-break.c | 173 int hardware = 0; local 240 hardware = 1; 297 if (hardware || tracepoint) 326 "hardware" flag, although there's nothing of hardware related to 328 hardware breakpoints, but fast tracepoints are always software. 332 type_wanted = hardware ? bp_fast_tracepoint : bp_tracepoint; 342 type_wanted = hardware ? bp_hardware_breakpoint : bp_breakpoint;
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-break.c | 172 int hardware = 0; local 239 hardware = 1; 296 if (hardware || tracepoint) 325 "hardware" flag, although there's nothing of hardware related to 327 hardware breakpoints, but fast tracepoints are always software. 331 type_wanted = hardware ? bp_fast_tracepoint : bp_tracepoint; 341 type_wanted = hardware ? bp_hardware_breakpoint : bp_breakpoint;
|
| /src/distrib/notes/ |
| Makefile.inc | 27 whatis ${COMMON}/contents hardware xfer prep \
|
| /src/external/bsd/ntp/dist/scripts/deprecated/ |
| freq_adj.in | 16 chop($timer = `sysctl -n kern.timecounter.hardware 2> /dev/null`);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| power_state.h | 165 struct pp_hw_power_state hardware; member in struct:pp_power_state
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cec-syscfg-ssstep.S | 1 # Blackfin testcase for hardware single stepping
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cec-syscfg-ssstep.S | 1 # Blackfin testcase for hardware single stepping
|