Searched refs:ByteList (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
H A D | dsobject.c | 304 ACPI_PARSE_OBJECT *ByteList; in AcpiDsBuildInternalBufferObj() local 336 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj() 337 if (ByteList) in AcpiDsBuildInternalBufferObj() 339 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj() 343 ByteList->Common.AmlOpcode, ByteList)); in AcpiDsBuildInternalBufferObj() 349 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj() 383 if (ByteList) in AcpiDsBuildInternalBufferObj() 385 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data, in AcpiDsBuildInternalBufferObj()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslresources.y | 266 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$5,$7,$8,$11);} 586 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);} 600 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$6,$7,$8,$11);} 982 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);} 993 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
|
H A D | aslrules.y | 356 ByteList 359 | ByteList ',' /* Allows a trailing comma at list end */ 360 | ByteList ','
|
H A D | aslprimaries.y | 265 : ByteList {} 1130 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
|
H A D | asltypes.y | 392 %type <n> ByteList
|