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.txt2622 Added OSL function stubs for interfaces not used under EFI
2849 All tools: Fixed a problem where the Unix application OSL did not handle
3007 mechanism essentially consists of new OSL interfaces to support debugger
3011 New OSL interfaces:
3027 various host operating systems, a new OSL interface has been introduced.
3032 New OSL interface:
3258 UEFI support: these OSL functions have been implemented. This is an
3320 1) An OSL to implement the various AcpiOs* interfaces on UEFI.
3336 access the actual hardware. To fully implement this support, the OSL
4941 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()