Home
last modified time | relevance | path

Searched refs:SM_ASSERT (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c71 SM_ASSERT((agNULL != swConfig), ""); in smGetRequirements()
72 SM_ASSERT((agNULL != memoryRequirement), ""); in smGetRequirements()
73 SM_ASSERT((agNULL != usecsPerTick), ""); in smGetRequirements()
74 SM_ASSERT((agNULL != maxNumLocks), ""); in smGetRequirements()
184 SM_ASSERT((agNULL != smRoot), ""); in smInitialize()
185 SM_ASSERT((agNULL != agRoot), ""); in smInitialize()
186 SM_ASSERT((agNULL != memoryAllocated), ""); in smInitialize()
187 SM_ASSERT((agNULL != swConfig), ""); in smInitialize()
188 SM_ASSERT((SM_ROOT_MEM_INDEX < memoryAllocated->count), ""); in smInitialize()
189 SM_ASSERT((SM_DEVICE_MEM_INDEX < memoryAllocated->count), ""); in smInitialize()
[all …]
/freebsd/contrib/sendmail/include/sm/
H A Dassert.h97 # define SM_ASSERT(cond) \ macro
101 # define SM_ASSERT(cond) \ macro
106 # define SM_ASSERT(cond) ((void) 0) macro
H A Dexc.h156 # define SM_FINALLY SM_ASSERT(SmExcHandler == &_h); \
164 SM_ASSERT(SmExcHandler == &_h); \
175 SM_ASSERT(SmExcHandler == &_h); \
/freebsd/contrib/sendmail/libsm/
H A Dutil.c104 SM_ASSERT(l >= 2);
214 SM_ASSERT(bufused <= olen);
230 SM_ASSERT(bufused < olen);
233 SM_ASSERT(bufused < olen);
H A Drpool.c187 SM_ASSERT(rpool->sm_bigobjectsize <= rpool->sm_poolsize);
283 SM_ASSERT(rpool->sm_bigobjectsize <= rpool->sm_poolsize);
537 SM_ASSERT(l + 1 > l);
H A Dclock.c547 SM_ASSERT(intvl < (unsigned int) INT_MAX);
/freebsd/contrib/sendmail/src/
H A Dtlsh.c130 SM_ASSERT(cert != NULL);
131 SM_ASSERT(fp != NULL);
132 SM_ASSERT(mdalg != NULL);
200 SM_ASSERT(rr != NULL);
H A Ddomain.c142 SM_ASSERT(r1 <= SM_ARRAY_SIZE(preference));
143 SM_ASSERT(r2 <= SM_ARRAY_SIZE(preference));
159 SM_ASSERT(r1 <= SM_ARRAY_SIZE(preference));
160 SM_ASSERT(r2 <= SM_ARRAY_SIZE(preference));
177 SM_ASSERT(r1 <= SM_ARRAY_SIZE(preference));
178 SM_ASSERT(r2 <= SM_ARRAY_SIZE(preference));
231 SM_ASSERT(pn != NULL);
232 SM_ASSERT(*pn <= MAX_TLSA_RR);
268 SM_ASSERT(i < MAX_TLSA_RR);
405 SM_ASSERT(nr <= MAX_TLSA_RR);
[all …]
H A Dcollect.c555 SM_ASSERT(pbp < peekbuf +
568 SM_ASSERT(pbp < peekbuf +
575 SM_ASSERT(pbp < peekbuf +
654 SM_ASSERT(mstate == MS_UFROM || mstate == MS_HEADER);
770 SM_ASSERT(bp > buf);
773 SM_ASSERT(*(bp - 1) != '\n' || bp > buf + 1);
845 SM_ASSERT(df == NULL);
H A Dmilter.c2271 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
2332 SM_ASSERT(m != NULL);
2333 SM_ASSERT(buf != NULL);
2359 SM_ASSERT(m->mf_idx > 0 && m->mf_idx < MAXFILTERS);
2753 SM_ASSERT(len_n < len_f);
2756 SM_ASSERT(len_t >= len_n + 1 + len_v + 1);
2936 SM_ASSERT(str != NULL);
2938 SM_ASSERT(l + 2 > l);
3371 SM_ASSERT(response != NULL);
3372 SM_ASSERT(pargc != NULL);
[all …]
H A Dconf.c1125 SM_ASSERT(svcno < MAXMAPSTACK);
1128 SM_ASSERT(svcno < MAXMAPSTACK);
1132 SM_ASSERT(svcno < MAXMAPSTACK);
1137 SM_ASSERT(svcno < MAXMAPSTACK);
1141 SM_ASSERT(svcno < MAXMAPSTACK);
1151 SM_ASSERT(svcno < MAXMAPSTACK);
1156 SM_ASSERT(svcno < MAXMAPSTACK);
1161 SM_ASSERT(svcno < MAXMAPSTACK);
1164 SM_ASSERT(svcno < MAXMAPSTACK);
2287 SM_ASSERT(dn >= 0);
[all …]
H A Dheaders.c143 SM_ASSERT(p <= q);
600 SM_ASSERT(l + 2 > l);
718 SM_ASSERT(last != NULL);
2149 SM_ASSERT(sizeof(obuf) > opos * 2);
2163 SM_ASSERT(obp < &obuf[MAXLINE]);
H A Drecipient.c229 SM_ASSERT(p < endp);
234 SM_ASSERT(p < endp);
239 SM_ASSERT(p < endp);
803 SM_ASSERT(pq != NULL);
H A Dtls.c1004 SM_ASSERT(ctx != NULL);
1192 SM_ASSERT(store != NULL);
1698 SM_ASSERT((n * 3) + 2 < sizeof(md5h));
1913 SM_ASSERT(!dane_vrfy_ctx->dane_vrfy_dane_enabled);
H A Ddeliver.c1380 SM_ASSERT(e != NULL);
1381 SM_ASSERT(e->e_mci != NULL);
1821 SM_ASSERT(e->e_from.q_mailer != NULL);
4509 SM_ASSERT(strsize < tobufsize);
5056 SM_ASSERT(0);
6052 SM_ASSERT(pbp < peekbuf +
6091 SM_ASSERT(pbp < peekbuf + sizeof(peekbuf));
6121 SM_ASSERT(pbp < peekbuf +
6164 SM_ASSERT(pbp < peekbuf +
H A Dutil.c53 SM_ASSERT(l + 1 > l);
2656 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);
2696 SM_ASSERT(CurChildren < INT_MAX);
H A Dqueue.c2714 SM_ASSERT(wn >= 0);
6255 SM_ASSERT(cp != NULL);
6260 SM_ASSERT(len >= blen - 1);
6301 SM_ASSERT(off < sizeof(relpath));
7317 SM_ASSERT(len > 0);
7346 SM_ASSERT(basedir[len - 1] == '/');
7435 SM_ASSERT(!owner);
8614 SM_ASSERT(j < l);
8713 SM_ASSERT(j < l);
H A Dsfsasl.c958 SM_ASSERT(con != NULL);
H A Dsrvrsmtp.c1378 SM_ASSERT(q != NULL || OpMode == MD_SMTP);
6034 SM_ASSERT(val != NULL);
6035 SM_ASSERT(user != NULL);
6036 SM_ASSERT(user_len > 0);
/freebsd/contrib/sendmail/libmilter/
H A Dmonitor.c85 SM_ASSERT(Monitor);
86 SM_ASSERT(Mon_exec_time > 0);
154 SM_ASSERT(!Monitor); in mi_monitor_init()
H A Dsmfi.c195 SM_ASSERT(len > l1);
208 SM_ASSERT(offset < len);
209 SM_ASSERT(offset + l1 <= len);
212 SM_ASSERT(offset > l1);
259 SM_ASSERT(len > l1);
270 SM_ASSERT(offset < len);
271 SM_ASSERT(offset + l1 <= len);
274 SM_ASSERT(offset > l1);
325 SM_ASSERT(ctx != NULL);
H A Dlibmilter.h35 #ifdef SM_ASSERT
36 #undef SM_ASSERT
38 #ifndef SM_ASSERT
40 #define SM_ASSERT(x) assert(x) macro
H A Dworker.c172 SM_ASSERT(ctx != NULL);
213 SM_ASSERT(ctx != NULL);
803 SM_ASSERT(ctx != NULL);
822 SM_ASSERT(ctx != NULL);
H A Dengine.c488 SM_ASSERT(ctx != NULL);
489 SM_ASSERT(buf != NULL);
490 SM_ASSERT(newbuf != NULL);
504 SM_ASSERT(len + MILTER_OPTLEN > len);
518 SM_ASSERT(offset + MILTER_LEN_BYTES < len);
524 SM_ASSERT(offset + l <= len);
785 SM_ASSERT(ctx != NULL);
810 SM_ASSERT(ctx != NULL);
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h41 #define SM_ASSERT OS_ASSERT macro

12