Home
last modified time | relevance | path

Searched refs:hardware (Results 1 – 25 of 137) sorted by relevance

123456

/dragonfly/sbin/dhclient/
H A Dparse.c148 parse_hardware_param(FILE *cfile, struct hardware *hardware) in parse_hardware_param() argument
155 hardware->htype = HTYPE_ETHER; in parse_hardware_param()
156 hardware->hlen = 6; in parse_hardware_param()
159 hardware->htype = HTYPE_IEEE802; in parse_hardware_param()
160 hardware->hlen = 6; in parse_hardware_param()
163 hardware->htype = HTYPE_FDDI; in parse_hardware_param()
164 hardware->hlen = 6; in parse_hardware_param()
172 if (parse_numeric_aggregate(cfile, hardware->haddr, hardware->hlen, in parse_hardware_param()
H A Ddhcpd.h100 struct hardware { struct
174 struct hardware hw_address;
210 void do_packet(int, unsigned int, struct iaddr, struct hardware *);
234 void parse_hardware_param(FILE *, struct hardware *);
244 ssize_t send_packet(struct in_addr, struct sockaddr_in *, struct hardware *);
245 ssize_t receive_packet(struct sockaddr_in *, struct hardware *);
324 void assemble_hw_header(unsigned char *, int *, struct hardware *);
327 ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
H A Dpacket.c89 assemble_hw_header(unsigned char *buf, int *bufix, struct hardware *to) in assemble_hw_header()
147 decode_hw_header(unsigned char *buf, int bufix, struct hardware *from) in decode_hw_header()
H A Dbpf.c261 struct hardware *hto) in send_packet()
309 receive_packet(struct sockaddr_in *from, struct hardware *hfrom) in receive_packet()
/dragonfly/test/nvmm/demo/
H A DREADME.txt58 [+] Inject hardware interrupt event
61 mach> hardware interrupt
87 hardware interrupt.
96 After receiving the first external hardware interrupt, the VM disables
97 these interrupts by setting CR8 to 15. From then on, no hardware interrupt
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-break.c94 int hardware = 0; in mi_cmd_break_insert() local
142 hardware = 1; in mi_cmd_break_insert()
182 ? (hardware ? bp_fast_tracepoint : bp_tracepoint) in mi_cmd_break_insert()
183 : (hardware ? bp_hardware_breakpoint : bp_breakpoint)); in mi_cmd_break_insert()
/dragonfly/contrib/file/magic/Magdir/
H A Dhardware3 # $File: hardware,v 1.1 2018/08/02 06:32:52 christos Exp $
4 # hardware magic
H A Datt3b27 >18 beshort &00040000 and MAU hardware required
36 #>18 beshort &00040000 and MAU hardware required
H A Dtplink16 # skip user.dbt by looking for positive hardware id
24 # hardware id like 10430001 07410001 09410004 09410006
27 # hardware revision like 1
H A Depoc50 >4 lelong 0x10000049 comms hardware library
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dpp_psm.c250 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management()
254 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
/dragonfly/sys/conf/
H A Dacpi.mk16 ${SYSDIR}/${ACPICA_COMP_DIR}/hardware \
32 ${SYSDIR}/${ACPICA_COMP_DIR}/hardware \
/dragonfly/tools/tools/net80211/wlaninject/
H A DREADME4 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].
/dragonfly/libexec/bootpd/
H A Dbootptab.mcs18 # ha -- hardware address
21 # ht -- hardware type
H A Dbootptab.cmu16 # ha -- hardware address
19 # ht -- hardware type
/dragonfly/sys/contrib/dev/acpica/generate/lint/
H A Dfiles.lnt9 ..\..\source\components\hardware\*.c
/dragonfly/test/interbench/
H A Dreadme11 options. With careful benchmarking, different hardware can be compared.
70 cpu usage and frame rate of it on the hardware you are testing.
191 As the benchmark bases the work it does on the speed of the hardware the
192 results from different hardware can not be directly compared. However changes
195 passing the value of "loops_per_ms" from the first hardware tested will keep
/dragonfly/share/examples/diskless/
H A DREADME.BOOTP135 hardware ethernet 00:a0:c9:d3:38:25;
142 # hardware ethernet 00:e0:29:1d:16:09;
143 hardware ethernet 00:10:5a:a8:94:0e;
/dragonfly/sys/netgraph7/bluetooth/hci/
H A DTODO17 understand and fix later. I only have CSR based hardware and
/dragonfly/sys/config/
H A DX86_64_GENERIC216 device ig_hal # Intel PRO/1000 hardware abstraction layer
331 device aesni # hardware crypto/RNG for AES-NI
332 device padlock # hardware crypto/RNG for VIA C3/C7/Eden
333 device rdrand # hardware RNG for RdRand
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dpower_state.h156 struct pp_hw_power_state hardware; member
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A DTODO16 Will fix later. I only have CSR based hardware and it does not
/dragonfly/sys/kern/
H A Ddevice_if.m113 # should initialise the hardware and allocate other system resources.
131 # hardware into a consistent state for rebooting the computer.
/dragonfly/lib/liblzma/
H A DMakefile13 hardware.h \
/dragonfly/sys/contrib/dev/acpica/generate/unix/
H A DMakefile.config117 ACPICA_HARDWARE = $(ACPICA_CORE)/hardware

123456