Lines Matching refs:xbuf
2731 char *xbuf[XBUFSIZE];
2734 if (testmgr_alloc_buf(xbuf))
2756 data = xbuf[0];
2803 testmgr_free_buf(xbuf);
4078 char *xbuf[XBUFSIZE];
4091 if (testmgr_alloc_buf(xbuf))
4147 memcpy(xbuf[0], m, m_size);
4150 sg_set_buf(&src_tab[0], xbuf[0], 8);
4151 sg_set_buf(&src_tab[1], xbuf[0] + 8, m_size - 8);
4155 memcpy(xbuf[1], c, c_size);
4156 sg_set_buf(&src_tab[2], xbuf[1], c_size);
4215 memcpy(xbuf[0], c, c_size);
4217 sg_init_one(&src, xbuf[0], c_size);
4253 testmgr_free_buf(xbuf);