Home
last modified time | relevance | path

Searched refs:io_info (Results 1 – 3 of 3) sorted by relevance

/external/blktrace/
Dblktrace.c115 struct io_info *ios;
165 struct io_info *ios;
244 struct io_info { struct
1439 static int net_sendfile(struct io_info *iop) in net_sendfile()
1456 static inline int net_sendfile_data(struct tracer *tp, struct io_info *iop) in net_sendfile_data()
1465 static int fill_ofname(struct io_info *iop, int cpu) in fill_ofname()
1514 static int set_vbuf(struct io_info *iop, int mode, size_t size) in set_vbuf()
1528 static int iop_open(struct io_info *iop, int cpu) in iop_open()
1552 static void close_iop(struct io_info *iop) in close_iop()
1576 struct io_info *iop = &tp->ios[--tp->nios]; in close_ios()
[all …]
/external/ImageMagick/PerlMagick/
DMagick.xs1491 *io_info; in SetAttribute() local
1495 io_info=IoIFP(sv_2io(sval)); in SetAttribute()
1496 if (io_info == (PerlIO *) NULL) in SetAttribute()
1502 file=PerlIO_findFILE(io_info); in SetAttribute()
12137 *io_info; in Ping() local
12140 io_info=IoIFP(sv_2io(ST(i+1))); in Ping()
12141 if (io_info == (PerlIO *) NULL) in Ping()
12147 file=PerlIO_findFILE(io_info); in Ping()
13656 *io_info; in Read() local
13659 io_info=IoIFP(sv_2io(ST(i+1))); in Read()
[all …]
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1491 *io_info; local
1495 io_info=IoIFP(sv_2io(sval));
1496 if (io_info == (PerlIO *) NULL)
1502 file=PerlIO_findFILE(io_info);
12137 *io_info; local
12140 io_info=IoIFP(sv_2io(ST(i+1)));
12141 if (io_info == (PerlIO *) NULL)
12147 file=PerlIO_findFILE(io_info);
13656 *io_info; local
13659 io_info=IoIFP(sv_2io(ST(i+1)));
[all …]