Symbol: hardware
sbin/dhclient/bpf.c
261
struct hardware *hto)
sbin/dhclient/bpf.c
300
receive_packet(struct sockaddr_in *from, struct hardware *hfrom)
sbin/dhclient/dhcpd.h
174
struct hardware hw_address;
sbin/dhclient/dhcpd.h
210
void do_packet(int, unsigned int, struct iaddr, struct hardware *);
sbin/dhclient/dhcpd.h
234
void parse_hardware_param(FILE *, struct hardware *);
sbin/dhclient/dhcpd.h
244
ssize_t send_packet(struct in_addr, struct sockaddr_in *, struct hardware *);
sbin/dhclient/dhcpd.h
245
ssize_t receive_packet(struct sockaddr_in *, struct hardware *);
sbin/dhclient/dhcpd.h
324
void assemble_hw_header(unsigned char *, int *, struct hardware *);
sbin/dhclient/dhcpd.h
327
ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
sbin/dhclient/dispatch.c
189
struct hardware hfrom;
sbin/dhclient/options.c
452
struct hardware *hfrom)
sbin/dhclient/packet.c
147
decode_hw_header(unsigned char *buf, int bufix, struct hardware *from)
sbin/dhclient/packet.c
89
assemble_hw_header(unsigned char *buf, int *bufix, struct hardware *to)
sbin/dhclient/parse.c
148
parse_hardware_param(FILE *cfile, struct hardware *hardware)
sbin/dhclient/parse.c
155
hardware->htype = HTYPE_ETHER;
sbin/dhclient/parse.c
156
hardware->hlen = 6;
sbin/dhclient/parse.c
159
hardware->htype = HTYPE_IEEE802;
sbin/dhclient/parse.c
160
hardware->hlen = 6;
sbin/dhclient/parse.c
163
hardware->htype = HTYPE_FDDI;
sbin/dhclient/parse.c
164
hardware->hlen = 6;
sbin/dhclient/parse.c
172
if (parse_numeric_aggregate(cfile, hardware->haddr, hardware->hlen,
sys/dev/drm/amd/powerplay/amd_powerplay.c
1068
ret = phm_get_clock_info(hwmgr, &hwmgr->current_ps->hardware,
sys/dev/drm/amd/powerplay/amd_powerplay.c
1071
ret = phm_get_clock_info(hwmgr, &hwmgr->current_ps->hardware,
sys/dev/drm/amd/powerplay/amd_powerplay.c
1095
if (0 == phm_get_current_shallow_sleep_clocks(hwmgr, &hwmgr->current_ps->hardware, &hw_clocks)) {
sys/dev/drm/amd/powerplay/hwmgr/pp_psm.c
250
&pcurrent->hardware, &requested->hardware, &equal)))
sys/dev/drm/amd/powerplay/hwmgr/pp_psm.c
254
phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);
sys/dev/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c
1326
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
sys/dev/drm/amd/powerplay/hwmgr/processpptables.c
932
res = func(hwmgr, &ps->hardware, i, pclock_info);
sys/dev/drm/amd/powerplay/hwmgr/processpptables.c
959
int res = func(hwmgr, &ps->hardware, i, pclock_info);
sys/dev/drm/amd/powerplay/hwmgr/processpptables.c
968
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(ps->hardware));
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
773
ps->hardware.magic = SMU10_Magic;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
775
smu10_ps = cast_smu10_ps(&(ps->hardware));
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
2886
cast_phw_smu7_power_state(&request_ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3023
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3045
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3120
(struct smu7_power_state *)(&(power_state->hardware));
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3223
state->hardware.magic = PHM_VIslands_Magic;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3225
ps = (struct smu7_power_state *)(&state->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3366
memset(&state->hardware, 0x00, sizeof(struct pp_hw_power_state));
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3368
state->hardware.magic = PHM_VIslands_Magic;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3370
ps = (struct smu7_power_state *)(&state->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4560
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4602
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1042
cast_smu8_power_state(&prequest_ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1045
cast_const_smu8_power_state(&pcurrent_ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1316
smu8_ps = cast_smu8_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1384
ps->hardware.magic = smu8_magic;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1386
smu8_ps = cast_smu8_power_state(&(ps->hardware));
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2976
cast_phw_vega10_power_state(&(power_state->hardware));
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3072
state->hardware.magic = PhwVega10_Magic;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3074
ps = cast_phw_vega10_power_state(&state->hardware);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3105
cast_phw_vega10_power_state(&request_ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3653
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3675
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4558
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4609
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/drm/amd/powerplay/hwmgr/vega10_processpptables.c
1323
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
sys/dev/drm/amd/powerplay/hwmgr/vega12_processpptables.c
399
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
sys/dev/drm/amd/powerplay/inc/power_state.h
156
struct pp_hw_power_state hardware;
tools/tools/ath/athstats/athstats.c
540
case S_FATAL: STAT(hardware);
tools/tools/ath/athstats/athstats.c
759
case S_FATAL: STAT(hardware);