Home
last modified time | relevance | path

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

12345678910>>...238

/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-common.c92 convert_isolinux_filename(hardware->pciids_path, hardware); in detect_parameters()
100 convert_isolinux_filename(hardware->memtest_label, hardware); in detect_parameters()
143 hardware->postexec[strlen(hardware->postexec) - 1] = 0; in detect_parameters()
220 memset(hardware->mbr_ids, 0, sizeof(hardware->mbr_ids)); in init_hardware()
235 memset(hardware->dump_path, 0, sizeof hardware->dump_path); in init_hardware()
238 memset(hardware->tftp_ip, 0, sizeof hardware->tftp_ip); in init_hardware()
239 memset(hardware->postexec, 0, sizeof hardware->postexec); in init_hardware()
377 memcpy(&hardware->vesa.vmi[hardware->vesa.vmi_count].mi, mi, in detect_vesa()
379 hardware->vesa.vmi[hardware->vesa.vmi_count].mode = mode; in detect_vesa()
415 hardware->mbr_ids[i] = get_mbr_id(&hardware->disk_info[i]); in detect_disks()
[all …]
H A Dhdt-cli-dmi.c38 struct s_hardware *hardware) in show_dmi_modules() argument
71 if (hardware->dmi.cache_count) in show_dmi_modules()
80 struct s_hardware *hardware) in show_dmi_base_board() argument
122 struct s_hardware *hardware) in show_dmi_system() argument
179 struct s_hardware *hardware) in show_dmi_bios() argument
197 hardware->dmi.bios.runtime_size, in show_dmi_bios()
255 struct s_hardware *hardware) in show_dmi_ipmi() argument
309 struct s_hardware *hardware) in show_dmi_cpu() argument
503 struct s_hardware *hardware) in main_show_dmi() argument
561 hardware->dmi.memory[i].size, in show_dmi_memory_modules()
[all …]
H A Dhdt-cli-cpu.c38 struct s_hardware *hardware) in main_show_cpu() argument
48 hardware->physical_cpu_count); in main_show_cpu()
61 if (hardware->cpu.flags.lm) in main_show_cpu()
65 if (hardware->cpu.flags.smp) in main_show_cpu()
69 if (hardware->cpu.flags.vmx || hardware->cpu.flags.svm) in main_show_cpu()
99 struct s_hardware *hardware) in show_cpu() argument
111 hardware->cpu.num_cores); in show_cpu()
128 if (hardware->is_dmi_valid) { in show_cpu()
141 if (hardware->cpu.flags.smp) { in show_cpu()
147 if (hardware->cpu.flags.lm) { in show_cpu()
[all …]
H A Dhdt-menu-processor.c61 hardware->physical_cpu_count); in compute_processor()
83 hardware->cpu.num_cores); in compute_processor()
114 hardware->cpu.l2_cache_size); in compute_processor()
116 hardware->cpu.l2_cache_size); in compute_processor()
122 hardware->cpu.family); in compute_processor()
128 hardware->cpu.model_id); in compute_processor()
134 hardware->cpu.stepping); in compute_processor()
138 if (hardware->is_dmi_valid) { in compute_processor()
181 if (hardware->cpu.flags.smp) { in compute_processor()
191 if (hardware->cpu.flags.lm) { in compute_processor()
[all …]
H A Dhdt-dump-dmi.c105 if (hardware->dmi.cache_count == 0) { in dump_cache()
132 if (hardware->dmi.memory_count == 0) { in dump_memory_banks()
183 hardware->dmi.processor.voltage_mv - ((hardware->dmi.processor.voltage_mv / 1000) * 1000)); in dump_processor()
314 snprintf(rom,sizeof(rom),"%u %s",hardware->dmi.bios.rom_size, hardware->dmi.bios.rom_size_unit); in dump_bios()
433 dump_system(hardware,config,item); in dump_dmi()
434 dump_bios(hardware,config,item); in dump_dmi()
435 dump_chassis(hardware,config,item); in dump_dmi()
436 dump_ipmi(hardware,config,item); in dump_dmi()
437 dump_battery(hardware,config,item); in dump_dmi()
438 dump_processor(hardware,config,item); in dump_dmi()
[all …]
H A Dhdt-menu-acpi.c71 compute_table(menu,hardware->acpi.fadt.address, &hardware->acpi.fadt.header); in compute_acpi_tables()
74 compute_table(menu,hardware->acpi.dsdt.address, &hardware->acpi.dsdt.header); in compute_acpi_tables()
78 if ((hardware->acpi.ssdt[i] != NULL) && (hardware->acpi.ssdt[i]->valid)) in compute_acpi_tables()
84 compute_table(menu,hardware->acpi.sbst.address, &hardware->acpi.sbst.header); in compute_acpi_tables()
87 compute_table(menu,hardware->acpi.ecdt.address, &hardware->acpi.ecdt.header); in compute_acpi_tables()
90 compute_table(menu,hardware->acpi.hpet.address, &hardware->acpi.hpet.header); in compute_acpi_tables()
93 compute_table(menu,hardware->acpi.tcpa.address, &hardware->acpi.tcpa.header); in compute_acpi_tables()
96 compute_table(menu,hardware->acpi.mcfg.address, &hardware->acpi.mcfg.header); in compute_acpi_tables()
99 compute_table(menu,hardware->acpi.slic.address, &hardware->acpi.slic.header); in compute_acpi_tables()
102 compute_table(menu,hardware->acpi.boot.address, &hardware->acpi.boot.header); in compute_acpi_tables()
[all …]
H A Dhdt-cli-acpi.c91 show_header(hardware->acpi.fadt.address, &hardware->acpi.fadt.header); in main_show_acpi()
94 show_header(hardware->acpi.dsdt.address, &hardware->acpi.dsdt.header); in main_show_acpi()
98 if ((hardware->acpi.ssdt[i] != NULL) && (hardware->acpi.ssdt[i]->valid)) in main_show_acpi()
104 show_header(hardware->acpi.sbst.address, &hardware->acpi.sbst.header); in main_show_acpi()
107 show_header(hardware->acpi.ecdt.address, &hardware->acpi.ecdt.header); in main_show_acpi()
110 show_header(hardware->acpi.hpet.address, &hardware->acpi.hpet.header); in main_show_acpi()
113 show_header(hardware->acpi.tcpa.address, &hardware->acpi.tcpa.header); in main_show_acpi()
116 show_header(hardware->acpi.mcfg.address, &hardware->acpi.mcfg.header); in main_show_acpi()
119 show_header(hardware->acpi.slic.address, &hardware->acpi.slic.header); in main_show_acpi()
122 show_header(hardware->acpi.boot.address, &hardware->acpi.boot.header); in main_show_acpi()
[all …]
H A Dhdt-menu.c68 dump(hardware); in start_menu_mode()
150 if (hardware->is_dmi_valid) { in compute_submenus()
151 if (hardware->dmi.ipmi.filled == true) in compute_submenus()
159 compute_memory(hdt_menu, &(hardware->dmi), hardware); in compute_submenus()
160 if (hardware->dmi.bios.filled == true) in compute_submenus()
168 compute_disks(hdt_menu, hardware); in compute_submenus()
170 compute_PCI(hdt_menu, hardware); in compute_submenus()
176 compute_VESA(hdt_menu, hardware); in compute_submenus()
177 compute_ACPI(hdt_menu, hardware); in compute_submenus()
192 hardware->nb_pci_devices); in compute_main_menu()
[all …]
H A Dhdt-dump.c92 hardware->dump_filename); in compute_filename()
156 void dump(struct s_hardware *hardware) in dump() argument
189 arg[1] = hardware->tftp_ip; in dump()
193 snprintf(hardware->tftp_ip, sizeof(hardware->tftp_ip), in dump()
205 dump_cpu(hardware, &config, &json); in dump()
206 dump_pxe(hardware, &config, &json); in dump()
208 dump_vpd(hardware, &config, &json); in dump()
209 dump_vesa(hardware, &config, &json); in dump()
211 dump_dmi(hardware, &config, &json); in dump()
213 dump_pci(hardware, &config, &json); in dump()
[all …]
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw-types.c14 extern struct hardware hw_accent;
15 extern struct hardware hw_alsa_usb;
16 extern struct hardware hw_asusdh;
18 extern struct hardware hw_atwf83;
19 extern struct hardware hw_audio;
22 extern struct hardware hw_bte;
30 extern struct hardware hw_dsp;
32 extern struct hardware hw_ea65;
33 extern struct hardware hw_ftdi;
68 struct hardware hw_null = {
[all …]
/dports/net/dhcpd-pools/dhcpd-pools-3.1/tests/leases/
H A Dbinding-states3 hardware ethernet 00:00:00:00:00:00;
8 hardware ethernet 00:00:00:00:00:01;
12 hardware ethernet 00:00:00:00:00:01;
16 hardware ethernet 00:00:00:00:00:01;
20 hardware ethernet 00:00:00:00:00:01;
24 hardware ethernet 00:00:00:00:00:01;
28 hardware ethernet 00:00:00:00:00:01;
33 hardware ethernet 00:00:00:00:00:02;
37 hardware ethernet 00:00:00:00:00:02;
41 hardware ethernet 00:00:00:00:00:02;
[all …]
H A Dformats3 hardware ethernet 00:00:00:00:00:00;
7 hardware ethernet 00:00:00:00:00:01;
11 hardware ethernet 00:00:00:00:00:02;
15 hardware ethernet 00:00:00:00:00:03;
19 hardware ethernet 00:00:00:00:00:04;
23 hardware ethernet 00:00:00:00:00:05;
27 hardware ethernet 00:00:00:00:00:06;
31 hardware ethernet 00:00:00:00:00:07;
35 hardware ethernet 00:00:00:00:00:08;
39 hardware ethernet 00:00:00:00:00:09;
[all …]
H A Dcomplete3 hardware ethernet 00:00:00:00:00:00;
7 hardware ethernet 00:00:00:00:00:01;
11 hardware ethernet 00:00:00:00:00:02;
15 hardware ethernet 00:00:00:00:00:03;
19 hardware ethernet 00:00:00:00:00:04;
23 hardware ethernet 00:00:00:00:00:05;
27 hardware ethernet 00:00:00:00:00:06;
31 hardware ethernet 00:00:00:00:00:07;
35 hardware ethernet 00:00:00:00:00:08;
39 hardware ethernet 00:00:00:00:00:09;
[all …]
H A Dshufled4 hardware ethernet 00:00:00:00:00:07;
5 hardware ethernet 00:00:00:00:00:10;
11 hardware ethernet 00:00:00:00:00:03;
14 hardware ethernet 00:00:00:00:00:04;
22 hardware ethernet 00:00:00:00:00:07;
23 hardware ethernet 00:00:00:00:00:01;
34 hardware ethernet 00:00:00:00:00:10;
38 hardware ethernet 00:00:00:00:00:00;
44 hardware ethernet 00:00:00:00:00:01;
46 hardware ethernet 00:00:00:00:00:02;
[all …]
H A Dstatuses3 hardware ethernet 00:00:00:00:00:00;
7 hardware ethernet 00:00:00:00:00:01;
11 hardware ethernet 00:00:00:00:00:02;
15 hardware ethernet 00:00:00:00:00:03;
19 hardware ethernet 00:00:00:00:00:04;
23 hardware ethernet 00:00:00:00:00:05;
27 hardware ethernet 00:00:00:00:00:06;
31 hardware ethernet 00:00:00:00:00:07;
35 hardware ethernet 00:00:00:00:00:08;
39 hardware ethernet 00:00:00:00:00:09;
[all …]
H A Dcidr-v43 hardware ethernet 00:00:00:00:00:00;
7 hardware ethernet 00:00:00:00:00:01;
11 hardware ethernet 00:00:00:00:00:02;
15 hardware ethernet 00:00:00:00:00:03;
19 hardware ethernet 00:00:00:00:00:04;
23 hardware ethernet 00:00:00:00:00:05;
27 hardware ethernet 00:00:00:00:00:06;
31 hardware ethernet 00:00:00:00:00:07;
35 hardware ethernet 00:00:00:00:00:08;
39 hardware ethernet 00:00:00:00:00:09;
[all …]
H A Dparser3 hardware ethernet 00:00:00:00:00:00;
7 hardware ethernet 00:00:00:00:00:01;
11 hardware ethernet 00:00:00:00:00:02;
15 hardware ethernet 00:00:00:00:00:03;
19 hardware ethernet 00:00:00:00:00:04;
23 hardware ethernet 00:00:00:00:00:05;
27 hardware ethernet 00:00:00:00:00:06;
31 hardware ethernet 00:00:00:00:00:07;
35 hardware ethernet 00:00:00:00:00:08;
39 hardware ethernet 00:00:00:00:00:09;
[all …]
H A Drange43 hardware ethernet 00:00:00:00:00:00;
7 hardware ethernet 00:00:00:00:00:01;
11 hardware ethernet 00:00:00:00:00:02;
15 hardware ethernet 00:00:00:00:00:03;
19 hardware ethernet 00:00:00:00:00:04;
23 hardware ethernet 00:00:00:00:00:05;
27 hardware ethernet 00:00:00:00:00:06;
31 hardware ethernet 00:00:00:00:00:07;
35 hardware ethernet 00:00:00:00:00:08;
39 hardware ethernet 00:00:00:00:00:09;
[all …]
H A Dshnet-alarm3 hardware ethernet 00:00:00:00:00:09;
8 hardware ethernet 00:00:00:00:00:00;
13 hardware ethernet 00:00:00:00:00:00;
17 hardware ethernet 00:00:00:00:00:01;
21 hardware ethernet 00:00:00:00:00:02;
25 hardware ethernet 00:00:00:00:00:03;
29 hardware ethernet 00:00:00:00:00:04;
33 hardware ethernet 00:00:00:00:00:05;
38 hardware ethernet 00:00:00:00:00:00;
42 hardware ethernet 00:00:00:00:00:01;
[all …]
/dports/net/dhcpd-pools/dhcpd-pools-3.1/samples/
H A Ddhcpd.leases3 hardware ethernet 00:00:00:00:00:00;
7 hardware ethernet 00:00:00:00:00:01;
11 hardware ethernet 00:00:00:00:00:02;
15 hardware ethernet 00:00:00:00:00:03;
19 hardware ethernet 00:00:00:00:00:04;
23 hardware ethernet 00:00:00:00:00:05;
27 hardware ethernet 00:00:00:00:00:06;
31 hardware ethernet 00:00:00:00:00:07;
35 hardware ethernet 00:00:00:00:00:08;
39 hardware ethernet 00:00:00:00:00:09;
[all …]
/dports/devel/libsigrok/libsigrok-0.5.2/
H A DMakefile.in712 src/hardware/demo/protocol.h src/hardware/demo/protocol.c \
718 src/hardware/fluke-45/protocol.c src/hardware/fluke-45/api.c \
722 src/hardware/ftdi-la/protocol.c src/hardware/ftdi-la/api.c \
724 src/hardware/fx2lafw/protocol.c src/hardware/fx2lafw/api.c \
745 src/hardware/hp-3457a/protocol.c src/hardware/hp-3457a/api.c \
747 src/hardware/hp-3478a/protocol.c src/hardware/hp-3478a/api.c \
758 src/hardware/ipdbg-la/protocol.c src/hardware/ipdbg-la/api.c \
803 src/hardware/pce-322a/protocol.c src/hardware/pce-322a/api.c \
845 src/hardware/testo/protocol.h src/hardware/testo/protocol.c \
3716 -rm -rf src/hardware/demo/.libs src/hardware/demo/_libs
[all …]
H A DMakefile.am220 src/hardware/appa-55ii/api.c
298 src/hardware/demo/api.c
310 src/hardware/fluke-45/api.c
322 src/hardware/ftdi-la/api.c
328 src/hardware/fx2lafw/api.c
376 src/hardware/hp-3457a/api.c
382 src/hardware/hp-3478a/api.c
406 src/hardware/ipdbg-la/api.c
502 src/hardware/pce-322a/api.c
520 src/hardware/rigol-ds/api.c
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/examples/
H A DSmartUPS1400.snmp1 enterprises.apc.products.hardware.ups.upsIdent.upsBasicIdent.upsBasicIdentModel.0 = "SMART-UPS 1400"
2 enterprises.apc.products.hardware.ups.upsIdent.upsBasicIdent.upsBasicIdentName.0 = "UPS_IDEN"
3 enterprises.apc.products.hardware.ups.upsIdent.upsAdvIdent.upsAdvIdentFirmwareRevision.0 = "70.11.I"
13 enterprises.apc.products.hardware.ups.upsBattery.upsAdvBattery.upsAdvBatteryNumOfBattPacks.0 = 0
15 enterprises.apc.products.hardware.ups.upsInput.upsBasicInput.upsBasicInputPhase.0 = 1
22 enterprises.apc.products.hardware.ups.upsOutput.upsBasicOutput.upsBasicOutputPhase.0 = 1
25 enterprises.apc.products.hardware.ups.upsOutput.upsAdvOutput.upsAdvOutputLoad.0 = Gauge32: 21
27 enterprises.apc.products.hardware.ups.upsConfig.upsBasicConfig.upsBasicConfigNumDevices.0 = 4
47 enterprises.apc.products.hardware.ups.upsConfig.upsAdvConfig.upsAdvConfigAlarm.0 = timed(1)
57 enterprises.apc.products.hardware.ups.upsConfig.upsAdvConfig.upsAdvConfigPassword.0 = " "
[all …]
/dports/sysutils/apcupsd/apcupsd-3.14.14/examples/
H A DSmartUPS1400.snmp1 enterprises.apc.products.hardware.ups.upsIdent.upsBasicIdent.upsBasicIdentModel.0 = "SMART-UPS 1400"
2 enterprises.apc.products.hardware.ups.upsIdent.upsBasicIdent.upsBasicIdentName.0 = "UPS_IDEN"
3 enterprises.apc.products.hardware.ups.upsIdent.upsAdvIdent.upsAdvIdentFirmwareRevision.0 = "70.11.I"
13 enterprises.apc.products.hardware.ups.upsBattery.upsAdvBattery.upsAdvBatteryNumOfBattPacks.0 = 0
15 enterprises.apc.products.hardware.ups.upsInput.upsBasicInput.upsBasicInputPhase.0 = 1
22 enterprises.apc.products.hardware.ups.upsOutput.upsBasicOutput.upsBasicOutputPhase.0 = 1
25 enterprises.apc.products.hardware.ups.upsOutput.upsAdvOutput.upsAdvOutputLoad.0 = Gauge32: 21
27 enterprises.apc.products.hardware.ups.upsConfig.upsBasicConfig.upsBasicConfigNumDevices.0 = 4
47 enterprises.apc.products.hardware.ups.upsConfig.upsAdvConfig.upsAdvConfigAlarm.0 = timed(1)
57 enterprises.apc.products.hardware.ups.upsConfig.upsAdvConfig.upsAdvConfigPassword.0 = " "
[all …]
/dports/science/octopus/octopus-10.5/src/basic/
H A Dhardware.F9026 hardware, &
46 type(hardware_t) :: hardware variable
54 hardware%l1%size = 32*1024
56 hardware%l1%line_size = 64
58 hardware%l2%size = 4096*1024
60 hardware%l2%line_size = 64
65 hardware%dblock_size = hardware%l1%size / (4*8)
66hardware%dblock_size = hardware%dblock_size - mod(hardware%dblock_size, hardware%l1%line_size) - 2…
68 hardware%zblock_size = hardware%l1%size / (4*16)
69hardware%zblock_size = hardware%zblock_size - mod(hardware%zblock_size, hardware%l1%line_size) - 2…

12345678910>>...238