| /freebsd-10-stable/sys/dev/scc/ |
| 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-10-stable/sbin/dhclient/ |
| D | parse.c | 154 parse_hardware_param(FILE *cfile, struct hardware *hardware) in parse_hardware_param() argument 163 hardware->htype = HTYPE_ETHER; in parse_hardware_param() 166 hardware->htype = HTYPE_IEEE802; in parse_hardware_param() 169 hardware->htype = HTYPE_FDDI; in parse_hardware_param() 190 if (hlen > sizeof(hardware->haddr)) { in parse_hardware_param() 194 hardware->hlen = hlen; in parse_hardware_param() 195 memcpy((unsigned char *)&hardware->haddr[0], t, in parse_hardware_param() 196 hardware->hlen); in parse_hardware_param() 197 if (hlen < sizeof(hardware->haddr)) in parse_hardware_param() 198 memset(&hardware->haddr[hlen], 0, in parse_hardware_param() [all …]
|
| D | dhcpd.h | 110 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/source/Breakpoint/ |
| D | StoppointLocation.cpp | 23 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, bool hardware) : in StoppointLocation() argument 26 m_hardware(hardware), in StoppointLocation() 33 …pointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) : in StoppointLocation() argument 36 m_hardware(hardware), in StoppointLocation()
|
| D | Watchpoint.cpp | 30 …point (Target& target, lldb::addr_t addr, uint32_t size, const ClangASTType *type, bool hardware) : in Watchpoint() argument 31 StoppointLocation (0, addr, size, hardware), in Watchpoint() 34 m_is_hardware(hardware), in Watchpoint()
|
| /freebsd-10-stable/sys/dev/uart/ |
| 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 95 # service them on an interrupt priority basis. If the hardware cannot provide 112 # probe() - detect hardware. 114 # hardware exists. This function should also set the device description [all …]
|
| /freebsd-10-stable/contrib/ofed/libibverbs/debian/ |
| D | control.in | 17 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a 20 hardware access from userspace (kernel bypass), and libibverbs 36 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a 39 hardware access from userspace (kernel bypass), and libibverbs 55 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a 58 hardware access from userspace (kernel bypass), and libibverbs 73 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a 76 hardware access from userspace (kernel bypass), and libibverbs
|
| /freebsd-10-stable/sbin/atm/atmconfig/ |
| D | atmconfig_device.help | 33 ^^ device show information about ATM hardware interfaces 34 This command shows information about the ATM hardware interfaces on the 39 Information about the hardware of the ATM interfaces is reported by: 41 atmconfig [common-options] device hardware [options] [device ...] 52 ^1 hardware 53 usage: atmconfig [common-options] device hardware [device ...]
|
| D | atmconfig.help | 74 ^^ diag show/modify ATM hardware interfaces 75 This command shows information about the ATM hardware interfaces in the 80 Information about the hardware configuration of the ATM interfaces is 106 usage: atmconfig [common-options] diag config [-hardware] [-atm] [device ...] 108 -hardware print hardware related information
|
| /freebsd-10-stable/contrib/ngatm/snmp_atm/ |
| 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-10-stable/contrib/gcc/config/sparc/ |
| 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-10-stable/release/doc/en_US.ISO8859-1/hardware/ |
| D | Makefile | 6 DESTDIR?= ${DOCDIR}/hardware 8 DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/hardware
|
| /freebsd-10-stable/contrib/ofed/libmlx4/debian/ |
| D | control.in | 16 userspace processes to access Mellanox HCA hardware directly with 28 userspace processes to access Mellanox HCA hardware directly with 42 userspace processes to access Mellanox HCA hardware directly with
|
| /freebsd-10-stable/contrib/ofed/libmthca/debian/ |
| D | control.in | 16 userspace processes to access Mellanox HCA hardware directly with 28 userspace processes to access Mellanox HCA hardware directly with 42 userspace processes to access Mellanox HCA hardware directly with
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBTarget.cpp | 1265 const bool hardware = false; in BreakpointCreateByLocation() local 1266 …sp->CreateBreakpoint (NULL, *sb_file_spec, line, check_inlines, skip_prologue, internal, hardware); in BreakpointCreateByLocation() 1299 const bool hardware = false; in BreakpointCreateByName() local 1305 …t (&module_spec_list, NULL, symbol_name, eFunctionNameTypeAuto, skip_prologue, internal, hardware); in BreakpointCreateByName() 1309 …eateBreakpoint (NULL, NULL, symbol_name, eFunctionNameTypeAuto, skip_prologue, internal, hardware); in BreakpointCreateByName() 1344 const bool hardware = false; in BreakpointCreateByName() local 1353 hardware); in BreakpointCreateByName() 1380 const bool hardware = false; in BreakpointCreateByNames() local 1389 hardware); in BreakpointCreateByNames() 1427 const bool hardware = false; in BreakpointCreateByRegex() local [all …]
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/ |
| D | Kconfig | 8 InfiniBand hardware. 28 hardware for fast-path operations. You will also need 29 libibverbs, libibcm and a hardware driver library from
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| D | StoppointLocation.h | 31 bool hardware); 36 bool hardware);
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | att3b | 27 >18 beshort &00040000 and MAU hardware required 36 #>18 beshort &00040000 and MAU hardware required
|
| /freebsd-10-stable/contrib/gcc/config/mips/ |
| 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-10-stable/contrib/ofed/libmlx4/ |
| D | README | 6 Mellanox hardware directly from userspace. See the libibverbs package 33 or HCA hardware. Specifically, Valgrind cannot see when kernel 34 drivers or HCA hardware write to userspace memory, so when the process
|
| /freebsd-10-stable/contrib/ofed/libmthca/ |
| D | README | 6 Mellanox hardware directly from userspace. See the libibverbs package 34 or HCA hardware. Specifically, Valgrind cannot see when kernel 35 drivers or HCA hardware write to userspace memory, so when the process
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | s5pv210-smdkc110.dts | 12 * available in Linux 3.15 and intends to provide equivalent level of hardware 13 * support. Due to lack of hardware, _no_ testing has been performed.
|
| D | s5pv210-torbreck.dts | 12 * available in Linux 3.15 and intends to provide equivalent level of hardware 13 * support. Due to lack of hardware, _no_ testing has been performed.
|
| /freebsd-10-stable/contrib/apr/misc/unix/ |
| 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-10-stable/usr.sbin/bsdconfig/console/include/ |
| 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"
|