Searched refs:SBUF_ASSERT_EQ (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/kern/ |
| H A D | subr_sbuf.c | 752 #define SBUF_ASSERT_EQ(e, a) SBUF_ASSERT_CMP(e, a, ==) macro 805 SBUF_ASSERT_EQ(NULL, s); 814 SBUF_ASSERT_EQ(NULL, s); 822 SBUF_ASSERT_EQ(NULL, s); 830 SBUF_ASSERT_EQ(NULL, s); 840 SBUF_ASSERT_EQ(&existing, s); 845 SBUF_ASSERT_EQ(0, s->s_len); 858 SBUF_ASSERT_EQ(&existing, s); 859 SBUF_ASSERT_EQ(buf, s->s_buf); 860 SBUF_ASSERT_EQ(4, s->s_size); [all …]
|