| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | StoppointSite.cpp | 15 StoppointSite::StoppointSite(break_id_t id, addr_t addr, bool hardware) in StoppointSite() argument 16 : m_id(id), m_addr(addr), m_is_hardware_required(hardware), in StoppointSite() 20 uint32_t byte_size, bool hardware) in StoppointSite() argument 21 : m_id(id), m_addr(addr), m_is_hardware_required(hardware), in StoppointSite()
|
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | dhcpd.h | 86 struct hardware *haddr; /* Physical link address 94 struct hardware { struct 119 struct hardware hardware_addr; argument 167 struct hardware haddr; 211 struct hardware interface; 258 struct hardware hw_address; /* Its physical address. */ 277 size_t, struct in_addr, struct sockaddr_in *, struct hardware *); 315 unsigned int, struct iaddr, struct hardware *); 357 void parse_hardware_param(FILE *, struct hardware *); 441 struct sockaddr_in *, struct hardware *); [all …]
|
| H A D | parse.c | 217 parse_hardware_param(FILE *cfile, struct hardware *hardware) in parse_hardware_param() argument 226 hardware->htype = HTYPE_ETHER; in parse_hardware_param() 229 hardware->htype = HTYPE_IPSEC_TUNNEL; in parse_hardware_param() 239 if (hardware->htype == HTYPE_ETHER) { in parse_hardware_param() 265 if (hlen > sizeof(hardware->haddr)) { in parse_hardware_param() 269 hardware->hlen = hlen; in parse_hardware_param() 270 memcpy((unsigned char *)&hardware->haddr[0], t, in parse_hardware_param() 271 hardware->hlen); in parse_hardware_param() 272 if (hlen < sizeof(hardware->haddr)) in parse_hardware_param() 273 memset(&hardware->haddr[hlen], 0, in parse_hardware_param() [all …]
|
| H A D | dhcpd.conf | 44 hardware ethernet 0:0:c0:5d:bd:95; 57 hardware ethernet 08:00:07:26:c0:a5; 73 hardware ethernet 02:03:04:05:06:07; 80 hardware ethernet 02:03:04:05:06:07; 87 hardware ethernet 02:03:04:05:06:07;
|
| H A D | udpsock.c | 44 size_t, struct in_addr, struct sockaddr_in *, struct hardware *); 101 struct hardware hw; in udpsock_handler() 178 struct hardware *hto) in udpsock_send_packet()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | sh.cpu | 107 (define-hardware 120 (define-hardware 136 (define-hardware 150 (define-hardware 166 (define-hardware 173 (define-hardware 180 (define-hardware 189 (define-hardware 198 (define-hardware 207 (define-hardware [all …]
|
| H A D | simplify.inc | 90 ; Simpler version for most hardware elements. 94 (define-pmacro (define-normal-hardware name comment attrs type 97 Define a normal hardware element. 99 (define-full-hardware name comment attrs name type 106 "Shorthand form of define-normal-hardware.\n" 107 define-normal-hardware 118 (define-pmacro (define-simple-hardware name comment attrs type) 120 Define a simple hardware element (usually a scalar register). 122 (define-full-hardware name comment attrs name type () () () () () ()) 126 "Shorthand form of define-simple-hardware.\n" [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | simplify.inc | 90 ; Simpler version for most hardware elements. 94 (define-pmacro (define-normal-hardware name comment attrs type 97 Define a normal hardware element. 99 (define-full-hardware name comment attrs name type 106 "Shorthand form of define-normal-hardware.\n" 107 define-normal-hardware 118 (define-pmacro (define-simple-hardware name comment attrs type) 120 Define a simple hardware element (usually a scalar register). 122 (define-full-hardware name comment attrs name type () () () () () ()) 126 "Shorthand form of define-simple-hardware.\n" [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/ |
| H A D | README.txt | 5 * enable using various hardware features of Intel(R) architecture based * 13 A shared library has been developed to use various hardware features of 15 currently comprises of hardware features namely Intel(R) Processor Trace and 23 agglomerates all cli commands for various hardware features. This wrapper is 27 For each hardware feature, separate cli commands have been developed that are
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.opt | 24 Use hardware FP 28 Use hardware FP 32 Do not use hardware FP 48 Use hardware quad FP instructions 52 Do not use hardware quad fp instructions
|
| /openbsd-src/etc/examples/ |
| H A D | dhcpd.conf | 22 hardware ethernet 22:33:44:55:66:77; 27 hardware ethernet 02:03:04:05:06:07;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 26 "Enable 16-bit hardware multiplier">; 30 "Enable 32-bit hardware multiplier">; 34 "Enable F5 series hardware multiplier">;
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | NativeWatchpointList.cpp | 17 bool hardware) { in Add() argument 18 m_watchpoints[addr] = {addr, size, watch_flags, hardware}; in Add()
|
| /openbsd-src/distrib/notes/arm64/ |
| H A D | whatis | 3 OpenBSD/MACHINE runs on a wide variety of hardware that integrates 6 based hardware enumeration.
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBBreakpoint.cpp | 22 bool hardware) in DNBBreakpoint() argument 24 m_opcode(), m_addr(addr), m_enabled(0), m_hw_preferred(hardware), in DNBBreakpoint() 53 bool hardware) { in Add() argument 55 std::make_pair(addr, DNBBreakpoint(addr, length, hardware))); in Add()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.u2f | 6 U2F is an open standard for two-factor authentication hardware, widely 9 cheapest way for users to achieve hardware-backed credential storage. 21 given key is backed by hardware. Finally the signature format includes 23 concurrent use of a private key, should it be extracted from hardware. 30 the hardware-backed private key, some flags and signed attestation 32 particular hardware instance. 34 It is common for U2F hardware to derive private keys from the key handle 36 hardware, thus requiring little on-device storage for an effectively 143 During key generation, the hardware also returns attestation information 145 hardware-backed. Unfortunately, the protocol required for this proof is [all …]
|
| /openbsd-src/distrib/notes/amd64/ |
| H A D | hardware | 1 dnl $OpenBSD: hardware,v 1.111 2016/09/02 12:17:32 tb Exp $ 12 Please refer to the website for a full list of supported hardware.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointSite.h | 20 StoppointSite(lldb::break_id_t bid, lldb::addr_t m_addr, bool hardware); 23 uint32_t byte_size, bool hardware);
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | pp_psm.c | 262 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 266 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | att3b | 27 >18 beshort &00040000 and MAU hardware required 36 #>18 beshort &00040000 and MAU hardware required
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | abi | 37 R0 hardware Hardwired to 0 47 R62 saved Return address pointer (hardware) 49 CR0 - CR3 hardware {normal,backup} {psw,pc} 50 CR4 - CR6 hardware Reserved for future use 53 CR12 - CR14 hardware Reserved for future use 54 CR15 - CR17 hardware Interrupt support
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.opt | 56 Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations 106 Work around an early 4300 hardware bug 138 Allow the use of hardware floating-point instructions 194 Restrict the use of hardware floating-point instructions to 32-bit operations 198 Prevent the use of all hardware floating-point instructions
|
| /openbsd-src/distrib/notes/i386/ |
| H A D | hardware | 1 dnl $OpenBSD: hardware,v 1.292 2016/09/02 12:17:32 tb Exp $ 18 Please refer to the website for a full list of supported hardware:
|
| /openbsd-src/usr.sbin/dhcrelay6/ |
| H A D | dhcpd.h | 78 struct hardware { struct 92 struct hardware hw_address; argument
|
| /openbsd-src/usr.sbin/dhcrelay/ |
| H A D | dhcpd.h | 70 struct hardware { struct 95 struct hardware hw_address; argument
|