Lines Matching defs:xbuf
2722 char *xbuf[XBUFSIZE];
2725 if (testmgr_alloc_buf(xbuf))
2747 data = xbuf[0];
2794 testmgr_free_buf(xbuf);
3757 char *xbuf[XBUFSIZE];
3768 if (testmgr_alloc_buf(xbuf))
3799 memcpy(xbuf[0], vecs->m, vecs->m_size);
3802 sg_set_buf(&src_tab[0], xbuf[0], 8);
3803 sg_set_buf(&src_tab[1], xbuf[0] + 8, vecs->m_size - 8);
3852 memcpy(xbuf[0], c, c_size);
3854 sg_init_one(&src, xbuf[0], c_size);
3885 testmgr_free_buf(xbuf);