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

  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2.c 293 UINT8 ResSourceIndex = 0;
374 case 4: /* ResSourceIndex [Optional Field - BYTE] */
379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
477 /* Add optional ResSourceIndex if present */
481 Rover->ByteItem = ResSourceIndex;
aslrestype2d.c 195 BOOLEAN ResSourceIndex = FALSE;
253 case 1: /* ResSourceIndex [Optional Field - BYTE] */
262 ResSourceIndex = TRUE;
284 if (!ResSourceIndex)
351 BOOLEAN ResSourceIndex = FALSE;
457 case 10: /* ResSourceIndex [Optional Field - BYTE] */
466 ResSourceIndex = TRUE;
488 if (!ResSourceIndex)
501 else if (ResSourceIndex)
581 BOOLEAN ResSourceIndex = FALSE
    [all...]
aslrestype2q.c 195 BOOLEAN ResSourceIndex = FALSE;
296 case 10: /* ResSourceIndex [Optional Field - BYTE] */
303 ResSourceIndex = TRUE;
323 if (!ResSourceIndex)
336 else if (ResSourceIndex)
416 BOOLEAN ResSourceIndex = FALSE;
524 case 11: /* ResSourceIndex [Optional Field - BYTE] */
531 ResSourceIndex = TRUE;
551 if (!ResSourceIndex)
564 else if (ResSourceIndex)
    [all...]
aslrestype2w.c 195 BOOLEAN ResSourceIndex = FALSE;
296 case 10: /* ResSourceIndex [Optional Field - BYTE] */
303 ResSourceIndex = TRUE;
323 if (!ResSourceIndex)
336 else if (ResSourceIndex)
416 BOOLEAN ResSourceIndex = FALSE;
515 case 9: /* ResSourceIndex [Optional Field - BYTE] */
522 ResSourceIndex = TRUE;
542 if (!ResSourceIndex)
555 else if (ResSourceIndex)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 510 /* ResSourceIndex, ResSource optional fields follow */
540 UINT8 ResSourceIndex;
566 UINT8 ResSourceIndex; \
675 UINT8 ResSourceIndex;
698 UINT8 ResSourceIndex;
756 UINT8 ResSourceIndex;
779 UINT8 ResSourceIndex;

Completed in 13 milliseconds