Symbol: hardware
sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c
1064
ret = phm_get_clock_info(hwmgr, &hwmgr->current_ps->hardware,
sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c
1067
ret = phm_get_clock_info(hwmgr, &hwmgr->current_ps->hardware,
sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c
1090
if (0 == phm_get_current_shallow_sleep_clocks(hwmgr, &hwmgr->current_ps->hardware, &hw_clocks)) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pp_psm.c
262
&pcurrent->hardware, &requested->hardware, &equal)))
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pp_psm.c
266
phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0.c
1406
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/processpptables.c
928
res = func(hwmgr, &ps->hardware, i, pclock_info);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/processpptables.c
955
int res = func(hwmgr, &ps->hardware, i, pclock_info);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/processpptables.c
964
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(ps->hardware));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c
926
ps->hardware.magic = SMU10_Magic;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c
928
smu10_ps = cast_smu10_ps(&(ps->hardware));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3438
smu7_ps = cast_phw_smu7_power_state(&request_ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3604
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3626
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3701
(struct smu7_power_state *)(&(power_state->hardware));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3804
state->hardware.magic = PHM_VIslands_Magic;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3806
ps = (struct smu7_power_state *)(&state->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3947
memset(&state->hardware, 0x00, sizeof(struct pp_hw_power_state));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3949
state->hardware.magic = PHM_VIslands_Magic;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3951
ps = (struct smu7_power_state *)(&state->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5225
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5267
smu7_ps = cast_phw_smu7_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1083
smu8_ps = cast_smu8_power_state(&prequest_ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1084
smu8_current_ps = cast_const_smu8_power_state(&pcurrent_ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1363
smu8_ps = cast_smu8_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1431
ps->hardware.magic = smu8_magic;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1433
smu8_ps = cast_smu8_power_state(&(ps->hardware));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3140
cast_phw_vega10_power_state(&(power_state->hardware));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3247
state->hardware.magic = PhwVega10_Magic;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3249
vega10_ps = cast_phw_vega10_power_state(&state->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3299
vega10_ps = cast_phw_vega10_power_state(&request_ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3897
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3919
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5177
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5230
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5473
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5498
vega10_ps = cast_phw_vega10_power_state(&ps->hardware);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.c
1336
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_processpptables.c
393
result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
sys/dev/pci/drm/amd/pm/powerplay/inc/power_state.h
164
struct pp_hw_power_state hardware;
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
203
struct smu_hw_power_state hardware;
sys/dev/usb/ucom.c
948
XXX what if the hardware is not open
usr.sbin/dhcpd/bpf.c
239
struct hardware *hto)
usr.sbin/dhcpd/bpf.c
265
size_t len, struct sockaddr_in *from, struct hardware *hfrom)
usr.sbin/dhcpd/bpf.c
68
size_t, struct in_addr, struct sockaddr_in *, struct hardware *);
usr.sbin/dhcpd/confpars.c
201
struct hardware hardware;
usr.sbin/dhcpd/confpars.c
398
parse_hardware_param(cfile, &hardware);
usr.sbin/dhcpd/confpars.c
400
host_decl->interface = hardware;
usr.sbin/dhcpd/dhcpd.h
121
struct hardware hardware_addr;
usr.sbin/dhcpd/dhcpd.h
167
struct hardware haddr;
usr.sbin/dhcpd/dhcpd.h
211
struct hardware interface;
usr.sbin/dhcpd/dhcpd.h
258
struct hardware hw_address; /* Its physical address. */
usr.sbin/dhcpd/dhcpd.h
277
size_t, struct in_addr, struct sockaddr_in *, struct hardware *);
usr.sbin/dhcpd/dhcpd.h
316
unsigned int, struct iaddr, struct hardware *);
usr.sbin/dhcpd/dhcpd.h
358
void parse_hardware_param(FILE *, struct hardware *);
usr.sbin/dhcpd/dhcpd.h
442
struct sockaddr_in *, struct hardware *);
usr.sbin/dhcpd/dhcpd.h
494
int *, struct hardware *);
usr.sbin/dhcpd/dhcpd.h
497
ssize_t decode_hw_header(unsigned char *, u_int32_t, struct hardware *);
usr.sbin/dhcpd/dhcpd.h
88
struct hardware *haddr; /* Physical link address
usr.sbin/dhcpd/dispatch.c
400
struct hardware hfrom;
usr.sbin/dhcpd/memory.c
445
hwaddrcmp(struct hardware *a, struct hardware *b)
usr.sbin/dhcpd/options.c
536
int len, unsigned int from_port, struct iaddr from, struct hardware *hfrom)
usr.sbin/dhcpd/packet.c
154
decode_hw_header(unsigned char *buf, u_int32_t buflen, struct hardware *from)
usr.sbin/dhcpd/packet.c
97
int *bufix, struct hardware *to)
usr.sbin/dhcpd/parse.c
217
parse_hardware_param(FILE *cfile, struct hardware *hardware)
usr.sbin/dhcpd/parse.c
226
hardware->htype = HTYPE_ETHER;
usr.sbin/dhcpd/parse.c
229
hardware->htype = HTYPE_IPSEC_TUNNEL;
usr.sbin/dhcpd/parse.c
239
if (hardware->htype == HTYPE_ETHER) {
usr.sbin/dhcpd/parse.c
265
if (hlen > sizeof(hardware->haddr)) {
usr.sbin/dhcpd/parse.c
269
hardware->hlen = hlen;
usr.sbin/dhcpd/parse.c
270
memcpy((unsigned char *)&hardware->haddr[0], t,
usr.sbin/dhcpd/parse.c
271
hardware->hlen);
usr.sbin/dhcpd/parse.c
272
if (hlen < sizeof(hardware->haddr))
usr.sbin/dhcpd/parse.c
273
memset(&hardware->haddr[hlen], 0,
usr.sbin/dhcpd/parse.c
274
sizeof(hardware->haddr) - hlen);
usr.sbin/dhcpd/sync.h
64
struct hardware lv_hardware_addr;
usr.sbin/dhcpd/udpsock.c
101
struct hardware hw;
usr.sbin/dhcpd/udpsock.c
178
struct hardware *hto)
usr.sbin/dhcpd/udpsock.c
44
size_t, struct in_addr, struct sockaddr_in *, struct hardware *);
usr.sbin/dhcrelay/dhcpd.h
95
struct hardware hw_address;
usr.sbin/dhcrelay6/dhcpd.h
92
struct hardware hw_address;