| /src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| stop.c | 45 int set_excepts, iovcnt = 1; local 60 iov[iovcnt].iov_base = (char*) " IEEE_INVALID_FLAG"; 61 iov[iovcnt].iov_len = strlen (iov[iovcnt].iov_base); 62 iovcnt++; 68 iov[iovcnt].iov_base = (char*) " IEEE_DIVIDE_BY_ZERO"; 69 iov[iovcnt].iov_len = strlen (iov[iovcnt].iov_base); 70 iovcnt++; 76 iov[iovcnt].iov_base = (char*) " IEEE_OVERFLOW_FLAG" [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| stop.c | 45 int set_excepts, iovcnt = 1; local 60 iov[iovcnt].iov_base = (char*) " IEEE_INVALID_FLAG"; 61 iov[iovcnt].iov_len = strlen (iov[iovcnt].iov_base); 62 iovcnt++; 68 iov[iovcnt].iov_base = (char*) " IEEE_DIVIDE_BY_ZERO"; 69 iov[iovcnt].iov_len = strlen (iov[iovcnt].iov_base); 70 iovcnt++; 76 iov[iovcnt].iov_base = (char*) " IEEE_OVERFLOW_FLAG" [all...] |
| /src/lib/libc/gen/ |
| xsyslog.c | 155 int opened, iovcnt; local 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 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 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 | 181 int iovcnt = uio->uio_iovcnt; local 194 KASSERT(iovcnt > 0); 197 KASSERT(iovcnt > 1); 199 iovcnt--; 271 panic("ureadc: non-positive iovcnt");
|
| /src/external/mit/libuv/dist/src/unix/ |
| stream.c | 760 int iovcnt; local 768 iovcnt = nbufs; 773 if (iovcnt > iovmax) 774 iovcnt = iovmax; 797 msg.msg_iovlen = iovcnt; 813 n = uv__writev(uv__stream_fd(stream), iov, iovcnt);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 347 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 355 syscallarg(const struct iovcnt *) iovp; 356 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_syscallargs.h | 1084 syscallarg(int) iovcnt; member in struct:linux32_sys_preadv_args 1093 syscallarg(int) iovcnt; member in struct:linux32_sys_pwritev_args
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_syscallargs.h | 1093 syscallarg(int) iovcnt; member in struct:linux32_sys_preadv_args 1102 syscallarg(int) iovcnt; member in struct:linux32_sys_pwritev_args
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| traps.c | 2285 /* ssize_t writev(int fd, const struct iovec *iov, int iovcnt); 2295 SI iovcnt = arg3; local 2300 for (i = 0; i < iovcnt; i++)
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| traps.c | 2285 /* ssize_t writev(int fd, const struct iovec *iov, int iovcnt); 2295 SI iovcnt = arg3; local 2300 for (i = 0; i < iovcnt; i++)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vnops.c | 1040 int iovcnt = uio->uio_iovcnt; local 1201 ASSERT(i_iov < iovcnt);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1341 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 1349 syscallarg(const struct iovcnt *) iovp; 1350 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_syscallargs.h | 1223 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 1231 syscallarg(const struct iovcnt *) iovp; 1232 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/linux/arch/arm/ |
| linux_syscallargs.h | 1296 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 1304 syscallarg(const struct iovcnt *) iovp; 1305 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/linux/arch/i386/ |
| linux_syscallargs.h | 1335 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 1343 syscallarg(const struct iovcnt *) iovp; 1344 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_syscallargs.h | 1287 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 1295 syscallarg(const struct iovcnt *) iovp; 1296 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/linux/arch/mips/ |
| linux_syscallargs.h | 1334 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 1342 syscallarg(const struct iovcnt *) iovp; 1343 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_syscallargs.h | 1221 syscallarg(int) iovcnt; member in struct:linux_sys_preadv_args 1229 syscallarg(const struct iovcnt *) iovp; 1230 syscallarg(int) iovcnt; member in struct:linux_sys_pwritev_args
|
| /src/sys/compat/netbsd32/ |
| netbsd32_syscallargs.h | 645 syscallarg(int) iovcnt; member in struct:netbsd32_readv_args 652 syscallarg(int) iovcnt; member in struct:netbsd32_writev_args 1560 syscallarg(int) iovcnt; member in struct:netbsd32_preadv_args 1569 syscallarg(int) iovcnt; member in struct:netbsd32_pwritev_args
|
| /src/sys/sys/ |
| syscallargs.h | 752 syscallarg(int) iovcnt; member in struct:sys_readv_args 759 syscallarg(int) iovcnt; member in struct:sys_writev_args 1885 syscallarg(int) iovcnt; member in struct:sys_preadv_args 1894 syscallarg(int) iovcnt; member in struct:sys_pwritev_args
|