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

/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c304 ACPI_PARSE_OBJECT *ByteList; local
330 * Second arg is the buffer data (optional) ByteList can be either
332 * ByteList appears in the AML.
336 ByteList = Arg->Named.Next;
337 if (ByteList)
339 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP)
343 ByteList->Common.AmlOpcode, ByteList));
349 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
381 /* Initialize buffer from the ByteList (i
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslrules.y294 /* OptionalCount must appear before ByteList or an incorrect reduction will result */
356 ByteList
359 | ByteList ',' /* Allows a trailing comma at list end */
360 | ByteList ','
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 Dasltypes.y387 %type <n> ByteList
H A Daslprimaries.y265 : ByteList {}
1130 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}

Completed in 64 milliseconds