Lines Matching refs:hard
1404 uchar_t hard = softbuf->cys_hard; in cyclic_expand_xcall() local
1409 ASSERT(hard == softbuf->cys_soft); in cyclic_expand_xcall()
1410 ASSERT(hard == 0 || hard == 1); in cyclic_expand_xcall()
1411 ASSERT(softbuf->cys_buf[hard].cypc_buf != NULL); in cyclic_expand_xcall()
1413 softbuf->cys_hard = hard ^ 1; in cyclic_expand_xcall()
1420 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf != NULL); in cyclic_expand_xcall()
1421 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_prodndx == 0); in cyclic_expand_xcall()
1422 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_consndx == 0); in cyclic_expand_xcall()
1477 char hard = softbuf->cys_hard; in cyclic_expand() local
1478 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
1480 ASSERT(hard == old_hard); in cyclic_expand()
1481 ASSERT(hard == softbuf->cys_soft); in cyclic_expand()
1511 char hard = softbuf->cys_hard; in cyclic_expand() local
1512 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
1514 ASSERT(hard == (old_hard ^ 1)); in cyclic_expand()
1515 ASSERT(hard == softbuf->cys_soft); in cyclic_expand()
2359 uchar_t hard = softbuf->cys_hard; in cyclic_unconfigure() local
2360 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard]; in cyclic_unconfigure()
2366 ASSERT(hard == softbuf->cys_soft); in cyclic_unconfigure()
2367 ASSERT(hard == 0 || hard == 1); in cyclic_unconfigure()
2369 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf == NULL); in cyclic_unconfigure()