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

/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c101 struct DTAssertionOption { struct
106 typedef struct DTAssertionOption DTAssertionOption; typedef in typeref:struct:DTAssertionOption
108 static DTAssertionOption *assertionTypes = NULL;
111 static DTAssertionOption *createAssertionOptions(int *);
652 static DTAssertionOption *createAssertionOptions(int *count)
654 DTAssertionOption *assertions_heap = NULL;
656 DTAssertionOption assertions_local[] =
688 *count = sizeof(assertions_local) / sizeof(DTAssertionOption);

Completed in 209 milliseconds