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.txt2646 Added OSL function stubs for interfaces not used under EFI
2873 All tools: Fixed a problem where the Unix application OSL did not handle
3031 mechanism essentially consists of new OSL interfaces to support debugger
3035 New OSL interfaces:
3051 various host operating systems, a new OSL interface has been introduced.
3056 New OSL interface:
3282 UEFI support: these OSL functions have been implemented. This is an
3344 1) An OSL to implement the various AcpiOs* interfaces on UEFI.
3360 access the actual hardware. To fully implement this support, the OSL
4965 Added and deployed new OSL file I/O interfaces to improve ACPICA
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2291 if (const ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInCFAPI() local
2293 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI()
H A DSemaExprObjC.cpp2566 if (ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInObjCAPI() local
2568 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI()