Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/dispatcher/
HDdsobject.c270 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()
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslrules.y2055 : ByteList {}
2059 ByteList
2062 | ByteList ',' /* Allows a trailing comma at list end */
2063 | ByteList ','
2071 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
2197 ByteList '}' {$$ = TrLinkChildren ($<n>3,5,$4,$5,$7,$8,$11);}
2444 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
2456 ByteList '}' {$$ = TrLinkChildren ($<n>3,5,$4,$6,$7,$8,$11);}
2640 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
2649 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
HDasltypes.y275 %type <n> ByteList