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 185 UINT8 ResSourceIndex = 0;
266 case 4: /* ResSourceIndex [Optional Field - BYTE] */
271 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
369 /* Add optional ResSourceIndex if present */
373 Rover->ByteItem = ResSourceIndex;
aslrestype2d.c 87 BOOLEAN ResSourceIndex = FALSE;
145 case 1: /* ResSourceIndex [Optional Field - BYTE] */
154 ResSourceIndex = TRUE;
176 if (!ResSourceIndex)
243 BOOLEAN ResSourceIndex = FALSE;
349 case 10: /* ResSourceIndex [Optional Field - BYTE] */
358 ResSourceIndex = TRUE;
380 if (!ResSourceIndex)
393 else if (ResSourceIndex)
473 BOOLEAN ResSourceIndex = FALSE
    [all...]
aslrestype2q.c 87 BOOLEAN ResSourceIndex = FALSE;
188 case 10: /* ResSourceIndex [Optional Field - BYTE] */
195 ResSourceIndex = TRUE;
215 if (!ResSourceIndex)
228 else if (ResSourceIndex)
308 BOOLEAN ResSourceIndex = FALSE;
416 case 11: /* ResSourceIndex [Optional Field - BYTE] */
423 ResSourceIndex = TRUE;
443 if (!ResSourceIndex)
456 else if (ResSourceIndex)
    [all...]
aslrestype2w.c 87 BOOLEAN ResSourceIndex = FALSE;
188 case 10: /* ResSourceIndex [Optional Field - BYTE] */
195 ResSourceIndex = TRUE;
215 if (!ResSourceIndex)
228 else if (ResSourceIndex)
308 BOOLEAN ResSourceIndex = FALSE;
407 case 9: /* ResSourceIndex [Optional Field - BYTE] */
414 ResSourceIndex = TRUE;
434 if (!ResSourceIndex)
447 else if (ResSourceIndex)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 402 /* ResSourceIndex, ResSource optional fields follow */
432 UINT8 ResSourceIndex;
458 UINT8 ResSourceIndex; \
567 UINT8 ResSourceIndex;
590 UINT8 ResSourceIndex;
648 UINT8 ResSourceIndex;
671 UINT8 ResSourceIndex;

Completed in 25 milliseconds