Home
last modified time | relevance | path

Searched refs:INSIST (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/include/isc/
H A Dlist.h43 INSIST(!LINKED(elt, link));\
55 INSIST(!LINKED(elt, link));\
67 INSIST(LINKED(elt, link));\
71 INSIST((list).tail == (elt)); \
77 INSIST((list).head == (elt)); \
90 INSIST(!LINKED(elt, link));\
103 INSIST(!LINKED(elt, link));\
H A Dassertions.h96 #define INSIST(cond) \ macro
105 #define INSIST(cond) ((void) (cond)) macro
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c103 #define MEMLOCK do { INSIST(memlock == 0); memlock = 1; } while (0)
104 #define MEMUNLOCK do { INSIST(memlock == 1); memlock = 0; } while (0)
137 INSIST(sizeof(fence_t) == FENCEPOST_SIZE); in meminit()
397 INSIST(e->fencepost == FRONT_FENCEPOST); in __memput_record()
398 INSIST(e->size == size); in __memput_record()
401 INSIST(fp == BACK_FENCEPOST); in __memput_record()
402 INSIST(((u_long)mem % 4) == 0); in __memput_record()
413 INSIST(el != NULL); /*%< double free */ in __memput_record()
432 INSIST(stats[max_size].gets != 0U); in __memput_record()
470 INSIST(stats[size].gets != 0U); in __memput_record()
[all …]
H A Dev_waits.c90 INSIST(first != NULL); in evDo()
113 INSIST(this != NULL); in evUnwait()
192 INSIST(wl->first != NULL); in print_waits()
223 INSIST(this != NULL); in evFreeWaitList()
H A Deventlib.c164 INSIST(revs >= 0); in evDestroy()
181 INSIST(revs >= 0); in evDestroy()
324 INSIST(tp == &t); in evGetNext()
386 INSIST(nextTimer || ctx->fdCount); in evGetNext()
789 INSIST(ctx != NULL); in pselect()
H A Dctl_srvr.c602 INSIST(sess->verb != NULL); in ctl_readable()
743 INSIST(allocated_p(sess->outbuf)); in ctl_writedone()
750 INSIST(sess->verb != NULL); in ctl_writedone()
H A Dev_streams.c250 INSIST(ctx->strDone == NULL); in done()
/titanic_44/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_pton.c81 INSIST(n >= 0 && n <= 15); in inet_net_pton_ipv4()
104 INSIST(n >= 0 && n <= 9); in inet_net_pton_ipv4()
133 INSIST(n >= 0 && n <= 9); in inet_net_pton_ipv4()
H A Dinet_cidr_pton.c95 INSIST(n >= 0 && n <= 9); in inet_cidr_pton_ipv4()
/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c179 INSIST(n > 0); in ns_sign2()
191 INSIST(n > 0); in ns_sign2()
H A Dns_print.c1204 INSIST(len <= *buflen); in addlen()
/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Dgen.c445 INSIST(n < irs_nmap); in init_map_rules()
451 INSIST(n < irs_nacc); in init_map_rules()
H A Dgetaddrinfo.c622 INSIST(res != NULL && *res == NULL);