Home
last modified time | relevance | path

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

/xnu-8020.140.41/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))
H A DAvailabilityInternal.h76 #define __AVAILABILITY_INTERNAL_UNAVAILABLE __attribute__((unavailable))
2791 …TY_INTERNAL__IPHONE_NA __attribute__((availability(ios,unavailable)))
2792 …TY_INTERNAL__IPHONE_NA_DEP__IPHONE_NA __attribute__((availability(ios,unavailable)))
2793 …TY_INTERNAL__IPHONE_NA_DEP__IPHONE_NA_MSG(_msg) __attribute__((availability(ios,unavailable)))
22126 …ILABILITY_INTERNAL__MAC_NA __attribute__((availability(macosx,unavailable)))
22127 …ILABILITY_INTERNAL__MAC_NA_DEP__MAC_NA __attribute__((availability(macosx,unavailable)))
22128 …ILABILITY_INTERNAL__MAC_NA_DEP__MAC_NA_MSG(_msg) __attribute__((availability(macosx,unavailable)))
23394 #define __API_UNAVAILABLE_PLATFORM_macos macos,unavailable
23395 #define __API_UNAVAILABLE_PLATFORM_macosx macosx,unavailable
23396 #define __API_UNAVAILABLE_PLATFORM_ios ios,unavailable
[all …]
/xnu-8020.140.41/bsd/sys/
H A Dcdefs.h228 #if __has_attribute(unavailable)
338 #define __swift_unavailable(_msg) __attribute__((__availability__(swift, unavailable, message…
/xnu-8020.140.41/libkern/os/
H A Dbase.h241 __attribute__((__availability__(swift, unavailable, message=_msg)))
/xnu-8020.140.41/libsyscall/mach/
H A Derr_server.sub160 "(server/sunrpc) procedure unavailable",
/xnu-8020.140.41/doc/
H A Ddebugging.md4 features are unavailable and some Python 2 syntax is not allowed. Unfortunately, any syntax error w…
/xnu-8020.140.41/osfmk/vm/
H A Dvm_resident.c6729 uint64_t unavailable = ptoa_64(vm_page_wire_count + vm_page_free_target); in vm_page_alloc_list() local
6730 if (unavailable > max_mem || ptoa_64(page_count) > (max_mem - unavailable)) { in vm_page_alloc_list()