Searched refs:INSIST (Results 1 – 13 of 13) sorted by relevance
43 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));\
96 #define INSIST(cond) \ macro105 #define INSIST(cond) ((void) (cond)) macro
103 #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 …]
90 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()
164 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()
602 INSIST(sess->verb != NULL); in ctl_readable()743 INSIST(allocated_p(sess->outbuf)); in ctl_writedone()750 INSIST(sess->verb != NULL); in ctl_writedone()
250 INSIST(ctx->strDone == NULL); in done()
81 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()
95 INSIST(n >= 0 && n <= 9); in inet_cidr_pton_ipv4()
179 INSIST(n > 0); in ns_sign2()191 INSIST(n > 0); in ns_sign2()
1204 INSIST(len <= *buflen); in addlen()
445 INSIST(n < irs_nmap); in init_map_rules()451 INSIST(n < irs_nacc); in init_map_rules()
622 INSIST(res != NULL && *res == NULL);