Home
last modified time | relevance | path

Searched defs:_msg (Results 1 – 12 of 12) sorted by relevance

/trueos/include/
HDAvailabilityInternal.h45 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument
47 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) argument
50 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument
52 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) argument
75 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availabili… argument
77 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availabili… argument
81 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availabili… argument
83 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availabili… argument
87 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availabili… argument
89 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availabili… argument
[all …]
HDAvailability.h158 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument
165 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument
171 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) argument
/trueos/contrib/nvi/common/
HDmsg.h56 struct _msg { struct
58 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */
59 char *buf; /* Message buffer. */
60 size_t len; /* Message length. */
/trueos/sys/powerpc/include/
HDasm.h157 #define WARN_REFERENCES(_sym,_msg) \ argument
160 #define WARN_REFERENCES(_sym,_msg) \ argument
/trueos/sys/mips/cavium/
HDocteon_ds1337.c65 #define CT_CHECK(_expr, _msg) \ argument
/trueos/sys/contrib/octeon-sdk/
HDcvmx-cn3010-evb-hs5.c73 #define TM_CHECK(_expr, _msg) \ argument
/trueos/sys/dev/siba/
HDsiba_ids.h42 #define SIBA_DEV(_vendor, _cid, _rev, _msg) \ argument
/trueos/sys/dev/virtio/scsi/
HDvirtio_scsivar.h172 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument
178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
/trueos/sys/dev/virtio/
HDvirtqueue.c104 #define VQASSERT(_vq, _exp, _msg, ...) \ argument
/trueos/sys/mips/include/
HDasm.h109 #define WARN_REFERENCES(_sym,_msg) \ argument
/trueos/include/arpa/
HDnameser.h126 const u_char *_msg, *_eom; member
/trueos/sys/dev/sound/pci/
HDmaestro3.c78 #define M3_DEBUG(level, _msg) {if ((level) <= M3_DEBUG_LEVEL) {printf _msg;}} argument