Searched refs:ByteList (Results 1 – 4 of 4) sorted by relevance
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsobject.c | 270 ACPI_PARSE_OBJECT *ByteList; in AcpiDsBuildInternalBufferObj() local 302 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj() 303 if (ByteList) in AcpiDsBuildInternalBufferObj() 305 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj() 309 ByteList->Common.AmlOpcode, ByteList)); in AcpiDsBuildInternalBufferObj() 315 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj() 349 if (ByteList) in AcpiDsBuildInternalBufferObj() 351 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data, in AcpiDsBuildInternalBufferObj()
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslresources.y | 424 ByteList '}' {$$ = TrLinkChildren ($<n>3,5,$4,$5,$7,$8,$11);} 670 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);} 682 ByteList '}' {$$ = TrLinkChildren ($<n>3,5,$4,$6,$7,$8,$11);} 866 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);} 875 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
|
| A D | aslrules.y | 155 ByteList 158 | ByteList ',' /* Allows a trailing comma at list end */ 159 | ByteList ',' 709 : ByteList {} 1402 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
|
| A D | asltypes.y | 277 %type <n> ByteList
|
Completed in 9 milliseconds