Home
last modified time | relevance | path

Searched refs:ByteList (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsobject.c196 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 Daslresources.y158 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 Daslrules.y248 ByteList
251 | ByteList ',' /* Allows a trailing comma at list end */
252 | ByteList ','
H A Daslprimaries.y157 : ByteList {}
1022 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
H A Dasltypes.y284 %type <n> ByteList