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

/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c270 ACPI_PARSE_OBJECT *ByteList; local
296 * Second arg is the buffer data (optional) ByteList can be either
298 * ByteList appears in the AML.
302 ByteList = Arg->Named.Next;
303 if (ByteList)
305 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP)
309 ByteList->Common.AmlOpcode, ByteList));
315 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
347 /* Initialize buffer from the ByteList (i
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslresources.y427 ByteList '}' {$$ = TrLinkChildren ($<n>3,5,$4,$5,$7,$8,$11);}
692 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
704 ByteList '}' {$$ = TrLinkChildren ($<n>3,5,$4,$6,$7,$8,$11);}
935 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
944 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
H A Daslrules.y135 /* OptionalCount must appear before ByteList or an incorrect reduction will result */
159 ByteList
162 | ByteList ',' /* Allows a trailing comma at list end */
163 | ByteList ','
707 : ByteList {}
1417 ByteList '}' {$$ = TrLinkChildren ($<n>3,2,$4,$7);}
H A Dasltypes.y276 %type <n> ByteList

Completed in 108 milliseconds