Searched refs:vsi_send_buf (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.h178 char vsi_send_buf[VS_BUF_SZ + VS_TAIL_SZ]; member in struct:vs_info
H A Dvs_icap.c353 char *buf0 = ctx->vsc_info.vsi_send_buf;
363 (void) memset(ctx->vsc_info.vsi_send_buf, 0,
364 sizeof (ctx->vsc_info.vsi_send_buf));
614 ctx->vsc_info.vsi_send_buf, len) < 0) {
642 char *hbuf0 = ctx->vsc_info.vsi_send_buf;
1211 char *dbuf = ctx->vsc_info.vsi_send_buf;

Completed in 92 milliseconds