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

  /external/syslinux/com32/gpllib/acpi/
facs.c 43 cp_str_struct(f->signature);
rsdp.c 48 cp_str_struct(r->signature);
50 cp_str_struct(r->oem_id);
acpi.c 89 cp_str_struct(adh->signature);
93 cp_str_struct(adh->oem_id);
94 cp_str_struct(adh->oem_table_id);
96 cp_str_struct(adh->creator_id);
  /external/syslinux/com32/gplinclude/acpi/
acpi.h 71 #define cp_str_struct(dest) memcpy(dest,q,sizeof(dest)-1); dest[sizeof(dest)-1]=0;q+=sizeof(dest)-1 macro

Completed in 427 milliseconds