HomeSort by: relevance | last modified time | path
    Searched refs:ByteList (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/dispatcher/
dsobject.c 304 ACPI_PARSE_OBJECT *ByteList;
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)
342 "Expecting bytelist, found AML opcode 0x%X in op %p",
343 ByteList->Common.AmlOpcode, ByteList));
349 ByteListLength = (UINT32) ByteList->Common.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrules.y 294 /* OptionalCount must appear before ByteList or an incorrect reduction will result */
356 ByteList
359 | ByteList ',' /* Allows a trailing comma at list end */
360 | ByteList ','
aslresources.y 266 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$5,$7,$8,$11);}
586 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
600 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$6,$7,$8,$11);}
982 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
993 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
asltypes.y 392 %type <n> ByteList
aslprimaries.y 265 : ByteList {}
1130 ByteList '}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}

Completed in 67 milliseconds