Searched refs:io2 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dparport.h19 u32 io1, io2; local
28 io1 = prop[1]; io2 = prop[2];
32 if (parport_pc_probe_port(io1, io2, prop[0], autodma, NULL) != NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A DMakefile.am18 EXTRA_DIST=examples.xsl index.py test1.xml examples.xml test2.xml tst.xml writer.xml test3.xml tree2.res xpath1.res reader1.res reader3.res reader4.res io1.res xpath2.res io2.res tree1.res
20 noinst_PROGRAMS=reader2 xpath2 xpath1 parse3 io2 tree2 reader1 testWriter parse4 reader3 io1 parse1 tree1 reader4 parse2
42 io2_SOURCES=io2.c
111 @($(CHECKER) ./io2 > io2.tmp ; diff io2.tmp io2.res ; rm -f io2.tmp)
H A DMakefile.in36 parse3$(EXEEXT) io2$(EXEEXT) tree2$(EXEEXT) reader1$(EXEEXT) \
58 am_io2_OBJECTS = io2.$(OBJEXT)
373 EXTRA_DIST = examples.xsl index.py test1.xml examples.xml test2.xml tst.xml writer.xml test3.xml tree2.res xpath1.res reader1.res reader3.res reader4.res io1.res xpath2.res io2.res tree1.res
390 io2_SOURCES = io2.c
477 io2$(EXEEXT): $(io2_OBJECTS) $(io2_DEPENDENCIES)
478 @rm -f io2$(EXEEXT)
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io2.Po@am__quote@
772 @($(CHECKER) ./io2 > io2.tmp ; diff io2
[all...]
H A DMakefile36 parse3$(EXEEXT) io2$(EXEEXT) tree2$(EXEEXT) reader1$(EXEEXT) \
58 am_io2_OBJECTS = io2.$(OBJEXT)
373 EXTRA_DIST = examples.xsl index.py test1.xml examples.xml test2.xml tst.xml writer.xml test3.xml tree2.res xpath1.res reader1.res reader3.res reader4.res io1.res xpath2.res io2.res tree1.res
390 io2_SOURCES = io2.c
477 io2$(EXEEXT): $(io2_OBJECTS) $(io2_DEPENDENCIES)
478 @rm -f io2$(EXEEXT)
527 include ./$(DEPDIR)/io2.Po
772 @($(CHECKER) ./io2 > io2.tmp ; diff io2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssltest.c1053 BIO *io1 = server_io, *io2 = client_io; local
1055 * and the standard BIO_write/BIO_read interface for io2
1061 /* io1 to io2 */
1068 r2 = BIO_ctrl_get_write_guarantee(io2);
1085 r = BIO_write(io2, dataptr, (int)num);
1103 /* io2 to io1 */
1108 r1 = BIO_ctrl_pending(io2);
1131 r = BIO_read(io2, dataptr, (int)num);
1148 printf((io2 == client_io) ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c1053 BIO *io1 = server_io, *io2 = client_io; local
1055 * and the standard BIO_write/BIO_read interface for io2
1061 /* io1 to io2 */
1068 r2 = BIO_ctrl_get_write_guarantee(io2);
1085 r = BIO_write(io2, dataptr, (int)num);
1103 /* io2 to io1 */
1108 r1 = BIO_ctrl_pending(io2);
1131 r = BIO_read(io2, dataptr, (int)num);
1148 printf((io2 == client_io) ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c1158 BIO *io1 = server_io, *io2 = client_io; local
1160 * and the standard BIO_write/BIO_read interface for io2
1166 /* io1 to io2 */
1173 r2 = BIO_ctrl_get_write_guarantee(io2);
1190 r = BIO_write(io2, dataptr, (int)num);
1208 /* io2 to io1 */
1213 r1 = BIO_ctrl_pending(io2);
1236 r = BIO_read(io2, dataptr, (int)num);
1253 printf((io2 == client_io) ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c1158 BIO *io1 = server_io, *io2 = client_io; local
1160 * and the standard BIO_write/BIO_read interface for io2
1166 /* io1 to io2 */
1173 r2 = BIO_ctrl_get_write_guarantee(io2);
1190 r = BIO_write(io2, dataptr, (int)num);
1208 /* io2 to io1 */
1213 r1 = BIO_ctrl_pending(io2);
1236 r = BIO_read(io2, dataptr, (int)num);
1253 printf((io2 == client_io) ?

Completed in 129 milliseconds