Home
last modified time | relevance | path

Searched refs:unavailable (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.141.3/EXTERNAL_HEADERS/
H A DAvailability.h231 …ine __OSX_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(macosx_app_extension,unavailable,_msg)
232 …#define __IOS_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(ios_app_extension,unavailable,_ms…
249 #define __OSX_UNAVAILABLE __OS_AVAILABILITY(macosx,unavailable)
271 #define __IOS_UNAVAILABLE __OS_AVAILABILITY(ios,unavailable)
272 #define __IOS_PROHIBITED __OS_AVAILABILITY(ios,unavailable)
298 #define __TVOS_UNAVAILABLE __OS_AVAILABILITY(tvos,unavailable)
299 #define __TVOS_PROHIBITED __OS_AVAILABILITY(tvos,unavailable)
325 #define __WATCHOS_UNAVAILABLE __OS_AVAILABILITY(watchos,unavailable)
326 #define __WATCHOS_PROHIBITED __OS_AVAILABILITY(watchos,unavailable)
352 #define __SWIFT_UNAVAILABLE __OS_AVAILABILITY(swift,unavailable)
[all …]
H A DAvailabilityMacros.h198 #define UNAVAILABLE_ATTRIBUTE __attribute__((unavailable))
/xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h44 __attribute__((availability(macos,unavailable)))\
45 __attribute__((availability(ios,unavailable)))\
46 __attribute__((availability(watchos,unavailable)))\
47 __attribute__((availability(tvos,unavailable)))\
48 __attribute__((availability(bridgeos,unavailable)))
/xnu-8796.141.3/bsd/sys/
H A Dcdefs.h235 #if __has_attribute(unavailable)
345 #define __swift_unavailable(_msg) __attribute__((__availability__(swift, unavailable, message…
/xnu-8796.141.3/libkern/os/
H A Dbase.h241 __attribute__((__availability__(swift, unavailable, message=_msg)))
/xnu-8796.141.3/libsyscall/mach/
H A Derr_server.sub160 "(server/sunrpc) procedure unavailable",
/xnu-8796.141.3/doc/
H A Ddebugging.md4 features are unavailable and some Python 2 syntax is not allowed. Unfortunately, any syntax error w…
/xnu-8796.141.3/osfmk/vm/
H A Dvm_resident.c6828 uint64_t unavailable = ptoa_64(vm_page_wire_count + vm_page_free_target); in vm_page_alloc_list() local
6829 if (unavailable > max_mem || ptoa_64(page_count) > (max_mem - unavailable)) { in vm_page_alloc_list()