Home
last modified time | relevance | path

Searched refs:add_as (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-dump-acpi.c69 add_as(signature_name,signature) in show_header()
70 add_as(revision_name,revision) in show_header()
71 add_as(oem_id_name,oem_id) in show_header()
72 add_as(oem_table_id_name,oem_table_id) in show_header()
73 add_as(oem_revision_name,oem_revision) in show_header()
74 add_as(creator_id_name,creator_id) in show_header()
75 add_as(creator_revision_name,creator_revision) in show_header()
76 add_as(address_name,s_address) in show_header()
91 add_as("acpi.item","rsdt") in dump_rsdt()
92 add_as("acpi.rsdt.is_valid",valid) in dump_rsdt()
[all …]
Dhdt-dump-disks.c67 add_as("partition->size",size) in show_partition_information()
68 add_as("partition->type",parttype) in show_partition_information()
69 add_as("partition->os_type",ostype) in show_partition_information()
70 add_as("partition->boot_flag",bootable) in show_partition_information()
97 add_as("disk->number",disk) in show_disk()
101 add_as("disk->edd_version",edd_version) in show_disk()
102 add_as("disk->size",disk_size) in show_disk()
105 add_as("disk->host_bus",remove_spaces((char *)d->edd_params.host_bus_type)) in show_disk()
106 add_as("disk->interface_type",remove_spaces((char *)d->edd_params.interface_type)) in show_disk()
107 add_as("disk->mbr_name",mbr_name) in show_disk()
[all …]
Dhdt-dump-kernel.c37 add_as("Linux Kernel modules", "") in dump_kernel()
42 add_as("Error", "No pci.ids file") in dump_kernel()
50 add_as("Error", "No modules.pcimap or modules.alias file") in dump_kernel()
63 add_as(pci_device->dev_info->category_name, pci_device->dev_info->linux_kernel_module[kmod]) in dump_kernel()
Dhdt-dump.h43 #define add_as(name,value) name,zzjson_create_string(config,value), macro
44 #define add_ahs(value) add_as(#value,hardware->value)