HomeSort by relevance Sort by last modified time
    Searched refs:DEPENDENCY_START (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h 33 #define DEPENDENCY_START "DEPENDENCY_START"
GenDepex.c 32 DEPENDENCY_START
43 DEPENDENCY_START
439 if (strncmp (Ptrx, DEPENDENCY_START, strlen (DEPENDENCY_START)) == 0) {
440 Ptrx += strlen (DEPENDENCY_START);
443 // BUGBUG -- should Index be decremented by sizeof(DEPENDENCY_START)?
451 printf ("Couldn't find start string %s\n", DEPENDENCY_START);
522 printf ("The Schedule On Request - SOR operator must be the first operator following DEPENDENCY_START\n");
528 // An OPERATOR_SOR has to be first - following the DEPENDENCY_START
560 printf ("The BEFORE operator must be the first operator following DEPENDENCY_START\n");
    [all...]

Completed in 1002 milliseconds