HomeSort by relevance Sort by last modified time
    Searched defs:uio_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
uio.h 99 } uio_t; typedef in typeref:struct:uio
102 * Extended uio_t uioa_t used for asynchronous uio.
147 uio_t xu_uio; /* Embedded UIO structure */
216 * uio_t (uioa_t), to uioasync enabled consumers. Unlike above all
222 #define UIO_ASYNC 0x0002 /* uio_t is really a uioa_t */
237 int uiomove(void *, size_t, enum uio_rw, uio_t *);
238 void uio_prefaultpages(ssize_t, uio_t *);
239 int uiocopy(void *, size_t, enum uio_rw, uio_t *, size_t *);
240 int ureadc(int, uio_t *); /* should be errno_t in future */
242 void uioskip(uio_t *, size_t)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h 325 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
    [all...]

Completed in 180 milliseconds