Home
last modified time | relevance | path

Searched refs:context (Results 1 – 2 of 2) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dcompiler_types.h39 #define __must_hold(x) __attribute__((context(x, 1, 1)))
40 #define __acquires(x) __attribute__((context(x, 0, 1)))
41 #define __cond_acquires(x) __attribute__((context(x, 0, -1)))
42 #define __releases(x) __attribute__((context(x, 1, 0)))
/DragonStub/lib/
H A Dprint.c98 INTN (EFIAPI *Output)(VOID *context, CHAR16 *str);
99 INTN (EFIAPI *SetAttr)(VOID *context, UINTN attr);
406 IN INTN (EFIAPI *Output)(VOID *context, CHAR16 *str) in _PoolCatPrint() argument