Searched refs:_msg (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.141.3/EXTERNAL_HEADERS/ |
| H A D | Availability.h | 194 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument 195 … __AVAILABILITY_INTERNAL##_iosIntro##_DEP##_iosDep##_MSG(_msg) 201 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument 202 … __AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg) 207 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) argument 214 …_AVAILABILITY_MSG(_target, _availability, _msg) __attribute__((availability(_target,_availability… argument 217 …#define __OS_AVAILABILITY_MSG(_target, _availability, _msg) __attribute__((availability(_target,_… argument 220 #define __OS_AVAILABILITY_MSG(_target, _availability, _msg) argument 224 #define __OS_AVAILABILITY_MSG(_target, _availability, _msg) argument 231 …#define __OSX_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(macosx_app_extension,unavailable,… argument [all …]
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | cdefs.h | 215 #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) argument 217 #define __deprecated_msg(_msg) __attribute__((__deprecated__)) argument 221 #define __deprecated_enum_msg(_msg) __deprecated_msg(_msg) argument 223 #define __deprecated_enum_msg(_msg) argument 227 #define __kpi_deprecated(_msg) __deprecated_msg(_msg) argument 229 #define __kpi_deprecated(_msg) argument 345 #define __swift_unavailable(_msg) __attribute__((__availability__(swift, unavailable, message… argument 347 #define __swift_unavailable(_msg) argument
|
| /xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc.h | 28 …define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) __attribute__((availability(bridgeos,deprecated=_dep, … argument 33 #define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) argument
|
| /xnu-8796.141.3/libkern/os/ |
| H A D | base.h | 240 #define OS_SWIFT_UNAVAILABLE(_msg) \ argument 241 __attribute__((__availability__(swift, unavailable, message=_msg))) 243 #define OS_SWIFT_UNAVAILABLE(_msg) argument
|
| /xnu-8796.141.3/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 27 self._msg = msg 31 return '%s: %s' % (self._arch, self._msg)
|
| /xnu-8796.141.3/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 160 char *_msg = malloc(_ABORT_MSGSZ); \ 163 (void) _mach_snprintf(_msg, _ABORT_MSGSZ, \ 186 SK_ABORT_DYNAMIC(_msg); \
|