HomeSort by relevance Sort by last modified time
    Searched refs:iovec32 (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
uio.h 77 typedef struct iovec32 { struct
  /onnv/onnv-gate/usr/src/uts/common/syscall/
rw.c 644 struct iovec32 aiov32[DEF_IOV_MAX];
647 if (copyin(iovp, aiov32, iovcnt * sizeof (struct iovec32)))
802 struct iovec32 aiov32[DEF_IOV_MAX];
805 if (copyin(iovp, aiov32, iovcnt * sizeof (struct iovec32)))
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
socksyscalls.c 1011 struct iovec32 aiov32[MSG_MAXIOVLEN];
1014 if (copyin((struct iovec32 *)lmsg.msg_iov, aiov32,
1015 iovcnt * sizeof (struct iovec32)))
1257 struct iovec32 aiov32[MSG_MAXIOVLEN];
1261 copyin((struct iovec32 *)lmsg.msg_iov, aiov32,
1262 iovcnt * sizeof (struct iovec32)))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rsm/
rsm.c 7311 rsmka_iovec32_t *iovec32, *iovec32_base; local
    [all...]

Completed in 120 milliseconds