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

/freebsd-10.1-release/share/man/man4/man4.i386/
H A DMakefile22 pbio.4 \
/freebsd-10.1-release/crypto/openssl/apps/
H A Dgenpkey.c287 BIO *pbio; local
295 pbio = BIO_new_file(file, "r");
296 if (!pbio) {
301 pkey = PEM_read_bio_Parameters(pbio, NULL);
302 BIO_free(pbio);
H A Dreq.c1523 BIO *pbio = NULL; local
1573 pbio = BIO_new_file(paramfile, "r");
1574 if (!pbio) {
1578 param = PEM_read_bio_Parameters(pbio, NULL);
1582 (void)BIO_reset(pbio);
1583 x = PEM_read_bio_X509(pbio, NULL, NULL, NULL);
1590 BIO_free(pbio);
/freebsd-10.1-release/sys/amd64/conf/
H A DNOTES500 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
514 device pbio
515 hint.pbio.0.at="isa"
516 hint.pbio.0.port="0x360"
/freebsd-10.1-release/sys/i386/conf/
H A DNOTES825 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
860 device pbio
861 hint.pbio.0.at="isa"
862 hint.pbio.0.port="0x360"
/freebsd-10.1-release/sys/dev/pbio/
H A Dpbio.c28 * $Id: pbio.c,v 1.12 2003/10/11 13:05:08 dds Exp dds $
47 #include <dev/pbio/pbioio.h> /* pbio IOCTL definitions */
96 .d_name = "pbio"
136 static char driver_name[] = "pbio";
144 DRIVER_MODULE(pbio, isa, pbio_driver, pbio_devclass, 0, 0);
188 printf("pbio val(CFG: 0x%03x)=0x%02x (should be 0x80)\n",
192 printf("pbio val=0x%02x (should be 0xa5)\n", val);
199 printf("pbio val=0x%02x (should be 0x5a)\n", val);
242 0600, "pbio
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c104 static int PKCS7_bio_add_digest(BIO **pbio, X509_ALGOR *alg) argument
120 if (*pbio == NULL)
121 *pbio = btmp;
122 else if (!BIO_push(*pbio, btmp)) {
/freebsd-10.1-release/include/
H A DMakefile48 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/smbus \

Completed in 80 milliseconds