Searched refs:INSIST (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dregion.h60 INSIST(_r->length >= _l); \
69 INSIST(_r->length >= _l); \
78 INSIST(_r->length >= _l); \
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstdtime.c80 INSIST(tv.tv_usec >= 0);
82 INSIST(tv.tv_usec >= 0 && tv.tv_usec < US_PER_S);
H A Dtime.c43 * All of the INSIST()s checks of nanoseconds < NS_PER_S are for
100 INSIST(i->nanoseconds < NS_PER_S);
136 INSIST(t->nanoseconds < NS_PER_S);
194 INSIST(i->nanoseconds < NS_PER_S);
241 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
258 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
285 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
309 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
330 INSIST(t->nanoseconds < NS_PER_S);
340 INSIST(
[all...]
H A Dfsaccess.c87 INSIST(access == 0);
H A Dsocket.c970 INSIST(fd >= 0 && fd < (int)manager->maxsocks);
974 INSIST(manager->fdstate[fd] == CLOSE_PENDING);
1060 INSIST(cc == sizeof(buf));
1089 INSIST(cc == sizeof(buf));
1351 INSIST(iovcount < MAXSCATTERGATHER_SEND);
1366 INSIST(skip_count == 0U);
1391 INSIST(msg->msg_controllen <= sock->sendcmsgbuflen);
1409 INSIST(msg->msg_controllen <= sock->sendcmsgbuflen);
1510 INSIST(iovcount < MAXSCATTERGATHER_RECV);
1570 INSIST(addres
[all...]
H A Dresource.c209 INSIST(unixresult == 0);
226 INSIST(unixresult == 0);
/freebsd-11-stable/lib/libc/include/isc/
H A Dlist.h24 #define INSIST(cond) assert(cond) macro
50 INSIST(!LINKED(elt, link));\
62 INSIST(!LINKED(elt, link));\
74 INSIST(LINKED(elt, link));\
78 INSIST((list).tail == (elt)); \
84 INSIST((list).head == (elt)); \
97 INSIST(!LINKED(elt, link));\
110 INSIST(!LINKED(elt, link));\
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dquota.c39 INSIST(quota->used == 0);
79 INSIST(quota->used > 0);
88 INSIST(p != NULL && *p == NULL);
98 INSIST(p != NULL && *p != NULL);
H A Dradix.c97 INSIST(prefix != NULL);
98 INSIST((prefix->family == AF_INET && prefix->bitlen <= 32) ||
186 INSIST(Xrn->data[0] == NULL &&
319 INSIST(prefix != NULL);
390 INSIST(node != NULL);
393 INSIST(node->prefix != NULL);
410 INSIST(j < 8);
469 INSIST(node->data[0] == NULL && node->node_num[0] == -1 &&
547 INSIST(glue == NULL);
552 INSIST(nod
[all...]
H A Dhash.c227 INSIST(hash == NULL);
255 INSIST(result == ISC_R_SUCCESS);
257 INSIST(0);
274 INSIST(p == (unsigned char *)hctx->rndvector +
286 INSIST(hash != NULL && VALID_HASH(hash));
329 INSIST(memcmp(canary0, canary1, sizeof(canary0)) == 0);
353 INSIST(hash != NULL && VALID_HASH(hash));
356 INSIST(refs == 0);
400 INSIST(hash != NULL && VALID_HASH(hash));
H A Dprint.c99 INSIST(str != NULL);
100 INSIST(format != NULL);
537 INSIST("use %ld instead of %D" == NULL);
539 INSIST("use %lo instead of %O" == NULL);
541 INSIST("use %lu instead of %U" == NULL);
547 INSIST("long doubles are not supported" == NULL);
H A Dratelimiter.c65 INSIST(ratelimiterp != NULL && *ratelimiterp == NULL);
159 INSIST(rl->state == isc_ratelimiter_shuttingdown);
206 INSIST(p == NULL);
258 INSIST(source->refs > 0);
H A Dsha1.c52 INSIST(context != NULL);
66 INSIST(context != 0);
67 INSIST(data != 0);
74 INSIST(digest != 0);
75 INSIST(context != 0);
208 INSIST(buffer != NULL);
209 INSIST(state != NULL);
270 INSIST(context != NULL);
296 INSIST(context != 0);
297 INSIST(dat
[all...]
H A Dnetaddr.c116 INSIST(nbytes < ipabytes);
117 INSIST(nbits < 8);
163 INSIST(alen < sizeof(abuf));
170 INSIST((unsigned int)zlen < sizeof(zbuf));
358 INSIST(0);
H A Dmem.c435 INSIST(dl != NULL);
484 INSIST(dl->count > 0);
501 INSIST(dl != NULL);
545 INSIST(ctx->basic_table_count <= ctx->basic_table_size);
732 INSIST(*cp == 0xbe);
751 INSIST(ctx->stats[ctx->max_size].gets != 0U);
753 INSIST(size <= ctx->total);
778 INSIST(ctx->stats[size].gets != 0U);
818 INSIST(((unsigned char *)mem)[size] == 0xbe);
852 INSIST(ct
[all...]
H A Drwlock.c338 INSIST((rwl->cnt_and_flag & WRITER_ACTIVE) != 0);
425 INSIST((prevcnt & WRITER_ACTIVE) == 0 &&
450 INSIST((prev_readers & WRITER_ACTIVE) != 0);
674 INSIST(rwl->active > 0);
708 INSIST(rwl->original == isc_rwlocktype_none);
796 INSIST(rwl->active > 0);
H A Dtask.c427 INSIST(EMPTY(task->events));
431 INSIST(task->state == task_state_ready ||
488 INSIST(EMPTY(task->events));
548 INSIST(EMPTY(task->events));
551 INSIST(task->state == task_state_ready ||
627 INSIST(!(idle1 && idle2));
1083 INSIST(VALID_TASK(task));
1094 INSIST(task->state == task_state_ready);
1152 INSIST(!was_idle);
1504 INSIST(!manage
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dcaljulian.c31 INSIST(NULL != jt);
H A Dsocktohost.c87 INSIST(alist != NULL);
H A Dsystime.c117 INSIST(sys_fuzz >= 0);
118 INSIST(sys_fuzz <= 1.0);
310 INSIST(!allow_panic);
589 INSIST(!allow_panic);
H A Diosignal.c302 INSIST(input_handler_callback != NULL);
321 INSIST(input != NULL);
496 INSIST(input != NULL);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Drpc.c55 #define INSIST(x) CHECK(!(x)) macro
158 INSIST(*name != NULL);
211 INSIST((size_t)slen == tlen);
214 INSIST((size_t)slen == tlen);
305 INSIST(sp != NULL);
360 INSIST(*str != NULL);
505 INSIST(*tp != NULL);
515 INSIST((size_t)ent->n_tl_data == count);
517 INSIST(ent->n_tl_data == 0);
521 INSIST(nu
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_assert.h13 * INSIST(value > 2);
83 #define INSIST(x) ALWAYS_INSIST(x) macro
94 #define DEBUG_INSIST(x) INSIST(x)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_restrict.c254 INSIST(rl == res);
280 INSIST(rl == res);
304 INSIST(unlinked == res);
379 INSIST(next != res);
533 INSIST(match != NULL);
562 INSIST(match != NULL);
733 INSIST(0);
780 INSIST(res != NULL);
785 INSIST(res != NULL);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c467 INSIST(total_threads > 0);
636 INSIST(sock != INVALID_SOCKET);
641 INSIST(err == 0);
647 INSIST(err == 0);
653 INSIST(err == 0);
750 INSIST(sock->recvbuf.remaining == 0);
751 INSIST(sock->fd != INVALID_SOCKET);
1005 INSIST(iovcount < MAXSCATTERGATHER_SEND);
1032 INSIST(skip_count == 0);
1050 INSIST(addres
[all...]

Completed in 294 milliseconds

123