Home
last modified time | relevance | path

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

/external/syslinux/com32/gpllib/acpi/
Drsdp.c48 cp_str_struct(r->signature); in search_rsdp()
50 cp_str_struct(r->oem_id); in search_rsdp()
Dacpi.c89 cp_str_struct(adh->signature); in get_acpi_description_header()
93 cp_str_struct(adh->oem_id); in get_acpi_description_header()
94 cp_str_struct(adh->oem_table_id); in get_acpi_description_header()
96 cp_str_struct(adh->creator_id); in get_acpi_description_header()
Dfacs.c43 cp_str_struct(f->signature); in parse_facs()
/external/syslinux/com32/gplinclude/acpi/
Dacpi.h71 #define cp_str_struct(dest) memcpy(dest,q,sizeof(dest)-1); dest[sizeof(dest)-1]=0;q+=sizeof(dest)-1 macro