/src/lib/libc/gen/ |
xsyslog.c | 155 int opened, iovcnt; local in function:_vxsyslogp_r 157 iovcnt = opened = 0; 208 iov[iovcnt].iov_base = p; 209 iov[iovcnt].iov_len = prlen - 1; 210 iovcnt++; 217 iov[iovcnt].iov_base = __UNCONST("["); 218 iov[iovcnt].iov_len = 1; 219 iovcnt++; 220 iov[iovcnt].iov_base = p; 221 iov[iovcnt].iov_len = prlen - 1 [all...] |
xsyslog.c | 155 int opened, iovcnt; local in function:_vxsyslogp_r 157 iovcnt = opened = 0; 208 iov[iovcnt].iov_base = p; 209 iov[iovcnt].iov_len = prlen - 1; 210 iovcnt++; 217 iov[iovcnt].iov_base = __UNCONST("["); 218 iov[iovcnt].iov_len = 1; 219 iovcnt++; 220 iov[iovcnt].iov_base = p; 221 iov[iovcnt].iov_len = prlen - 1 [all...] |
/src/lib/libisns/ |
isns_task.c | 203 int iovcnt, cur_iovec; local in function:isns_task_send_pdu 232 iovcnt = 1; 236 write_buf[iovcnt].iov_base = isns_buffer_data(buf_p,0); 237 write_buf[iovcnt].iov_len = buf_p->cur_len; 238 bytes_to_write += write_buf[iovcnt].iov_len; 239 iovcnt++; 243 /* iovcnt and bytes_to_write are initialized */ 249 iovcnt); 279 iovcnt--;
|
isns_task.c | 203 int iovcnt, cur_iovec; local in function:isns_task_send_pdu 232 iovcnt = 1; 236 write_buf[iovcnt].iov_base = isns_buffer_data(buf_p,0); 237 write_buf[iovcnt].iov_len = buf_p->cur_len; 238 bytes_to_write += write_buf[iovcnt].iov_len; 239 iovcnt++; 243 /* iovcnt and bytes_to_write are initialized */ 249 iovcnt); 279 iovcnt--;
|
isns_thread.c | 268 int iovcnt, more, transport_evt; local in function:isns_kevent_socket 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++ [all...] |
isns_thread.c | 268 int iovcnt, more, transport_evt; local in function:isns_kevent_socket 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++ [all...] |
/src/sys/kern/ |
subr_copy.c | 178 int iovcnt = uio->uio_iovcnt; local in function:uiopeek 191 KASSERT(iovcnt > 0); 194 KASSERT(iovcnt > 1); 196 iovcnt--; 268 panic("ureadc: non-positive iovcnt");
|
subr_copy.c | 178 int iovcnt = uio->uio_iovcnt; local in function:uiopeek 191 KASSERT(iovcnt > 0); 194 KASSERT(iovcnt > 1); 196 iovcnt--; 268 panic("ureadc: non-positive iovcnt");
|