HomeSort by relevance Sort by last modified time
    Searched refs:cp_struct (Results 1 - 8 of 8) sorted by null

  /external/syslinux/com32/gpllib/acpi/
fadt.c 48 cp_struct(&f->firmware_ctrl);
49 cp_struct(&f->dsdt_address);
50 cp_struct(&f->reserved);
51 cp_struct(&f->prefered_pm_profile);
52 cp_struct(&f->sci_int);
53 cp_struct(&f->smi_cmd);
54 cp_struct(&f->acpi_enable);
55 cp_struct(&f->acpi_disable);
56 cp_struct(&f->s4bios_req);
57 cp_struct(&f->pstate_cnt)
    [all...]
facs.c 44 cp_struct(&f->length);
45 cp_struct(&f->hardware_signature);
46 cp_struct(&f->firmware_waking_vector);
47 cp_struct(&f->global_lock);
48 cp_struct(&f->flags);
49 cp_struct(&f->x_firmware_waking_vector);
50 cp_struct(&f->version);
sbst.c 42 cp_struct(&s->warning_energy_level);
43 cp_struct(&s->low_energy_level);
44 cp_struct(&s->critical_energy_level);
madt.c 58 cp_struct(&sla->acpi_id);
59 cp_struct(&sla->apic_id);
60 cp_struct(&sla->flags);
67 cp_struct(&sio->io_apic_id);
68 cp_struct(&sio->reserved);
69 cp_struct(&sio->io_apic_address);
70 cp_struct(&sio->global_system_interrupt_base);
83 cp_struct(&siso->global_system_interrupt);
84 cp_struct(&siso->flags);
91 cp_struct(&snmi->flags)
    [all...]
ecdt.c 43 cp_struct(&e->ec_control);
44 cp_struct(&e->ec_data);
45 cp_struct(&e->uid);
46 cp_struct(&e->gpe_bit);
rsdp.c 49 cp_struct(&r->checksum);
51 cp_struct(&r->revision);
52 cp_struct(&r->rsdt_address);
53 cp_struct(&r->length);
54 cp_struct(&r->xsdt_address);
55 cp_struct(&r->extended_checksum);
acpi.c 90 cp_struct(&adh->length);
91 cp_struct(&adh->revision);
92 cp_struct(&adh->checksum);
95 cp_struct(&adh->oem_revision);
97 cp_struct(&adh->creator_revision);
  /external/syslinux/com32/gplinclude/acpi/
acpi.h 70 #define cp_struct(dest) memcpy(dest,q,sizeof(*dest)); q+=sizeof(*dest) macro

Completed in 113 milliseconds