Home
last modified time | relevance | path

Searched refs:_msg (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.141.3/EXTERNAL_HEADERS/
H A DAvailability.h194 #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 Dcdefs.h215 #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 Dcc.h28 …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 Dbase.h240 #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 Dkernelcore.py27 self._msg = msg
31 return '%s: %s' % (self._arch, self._msg)
/xnu-8796.141.3/libsyscall/wrappers/skywalk/
H A Dos_channel.c160 char *_msg = malloc(_ABORT_MSGSZ); \
163 (void) _mach_snprintf(_msg, _ABORT_MSGSZ, \
186 SK_ABORT_DYNAMIC(_msg); \