Searched defs:au8CreatorId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp339 uint8_t au8CreatorId[4]; member in struct:ACPIState
393 uint8_t au8CreatorId[4]; /**< ID for the ASL compiler */ member in struct:ACPITBLHEADER
2083 memcpy(header->au8CreatorId, pThis->au8CreatorId, 4);
3243 memset(pThis->au8CreatorId, ' ', sizeof(pThis->au8CreatorId));
3244 memcpy(pThis->au8CreatorId, pszCreatorId, cbCreatorId);
3311 memcpy(&pThis->au8CreatorId[0], &pThis->pu8CustBin[28], 4);

Completed in 54 milliseconds