Searched refs:hardware (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
H A DStoppointLocation.cpp23 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, bool hardware) : argument
26 m_hardware(hardware),
33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) : argument
36 m_hardware(hardware),
H A DWatchpoint.cpp30 Watchpoint::Watchpoint (Target& target, lldb::addr_t addr, uint32_t size, const ClangASTType *type, bool hardware) : argument
31 StoppointLocation (0, addr, size, hardware),
34 m_is_hardware(hardware),
H A DBreakpoint.cpp51 bool hardware,
54 m_hardware(hardware),
48 Breakpoint(Target &target, SearchFilterSP &filter_sp, BreakpointResolverSP &resolver_sp, bool hardware, bool resolve_indirect_symbols) argument
/freebsd-10-stable/release/doc/en_US.ISO8859-1/hardware/
H A DMakefile6 DESTDIR?= ${DOCDIR}/hardware
8 DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/hardware
/freebsd-10-stable/release/doc/en_US.ISO8859-1/
H A DMakefile6 SUBDIR+= hardware
/freebsd-10-stable/usr.sbin/acpi/
H A DMakefile.inc19 ${ACPICA_DIR}/components/hardware \
/freebsd-10-stable/sbin/dhclient/
H A Dparse.c150 * hardware-parameter :== HARDWARE ETHERNET csns SEMI
154 parse_hardware_param(FILE *cfile, struct hardware *hardware) argument
163 hardware->htype = HTYPE_ETHER;
166 hardware->htype = HTYPE_IEEE802;
169 hardware->htype = HTYPE_FDDI;
172 parse_warn("expecting a network hardware type");
178 * Parse the hardware address information. Technically, it
180 * we'll accept here to the length of a particular hardware
190 if (hlen > sizeof(hardware
[all...]
H A Ddhcpd.h110 struct hardware *haddr;
114 struct hardware { struct
196 struct hardware hw_address;
259 int, unsigned int, struct iaddr, struct hardware *);
284 void parse_hardware_param(FILE *, struct hardware *);
308 struct sockaddr_in *, struct hardware *);
312 struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *);
413 ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h31 bool hardware);
36 bool hardware);
123 bool m_hardware; // True if this point has been is required to use hardware (which may fail due to lack of resources)
124 uint32_t m_hardware_index; // The hardware resource index for this breakpoint/watchpoint
127 // hardware breakpoints, or the length of the watchpoint.
H A DBreakpointLocation.h422 /// @param[in] hardware
423 /// \b true if a hardware breakpoint is requested.
430 bool hardware,
H A DBreakpoint.h625 /// @param hardware
626 /// If true, request a hardware breakpoint to be used to implement the breakpoint locations.
637 bool hardware,
657 bool m_hardware; // If this breakpoint is required to use a hardware breakpoint
H A DWatchpoint.h79 Watchpoint (Target& target, lldb::addr_t addr, uint32_t size, const ClangASTType *type, bool hardware = true);
212 bool m_is_hardware; // Is this a hardware watchpoint
/freebsd-10-stable/usr.bin/xz/
H A DMakefile21 hardware.c \
/freebsd-10-stable/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in16 chop($timer = `sysctl -n kern.timecounter.hardware 2> /dev/null`);
/freebsd-10-stable/sys/dev/wl/
H A Dif_wl_i82586.h224 u_short hardware; member in struct:__anon10183
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1265 const bool hardware = false; local
1266 *sb_bp = target_sp->CreateBreakpoint (NULL, *sb_file_spec, line, check_inlines, skip_prologue, internal, hardware);
1299 const bool hardware = false; local
1305 *sb_bp = target_sp->CreateBreakpoint (&module_spec_list, NULL, symbol_name, eFunctionNameTypeAuto, skip_prologue, internal, hardware);
1309 *sb_bp = target_sp->CreateBreakpoint (NULL, NULL, symbol_name, eFunctionNameTypeAuto, skip_prologue, internal, hardware);
1344 const bool hardware = false; local
1353 hardware);
1380 const bool hardware = false; local
1389 hardware);
1427 const bool hardware local
1466 const bool hardware = false; local
1491 const bool hardware = false; local
1517 const bool hardware = false; local
1556 const bool hardware = false; local
1582 const bool hardware = false; local
[all...]
/freebsd-10-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc17 /* 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-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp271 bool hardware = false; local
273 BreakpointSP exc_breakpt_sp (target.CreateBreakpoint (filter_sp, resolver_sp, is_internal, hardware, resolve_indirect_functions));
H A DTarget.cpp250 bool hardware)
254 return CreateBreakpoint (filter_sp, resolver_sp, internal, hardware, true);
265 bool hardware)
308 return CreateBreakpoint (filter_sp, resolver_sp, internal, hardware, true);
313 Target::CreateBreakpoint (lldb::addr_t addr, bool internal, bool hardware) argument
326 BreakpointSP bp_sp (CreateBreakpoint(so_addr, internal, hardware));
331 Target::CreateBreakpoint (Address &addr, bool internal, bool hardware) argument
335 return CreateBreakpoint (filter_sp, resolver_sp, internal, hardware, false);
345 bool hardware)
360 bp_sp = CreateBreakpoint (filter_sp, resolver_sp, internal, hardware, tru
246 CreateSourceRegexBreakpoint(const FileSpecList *containingModules, const FileSpecList *source_file_spec_list, RegularExpression &source_regex, bool internal, bool hardware) argument
259 CreateBreakpoint(const FileSpecList *containingModules, const FileSpec &file, uint32_t line_no, LazyBool check_inlines, LazyBool skip_prologue, bool internal, bool hardware) argument
339 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const char *func_name, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal, bool hardware) argument
366 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const std::vector<std::string> &func_names, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal, bool hardware) argument
393 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const char *func_names[], size_t num_names, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal, bool hardware) argument
481 CreateFuncRegexBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, RegularExpression &func_regex, LazyBool skip_prologue, bool internal, bool hardware) argument
[all...]
/freebsd-10-stable/sys/cam/
H A DREADME.quirks10 behind hardware. Where possible and not in conflict with the standard,
11 they also attempt to work around hardware which doesn't strictly
16 with a specific model and/or version of hardware. This document
17 focuses on identifying and committing quirks for storage hardware
/freebsd-10-stable/release/tools/
H A Dgce.conf44 kern.timecounter.hardware=ACPI-safe
/freebsd-10-stable/sys/dev/isp/
H A DHardware.txt8 This is not an endorsement for hardware vendors (there will be
13 hardware to I can test it.
/freebsd-10-stable/sys/dev/ixgb/
H A DREADME24 For questions related to hardware requirements, refer to the documentation
25 supplied with your Intel PRO/10GbE adapter. All hardware requirements listed
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h292 virtual Error SetBreakpoint (lldb::addr_t addr, size_t size, bool hardware) = 0;
299 virtual Error SetWatchpoint (lldb::addr_t addr, size_t size, uint32_t watch_flags, bool hardware) = 0;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp406 const bool hardware = false; local
408 return target.CreateBreakpoint (filter_sp, exception_resolver_sp, is_internal, hardware, resolve_indirect_functions);

Completed in 342 milliseconds

123