Searched refs:ByteList (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/ |
H A D | dsobject.c | 196 ACPI_PARSE_OBJECT *ByteList; in AcpiDsBuildInternalBufferObj() local 228 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj() 229 if (ByteList) in AcpiDsBuildInternalBufferObj() 231 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj() 235 ByteList->Common.AmlOpcode, ByteList)); in AcpiDsBuildInternalBufferObj() 241 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj() 275 if (ByteList) in AcpiDsBuildInternalBufferObj() 277 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data, in AcpiDsBuildInternalBufferObj()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslresources.y | 158 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$5,$7,$8,$11);} 478 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);} 492 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$6,$7,$8,$11);} 874 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);} 885 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
|
H A D | aslrules.y | 248 ByteList 251 | ByteList ',' /* Allows a trailing comma at list end */ 252 | ByteList ','
|
H A D | aslprimaries.y | 157 : ByteList {} 1022 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
|
H A D | asltypes.y | 284 %type <n> ByteList
|