Home
last modified time | relevance | path

Searched refs:EQUIV (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Ddebug.h85 #define EQUIV(A, B) \ macro
90 #define EQUIV(A, B) ((void)0) macro
/titanic_50/usr/src/uts/common/io/
H A Dtl.c1078 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 Dstrsubr.c399 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 Dkmem.c2902 EQUIV(buf == NULL, size == 0); in kmem_free()