Home
last modified time | relevance | path

Searched refs:OSL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt2514 Added OSL function stubs for interfaces not used under EFI
2741 All tools: Fixed a problem where the Unix application OSL did not handle
2899 mechanism essentially consists of new OSL interfaces to support debugger
2903 New OSL interfaces:
2919 various host operating systems, a new OSL interface has been introduced.
2924 New OSL interface:
3150 UEFI support: these OSL functions have been implemented. This is an
3212 1) An OSL to implement the various AcpiOs* interfaces on UEFI.
3228 access the actual hardware. To fully implement this support, the OSL
4833 Added and deployed new OSL file I/O interfaces to improve ACPICA
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2292 if (const ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInCFAPI() local
2294 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI()
H A DSemaExprObjC.cpp2577 if (ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInObjCAPI() local
2579 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI()