Searched refs:io_info (Results 1 – 4 of 4) sorted by relevance
/external/libevent/ |
D | evmap.c | 668 struct evmap_io *io_info, void *arg) argument 670 return delete_all_in_dlist(&io_info->events); 946 struct evmap_io *io_info, void *arg) argument 953 EVUTIL_ASSERT_LIST_OK(&io_info->events, event, ev_io_next); 955 LIST_FOREACH(ev, &io_info->events, ev_io_next) { 968 EVUTIL_ASSERT(n_read == io_info->nread); 969 EVUTIL_ASSERT(n_write == io_info->nwrite); 970 EVUTIL_ASSERT(n_close == io_info->nclose); 1015 struct evmap_io *io_info, void *arg) argument 1020 LIST_FOREACH(ev, &io_info->events, ev_io_next) {
|
/external/blktrace/ |
D | blktrace.c | 115 struct io_info *ios; 165 struct io_info *ios; 244 struct io_info { struct 1484 static int net_sendfile(struct io_info *iop) in net_sendfile() 1501 static inline int net_sendfile_data(struct tracer *tp, struct io_info *iop) in net_sendfile_data() 1554 static int set_vbuf(struct io_info *iop, int mode, size_t size) in set_vbuf() 1568 static int iop_open(struct io_info *iop, int cpu) in iop_open() 1607 static void close_iop(struct io_info *iop) in close_iop() 1631 struct io_info *iop = &tp->ios[--tp->nios]; in close_ios() 1654 struct io_info *iop; in open_ios() [all …]
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1517 *io_info; in SetAttribute() local 1521 io_info=IoIFP(sv_2io(sval)); in SetAttribute() 1522 if (io_info == (PerlIO *) NULL) in SetAttribute() 1528 file=PerlIO_findFILE(io_info); in SetAttribute() 12299 *io_info; in Ping() local 12302 io_info=IoIFP(sv_2io(ST(i+1))); in Ping() 12303 if (io_info == (PerlIO *) NULL) in Ping() 12309 file=PerlIO_findFILE(io_info); in Ping() 13818 *io_info; in Read() local 13821 io_info=IoIFP(sv_2io(ST(i+1))); in Read() [all …]
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1517 *io_info; local 1521 io_info=IoIFP(sv_2io(sval)); 1522 if (io_info == (PerlIO *) NULL) 1528 file=PerlIO_findFILE(io_info); 12416 *io_info; local 12419 io_info=IoIFP(sv_2io(ST(i+1))); 12420 if (io_info == (PerlIO *) NULL) 12426 file=PerlIO_findFILE(io_info); 13935 *io_info; local 13938 io_info=IoIFP(sv_2io(ST(i+1))); [all …]
|