Searched refs:fbio (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c745 BIO *fbio = BIO_new(BIO_f_buffer()); local
746 BIO_push(fbio, sbio);
750 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
754 BIO_printf(fbio,"EHLO openssl.client.net\r\n");
755 BIO_flush(fbio);
759 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
764 BIO_flush(fbio);
765 BIO_pop(fbio);
766 BIO_free(fbio);
783 BIO *fbio local
809 BIO *fbio = BIO_new(BIO_f_buffer()); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c1566 BIO *fbio = BIO_new(BIO_f_buffer()); local
1567 BIO_push(fbio, sbio);
1570 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1574 BIO_printf(fbio, "EHLO openssl.client.net\r\n");
1575 (void)BIO_flush(fbio);
1578 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1583 (void)BIO_flush(fbio);
1584 BIO_pop(fbio);
1585 BIO_free(fbio);
1598 BIO *fbio local
1621 BIO *fbio = BIO_new(BIO_f_buffer()); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c1566 BIO *fbio = BIO_new(BIO_f_buffer()); local
1567 BIO_push(fbio, sbio);
1570 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1574 BIO_printf(fbio, "EHLO openssl.client.net\r\n");
1575 (void)BIO_flush(fbio);
1578 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1583 (void)BIO_flush(fbio);
1584 BIO_pop(fbio);
1585 BIO_free(fbio);
1598 BIO *fbio local
1621 BIO *fbio = BIO_new(BIO_f_buffer()); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-merge.c18 struct bio *fbio, *bbio; local
23 fbio = bio;
52 fbio->bi_seg_front_size)
53 fbio->bi_seg_front_size = seg_size;
63 if (nr_phys_segs == 1 && seg_size > fbio->bi_seg_front_size)
64 fbio->bi_seg_front_size = seg_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_cursor.c12 #include <asm/fbio.h>
H A Datyfb_base.c85 #include <asm/fbio.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dp9100.c20 #include <asm/fbio.h>
H A Dsbuslib.c15 #include <asm/fbio.h>
H A Dbw2.c22 #include <asm/fbio.h>
H A Dcg3.c22 #include <asm/fbio.h>
H A Dtcx.c22 #include <asm/fbio.h>
H A Dcg14.c22 #include <asm/fbio.h>
H A Dleo.c21 #include <asm/fbio.h>
H A Dcg6.c22 #include <asm/fbio.h>
H A Dffb.c22 #include <asm/fbio.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid10.c1327 struct bio *tbio, *fbio; local
1340 fbio = r10_bio->devs[i].bio;
1359 if (memcmp(page_address(fbio->bi_io_vec[j].bv_page),
1390 page_address(fbio->bi_io_vec[j].bv_page),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_ioctl.c116 #include <asm/fbio.h>

Completed in 124 milliseconds