Home | History | Annotate | Download | only in libisns

Lines Matching defs:iovcnt

268 	int iovcnt, more, transport_evt;
298 iovcnt = 1;
301 rv = isns_socket_readv(cfg_p->sd, iovp, iovcnt);
385 iovcnt = 0;
387 read_buf[iovcnt].iov_base = isns_buffer_data(
389 read_buf[iovcnt].iov_len = curbuf_p->alloc_len -
391 iovcnt++;
395 read_buf[iovcnt].iov_base = isns_buffer_data(curbuf_p,
397 read_buf[iovcnt].iov_len = unread_len;
398 iovcnt++;
400 rv = isns_socket_readv(cfg_p->sd, iovp, iovcnt);