| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-break.c | 173 int hardware = 0; local 240 hardware = 1; 297 if (hardware || tracepoint) 326 "hardware" flag, although there's nothing of hardware related to 328 hardware breakpoints, but fast tracepoints are always software. 332 type_wanted = hardware ? bp_fast_tracepoint : bp_tracepoint; 342 type_wanted = hardware ? bp_hardware_breakpoint : bp_breakpoint;
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-break.c | 170 int hardware = 0; local 237 hardware = 1; 294 if (hardware || tracepoint) 323 "hardware" flag, although there's nothing of hardware related to 325 hardware breakpoints, but fast tracepoints are always software. 329 type_wanted = hardware ? bp_fast_tracepoint : bp_tracepoint; 339 type_wanted = hardware ? bp_hardware_breakpoint : bp_breakpoint;
|
| /src/external/gpl3/gdb.old/dist/sim/iq2000/ |
| cpu.h | 43 /* Hardware elements. */ 64 } hardware; member in struct:__anon22260 65 #define CPU_CGEN_HW(cpu) (& IQ2000_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb.old/dist/sim/lm32/ |
| cpu.h | 43 /* Hardware elements. */ 57 } hardware; member in struct:__anon22275 58 #define CPU_CGEN_HW(cpu) (& LM32_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb/dist/sim/iq2000/ |
| cpu.h | 43 /* Hardware elements. */ 64 } hardware; member in struct:__anon1730 65 #define CPU_CGEN_HW(cpu) (& IQ2000_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb/dist/sim/lm32/ |
| cpu.h | 43 /* Hardware elements. */ 57 } hardware; member in struct:__anon1745 58 #define CPU_CGEN_HW(cpu) (& LM32_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| power_state.h | 165 struct pp_hw_power_state hardware; member in struct:pp_power_state
|
| amdgpu_smu.h | 153 struct smu_hw_power_state hardware; member in struct:smu_power_state
|
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| cpu.h | 43 /* Hardware elements. */ 90 } hardware; member in struct:__anon22307 91 #define CPU_CGEN_HW(cpu) (& M32R_SIM_CPU (cpu)->cpu_data.hardware)
|
| cpu2.h | 43 /* Hardware elements. */ 97 } hardware; member in struct:__anon22333 98 #define CPU_CGEN_HW(cpu) (& M32R_SIM_CPU (cpu)->cpu_data.hardware)
|
| cpux.h | 43 /* Hardware elements. */ 97 } hardware; member in struct:__anon22435 98 #define CPU_CGEN_HW(cpu) (& M32R_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| cpu.h | 43 /* Hardware elements. */ 90 } hardware; member in struct:__anon1776 91 #define CPU_CGEN_HW(cpu) (& M32R_SIM_CPU (cpu)->cpu_data.hardware)
|
| cpu2.h | 43 /* Hardware elements. */ 97 } hardware; member in struct:__anon1802 98 #define CPU_CGEN_HW(cpu) (& M32R_SIM_CPU (cpu)->cpu_data.hardware)
|
| cpux.h | 43 /* Hardware elements. */ 97 } hardware; member in struct:__anon1904 98 #define CPU_CGEN_HW(cpu) (& M32R_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| cpuv10.h | 43 /* Hardware elements. */ 122 } hardware; member in struct:__anon21980 123 #define CPU_CGEN_HW(cpu) (& CRIS_SIM_CPU (cpu)->cpu_data.hardware)
|
| cpuv32.h | 43 /* Hardware elements. */ 229 } hardware; member in struct:__anon22015 230 #define CPU_CGEN_HW(cpu) (& CRIS_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 572 | hardware-parameter 593 struct element *hardware; local 678 case HARDWARE: 695 parse_error(cfile, "hardware address parameter %s", 698 parse_error(cfile, "Host hardware address already " 700 hardware = parse_hardware_param(cfile); 701 mapSet(cfile->stack[host_decl], hardware, "hw-address"); 702 if (hardware->skip) 3858 * Get our hardware type and address. 3872 parse_error(cfile, "hardware type expected") [all...] |
| /src/external/mpl/dhcp/dist/server/ |
| confpars.c | 345 | hardware-parameter 372 struct hardware hardware; local 571 case HARDWARE: 573 memset (&hardware, 0, sizeof hardware); 574 if (host_decl && memcmp(&hardware, &(host_decl->interface), 575 sizeof(hardware)) != 0) { 576 parse_warn(cfile, "Host %s hardware address already " 581 parse_hardware_param (cfile, &hardware); [all...] |
| /src/external/gpl3/gdb/dist/sim/cris/ |
| cpuv10.h | 43 /* Hardware elements. */ 122 } hardware; member in struct:__anon1465 123 #define CPU_CGEN_HW(cpu) (& CRIS_SIM_CPU (cpu)->cpu_data.hardware)
|
| cpuv32.h | 43 /* Hardware elements. */ 229 } hardware; member in struct:__anon1500 230 #define CPU_CGEN_HW(cpu) (& CRIS_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 437 struct hardware *haddr; /* Physical link address 484 * 20 bytes for the hardware address 490 struct hardware { struct 587 struct hardware hardware_addr; 977 struct hardware interface; 1381 struct hardware hw_address; /* Its physical address. */ 1430 struct hardware dlpi_broadcast_addr; 1432 struct hardware anycast_mac_addr; 1438 struct hardware address; 2088 unsigned int, struct iaddr, struct hardware *); [all...] |
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| cpu.h | 43 /* Hardware elements. */ 161 } hardware; member in struct:__anon593 162 #define CPU_CGEN_HW(cpu) (& FRV_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| cpu.h | 43 /* Hardware elements. */ 161 } hardware; member in struct:__anon1565 162 #define CPU_CGEN_HW(cpu) (& FRV_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb.old/dist/sim/or1k/ |
| cpu.h | 43 /* Hardware elements. */ 74 } hardware; member in struct:__anon22586 75 #define CPU_CGEN_HW(cpu) (& OR1K_SIM_CPU (cpu)->cpu_data.hardware)
|
| /src/external/gpl3/gdb/dist/sim/or1k/ |
| cpu.h | 43 /* Hardware elements. */ 74 } hardware; member in struct:__anon2051 75 #define CPU_CGEN_HW(cpu) (& OR1K_SIM_CPU (cpu)->cpu_data.hardware)
|