Searched defs:uio_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Duio.h104 } uio_t; typedef in typeref:struct:uio
107 * Extended uio_t uioa_t used for asynchronous uio.
152 uio_t xu_uio; /* Embedded UIO structure */
221 * uio_t (uioa_t), to uioasync enabled consumers. Unlike above all
227 #define UIO_ASYNC 0x0002 /* uio_t is really a uioa_t */
242 int uiomove(void *, size_t, enum uio_rw, uio_t *);
243 void uio_prefaultpages(ssize_t, uio_t *);
244 int uiocopy(void *, size_t, enum uio_rw, uio_t *, size_t *);
245 int ureadc(int, uio_t *); /* should be errno_t in future */
247 void uioskip(uio_t *, size_
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h325 typedef struct uio uio_t; typedef in typeref:struct:uio
521 typedef struct uio uio_t; typedef in typeref:struct:uio
537 typedef struct uio uio_t; typedef in typeref:struct:uio
796 typedef struct uio uio_t; typedef in typeref:struct:uio
963 typedef struct uio uio_t; typedef in typeref:struct:uio
1017 typedef struct uio uio_t; typedef in typeref:struct:uio
1082 typedef struct uio uio_t; typedef in typeref:struct:uio
1231 } uio_t; typedef in typeref:struct:uio

Completed in 65 milliseconds