Searched refs:ex (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/arm/
H A Dexec.h72 #define N_BADMAG(ex) \
73 ((ex).a_magic != NMAGIC && (ex).a_magic != OMAGIC && \
74 (ex).a_magic != ZMAGIC)
80 #define N_DATADDR(ex) \
81 (N_TXTADDR(ex) + ((ex).a_magic == OMAGIC ? (ex).a_text \
82 : __LDPGSZ + ((ex).a_text - 1 & ~(__LDPGSZ - 1))))
85 #define N_TXTOFF(ex) \
[all...]
/darwin-on-arm/xnu/bsd/i386/
H A Dexec.h72 #define N_BADMAG(ex) \
73 ((ex).a_magic != NMAGIC && (ex).a_magic != OMAGIC && \
74 (ex).a_magic != ZMAGIC)
80 #define N_DATADDR(ex) \
81 (N_TXTADDR(ex) + ((ex).a_magic == OMAGIC ? (ex).a_text \
82 : __LDPGSZ + ((ex).a_text - 1 & ~(__LDPGSZ - 1))))
85 #define N_TXTOFF(ex) \
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dassert.h79 #define Assert(file, line, ex) (Assert)("", line, "")
88 #define assert(ex) \
89 ((ex) ? (void)0 : Assert(__FILE__, __LINE__, # ex))
96 #define assert(ex) ((void)0)
97 #define assert_static(ex) do {} while (0)
H A Ddebug.h259 #define panic_plain(ex, ...) \
260 (panic)(ex, ## __VA_ARGS__)
264 #define panic(ex, ...) \
265 (panic)(# ex "@" PANIC_LOCATION, ## __VA_ARGS__)
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h181 #define pmap_assert(ex) ((ex) ? (void)0 : Assert(__FILE__, __LINE__, # ex))
183 #define pmap_assert2(ex, fmt, args...) \
185 if (!(ex)) { \
186 kprintf("Assertion %s failed (%s:%d, caller %p) " fmt , #ex, __FILE__, __LINE__, __builtin_return_address(0), ##args); \
187 panic("Assertion %s failed (%s:%d, caller %p) " fmt , #ex, __FILE__, __LINE__, __builtin_return_address(0), ##args); \
191 #define pmap_assert(ex)
192 #define pmap_assert2(ex, fmt, args...)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp76 #define assert(ex) \
77 ((ex) ? (void)0 : Assert(__FILE__, __LINE__, # ex))
/darwin-on-arm/xnu/bsd/netinet/
H A Din_var.h254 uint16_t ex; /* # of exclusive members */ member in struct:ip_msource::ims_st
H A Din_mcast.c1014 inm->inm_st[t].iss_ex == ims->ims_st[t].ex)
1016 else if (ims->ims_st[t].in > 0 && ims->ims_st[t].ex == 0)
1037 IGMP_PRINTF(("%s: t1 ex -= %d on %s\n",
1039 ims->ims_st[1].ex -= n;
1047 IGMP_PRINTF(("%s: t1 ex += %d on %s\n",
1049 ims->ims_st[1].ex += n;
1136 IGMP_PRINTF(("%s: --ex on inm at t1\n", __func__));
1144 IGMP_PRINTF(("%s: ex++ on inm at t1\n", __func__));
1229 if (ims->ims_st[0].ex > 0 || ims->ims_st[0].in > 0 ||
1230 ims->ims_st[1].ex >
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c943 inm->in6m_st[t].iss_ex == ims->im6s_st[t].ex)
945 else if (ims->im6s_st[t].in > 0 && ims->im6s_st[t].ex == 0)
961 MLD_PRINTF(("%s: t1 ex -= %d on %s\n", __func__, n,
963 ims->im6s_st[1].ex -= n;
971 MLD_PRINTF(("%s: t1 ex += %d on %s\n", __func__, n,
973 ims->im6s_st[1].ex += n;
1060 MLD_PRINTF(("%s: --ex on inm at t1\n", __func__));
1068 MLD_PRINTF(("%s: ex++ on inm at t1\n", __func__));
1153 if (ims->im6s_st[0].ex > 0 || ims->im6s_st[0].in > 0 ||
1154 ims->im6s_st[1].ex >
[all...]
H A Din6_var.h705 uint16_t ex; /* # of exclusive members */ member in struct:ip6_msource::im6s_st
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c1062 getbits(ex, 2);
1288 putbits(ex, 2);

Completed in 103 milliseconds