Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c305 ACPI_PARSE_OBJECT *ByteList; in AcpiDsBuildInternalBufferObj() local
337 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj()
338 if (ByteList) in AcpiDsBuildInternalBufferObj()
340 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj()
344 ByteList->Common.AmlOpcode, ByteList)); in AcpiDsBuildInternalBufferObj()
350 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj()
384 if (ByteList) in AcpiDsBuildInternalBufferObj()
386 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data, in AcpiDsBuildInternalBufferObj()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslresources.y244 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$5,$7,$8,$11);}
550 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
564 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$6,$7,$8,$11);}
917 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
928 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
H A Daslrules.y356 ByteList
359 | ByteList ',' /* Allows a trailing comma at list end */
360 | ByteList ','
H A Daslprimaries.y265 : ByteList {}
1130 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
H A Dasltypes.y387 %type <n> ByteList