| /xsrc/external/mit/libxcb/dist/src/ |
| xcb_windefs.h | 38 struct iovec { struct
|
| xcbext.h | 83 unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *request); 113 unsigned int xcb_send_request_with_fds(xcb_connection_t *c, int flags, struct iovec *vector, 138 uint64_t xcb_send_request64(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *request); 169 uint64_t xcb_send_request_with_fds64(xcb_connection_t *c, int flags, struct iovec *vector, 225 * xcb_writev. Also, the iovec must have at least 1 byte of data in it. 234 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests);
|
| xcb_out.c | 46 static inline void send_request(xcb_connection_t *c, int isvoid, enum workarounds workaround, int flags, struct iovec *vector, int count) 85 struct iovec vector[2]; 225 uint64_t xcb_send_request_with_fds64(xcb_connection_t *c, int flags, struct iovec *vector, 345 unsigned int xcb_send_request_with_fds(xcb_connection_t *c, int flags, struct iovec *vector, 351 uint64_t xcb_send_request64(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *req) 357 unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *req) 409 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests) 466 int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count) 491 struct iovec vec;
|
| xcbint.h | 133 int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count); 230 int _xcb_conn_wait(xcb_connection_t *c, pthread_cond_t *cond, struct iovec **vector, int *count);
|
| xcb_conn.c | 131 struct iovec parts[6]; 217 static int write_vec(xcb_connection_t *c, struct iovec **vector, int *count) 227 an iovec would require more work and I'm not sure of the benefit....works for now */ 230 struct iovec *vec = *vector; 466 int _xcb_conn_wait(xcb_connection_t *c, pthread_cond_t *cond, struct iovec **vector, int *count)
|
| xcb_in.c | 995 struct iovec iov = {
|
| /xsrc/external/mit/xtrans/dist/ |
| Xtrans.h | 160 * TRANS(Readv) and TRANS(Writev) use struct iovec, normally found 165 struct iovec { struct 331 struct iovec *, /* buf */ 337 struct iovec *, /* buf */
|
| Xtransint.h | 248 struct iovec *, /* buf */ 254 struct iovec *, /* buf */ 329 struct iovec *, /* iov */ 346 struct iovec *, /* iov */
|
| Xtrans.c | 916 TRANS(Readv) (XtransConnInfo ciptr, struct iovec *buf, int size) 923 TRANS(Writev) (XtransConnInfo ciptr, struct iovec *buf, int size) 1282 static int TRANS(ReadV) (XtransConnInfo ciptr, struct iovec *iov, int iovcnt) 1311 static int TRANS(WriteV) (XtransConnInfo ciptr, struct iovec *iov, int iovcnt)
|
| Xtranssock.c | 2120 struct iovec iov = { 2158 TRANS(SocketReadv) (XtransConnInfo ciptr, struct iovec *buf, int size) 2199 TRANS(SocketWritev) (XtransConnInfo ciptr, struct iovec *buf, int size) 2261 struct iovec iov;
|
| Xtranslcl.c | 1274 TRANS(LocalReadv)(XtransConnInfo ciptr, struct iovec *buf, int size) 1283 TRANS(LocalWritev)(XtransConnInfo ciptr, struct iovec *buf, int size)
|
| /xsrc/external/mit/libFS/dist/src/ |
| FSConnServ.c | 220 struct iovec iovarray[5],
|
| FSlibInt.c | 282 struct iovec iov[2]; 341 struct iovec iov[3]; 372 * for next piece else put new stuff in iovec, will need all of next
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/ |
| virgl_vtest_socket.c | 80 struct iovec iovec; local 82 iovec.iov_base = &c; 83 iovec.iov_len = sizeof(char); 87 msgh.msg_iov = &iovec;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/ |
| virgl_vtest_socket.c | 80 struct iovec iovec; local 82 iovec.iov_base = &c; 83 iovec.iov_len = sizeof(char); 87 msgh.msg_iov = &iovec;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| sun_bell.c | 57 struct iovec iov[IOV_MAX];
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| sun_bell.c | 57 struct iovec iov[IOV_MAX];
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| stub.c | 130 struct iovec iov[1];
|
| bundle-main.c | 174 struct iovec iov[1];
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| stub.c | 141 struct iovec iov[1];
|
| bundle-main.c | 159 struct iovec iov[1];
|
| /xsrc/external/mit/xfs/dist/os/ |
| io.c | 361 struct iovec iov[3]; 387 * else put new stuff in iovec, will need all of next piece
|
| /xsrc/external/mit/libX11/dist/src/ |
| xcb_io.c | 553 struct iovec vec[3];
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_renderer_vtest.c | 118 &(struct iovec){
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| io.c | 837 struct iovec iov[3]; 871 * else put new stuff in iovec, will need all of next piece
|