Searched refs:EQUIV (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | debug.h | 85 #define EQUIV(A, B) \ macro 90 #define EQUIV(A, B) ((void)0) macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tl.c | 1078 EQUIV(i & TL_TICLTS, t->tr_serializer != NULL); in tl_detach() 5294 EQUIV(rc == 0, peer_tep != NULL); in tl_find_peer() 5322 EQUIV(rc == 0, peer_tep != NULL); in tl_sock_find_peer()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | strsubr.c | 399 EQUIV(head, tail); \ 474 EQUIV(sq->sq_head, sq->sq_tail); \ 478 EQUIV(sq->sq_head, (sq->sq_flags & SQ_MESSAGES)); \ 489 EQUIV(sq->sq_head, sq->sq_nqueues); \
|
H A D | kmem.c | 2902 EQUIV(buf == NULL, size == 0); in kmem_free()
|