Lines Matching refs:xbuf
2621 char *xbuf[XBUFSIZE];
2624 if (testmgr_alloc_buf(xbuf))
2646 data = xbuf[0];
2693 testmgr_free_buf(xbuf);
3933 char *xbuf[XBUFSIZE];
3946 if (testmgr_alloc_buf(xbuf))
4002 memcpy(xbuf[0], m, m_size);
4005 sg_set_buf(&src_tab[0], xbuf[0], 8);
4006 sg_set_buf(&src_tab[1], xbuf[0] + 8, m_size - 8);
4010 memcpy(xbuf[1], c, c_size);
4011 sg_set_buf(&src_tab[2], xbuf[1], c_size);
4070 memcpy(xbuf[0], c, c_size);
4072 sg_init_one(&src, xbuf[0], c_size);
4108 testmgr_free_buf(xbuf);