| /freebsd-12.1/sys/dev/scc/ |
| H A D | scc_if.m | 36 # The SCC hardware interface. The core SCC code is hardware independent. 37 # The details of the hardware are abstracted by the SCC hardware interface. 50 # attach() - attach hardware. 52 # have been allocated. The intend of this method is to setup the hardware 54 # The reset parameter informs the hardware driver whether a full device 56 # be used as system console and a hardware reset would disrupt output. 80 # service them on an interrupt priority basis. If the hardware cannot provide 87 # probe() - detect hardware. 89 # hardware exists. This function should also set the device description 90 # to something that represents the hardware.
|
| /freebsd-12.1/sbin/dhclient/ |
| H A D | parse.c | 160 parse_hardware_param(FILE *cfile, struct hardware *hardware) in parse_hardware_param() argument 170 hardware->htype = HTYPE_ETHER; in parse_hardware_param() 173 hardware->htype = HTYPE_IEEE802; in parse_hardware_param() 176 hardware->htype = HTYPE_FDDI; in parse_hardware_param() 197 if (hlen > sizeof(hardware->haddr)) { in parse_hardware_param() 201 hardware->hlen = hlen; in parse_hardware_param() 202 memcpy((unsigned char *)&hardware->haddr[0], t, in parse_hardware_param() 203 hardware->hlen); in parse_hardware_param() 204 if (hlen < sizeof(hardware->haddr)) in parse_hardware_param() 205 memset(&hardware->haddr[hlen], 0, in parse_hardware_param() [all …]
|
| H A D | dhcpd.h | 115 struct hardware *haddr; 119 struct hardware { struct 201 struct hardware hw_address; 264 int, unsigned int, struct iaddr, struct hardware *); 290 void parse_hardware_param(FILE *, struct hardware *); 314 struct sockaddr_in *, struct hardware *); 318 struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *); 424 ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | StoppointLocation.cpp | 19 StoppointLocation::StoppointLocation(break_id_t bid, addr_t addr, bool hardware) in StoppointLocation() argument 20 : m_loc_id(bid), m_addr(addr), m_hardware(hardware), in StoppointLocation() 24 uint32_t byte_size, bool hardware) in StoppointLocation() argument 25 : m_loc_id(bid), m_addr(addr), m_hardware(hardware), in StoppointLocation()
|
| H A D | Watchpoint.cpp | 27 const CompilerType *type, bool hardware) in Watchpoint() argument 28 : StoppointLocation(0, addr, size, hardware), m_target(target), in Watchpoint() 29 m_enabled(false), m_is_hardware(hardware), m_is_watch_variable(false), in Watchpoint()
|
| /freebsd-12.1/sys/dev/uart/ |
| H A D | uart_if.m | 37 # The UART hardware interface. The core UART code is hardware independent. 38 # The details of the hardware are abstracted by the UART hardware interface. 42 # attach() - attach hardware. 46 # The intend of this method is to setup the hardware for normal operation. 51 # detach() - detach hardware. 55 # The intend of this method is to disable the hardware. 72 # by the hardware driver are cleared as a side-effect. A second call to 112 # probe() - detect hardware. 114 # hardware exists. This function should also set the device description 115 # to something that represents the hardware. [all …]
|
| /freebsd-12.1/contrib/ngatm/snmp_atm/ |
| H A D | BEGEMOT-ATM.txt | 89 "This table contains an entry for each hardware ATM 98 "This is a table entry describing one ATM hardware interface." 190 "The default End System Identifier as reported by the hardware. 191 If the hardware has no ESI all six bytes are reported as 0." 224 -- Interface hardware table 232 for each hardware ATM interface. The entries describe the 233 ATM hardware interface." 241 "This is a table entry describing one ATM hardware interface." 283 "The hardware version of the interface card or 0 if it doesn't 284 report a hardware version number."
|
| /freebsd-12.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_bus_if.m | 78 * Return a generic hardware configuration to be used by 106 * Return the hardware specification table to be used when identifying the 107 * bridge's full hardware configuration. 118 * Return the hardware priority table to be used when allocating bridge 130 * Return true if the hardware required by @p core is unpopulated or 133 * In some cases, the core's pins may be left floating, or the hardware
|
| /freebsd-12.1/contrib/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
|
| /freebsd-12.1/sys/dev/bhnd/cores/chipc/ |
| H A D | bhnd_chipc_if.m | 61 * hardware (e.g. if @p dev is an EXTIF core). 77 * Currently, the only known valid use-case is in implementing a hardware 97 * Enable hardware access to the SPROM/OTP source. 102 * @retval EBUSY If enabling the hardware may conflict with 110 * Release hardware access to the SPROM/OTP source.
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 27 "Enable 16-bit hardware multiplier">; 31 "Enable 32-bit hardware multiplier">; 35 "Enable F5 series hardware multiplier">;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeWatchpointList.cpp | 18 bool hardware) { in Add() argument 19 m_watchpoints[addr] = {addr, size, watch_flags, hardware}; in Add()
|
| H A D | NativeProcessProtocol.cpp | 138 bool hardware) { in SetWatchpoint() argument 166 thread->SetWatchpoint(addr, size, watch_flags, hardware); in SetWatchpoint() 167 if (thread_error.Fail() && hardware) { in SetWatchpoint() 193 return m_watchpoint_list.Add(addr, size, watch_flags, hardware); in SetWatchpoint() 630 bool hardware) { in RemoveBreakpoint() argument 631 if (hardware) in RemoveBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointLocation.h | 24 StoppointLocation(lldb::break_id_t bid, lldb::addr_t m_addr, bool hardware); 27 uint32_t byte_size, bool hardware);
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | att3b | 27 >18 beshort &00040000 and MAU hardware required 36 #>18 beshort &00040000 and MAU hardware required
|
| /freebsd-12.1/contrib/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
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | s5pv210-smdkc110.dts | 13 * available in Linux 3.15 and intends to provide equivalent level of hardware 14 * support. Due to lack of hardware, _no_ testing has been performed.
|
| H A D | s5pv210-torbreck.dts | 13 * available in Linux 3.15 and intends to provide equivalent level of hardware 14 * support. Due to lack of hardware, _no_ testing has been performed.
|
| /freebsd-12.1/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmu_if.m | 41 # Provides an interface to the PMU hardware found on modern bhnd(4) chipsets. 143 * @returns The chipctrl register value, or 0 if undefined by this hardware. 177 * @returns The regctrl register value, or 0 if undefined by this hardware. 211 * @returns The pllctrl register value, or 0 if undefined by this hardware. 237 * Set a hardware-specific output voltage register value for @p regulator. 318 * Request that the PMU configure itself for a given hardware-specific
|
| /freebsd-12.1/contrib/apr/misc/unix/ |
| H A D | randbyte_os2.inc | 17 /* The high resolution timer API provides access to the hardware timer 19 * varies randomly due to system events, hardware interrupts etc 60 * randomness due to interference of hardware events.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 728 const bool hardware = false; in BreakpointCreateByLocation() local 763 const bool hardware = false; in BreakpointCreateByName() local 816 const bool hardware = false; in BreakpointCreateByName() local 862 const bool hardware = false; in BreakpointCreateByNames() local 921 const bool hardware = false; in BreakpointCreateByRegex() local 926 skip_prologue, internal, hardware); in BreakpointCreateByRegex() 945 const bool hardware = false; in BreakpointCreateByAddress() local 974 const bool hardware = false; in BreakpointCreateBySBAddress() local 1026 const bool hardware = false; in BreakpointCreateBySourceRegex() local 1036 false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex() [all …]
|
| /freebsd-12.1/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 93 …hardware defaults to displaying characters in the\nIBM 437 character set. However, in the Unix wo… 191 …hardware defaults to\ndisplaying characters in the IBM 437 character set. However,\nin the Unix w… 267 msg_use_hardware_default_font="Use hardware default font"
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 110 bool hardware) = 0; 112 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false); 132 uint32_t watch_flags, bool hardware);
|
| /freebsd-12.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_if.m | 38 # access to a common set of hardware/device configuration variables. 58 * @retval ENODEV If no supported NVRAM hardware is accessible via this 88 * @retval ENODEV If no supported NVRAM hardware is accessible via this
|
| /freebsd-12.1/tools/tools/net80211/wlaninject/ |
| H A D | README | 4 depend on the capabilities of the hardware. Some hardware mangles 5 the 802.11 header [e.g. wi] other hardware does not [e.g. ath].
|