Home | History | Annotate | Download | only in hdt

Lines Matching defs:config

34 #include <syslinux/config.h>
146 void flush(ZZJSON_CONFIG * config, ZZJSON ** item)
148 zzjson_print(config, *item);
149 zzjson_free(config, *item);
166 ZZJSON_CONFIG config = { ZZJSON_VERY_STRICT, NULL,
205 dump_cpu(hardware, &config, &json);
206 dump_pxe(hardware, &config, &json);
207 dump_syslinux(hardware, &config, &json);
208 dump_vpd(hardware, &config, &json);
209 dump_vesa(hardware, &config, &json);
210 dump_disks(hardware, &config, &json);
211 dump_dmi(hardware, &config, &json);
212 dump_memory(hardware, &config, &json);
213 dump_pci(hardware, &config, &json);
214 dump_acpi(hardware, &config, &json);
215 dump_kernel(hardware, &config, &json);
216 dump_hdt(hardware, &config, &json);