| /src/sys/dev/microcode/siop/ |
| Makefile | 3 all: esiop.out siop.out osiop.out oosiop.out 10 regen: esiop.out siop.out osiop.out oosiop.out 11 headers: esiop.out siop.out osiop.out oosiop.out 16 siop.out: siop.ss ${PROG} 17 ./${PROG} siop.ss -p siop.out
|
| /src/sys/dev/pci/ |
| siop_pci.c | 48 struct siop_softc siop; member in struct:siop_pci_softc 71 sc->siop.sc_c.sc_dev = self; 72 if (siop_pci_attach_common(&sc->siop_pci, &sc->siop.sc_c, 76 siop_attach(&sc->siop);
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_devcrypto.c | 428 struct session_info_op siop; local 502 siop.ses = sess.ses; 503 if (ioctl(cfd, CIOCGSESSINFO, &siop) < 0) { 506 cipher_driver_info[i].driver_name = OPENSSL_strndup(siop.cipher_info.cra_driver_name, 508 if (!(siop.flags & SIOP_FLAG_KERNEL_DRIVER_ONLY)) 878 struct session_info_op siop; local 904 siop.ses = sess1.ses; 905 if (ioctl(cfd, CIOCGSESSINFO, &siop) < 0) { 908 digest_driver_info[i].driver_name = OPENSSL_strndup(siop.hash_info.cra_driver_name, 910 if (siop.flags & SIOP_FLAG_KERNEL_DRIVER_ONLY [all...] |
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_devcrypto.c | 434 struct session_info_op siop; local 512 siop.ses = sess.ses; 513 if (ioctl(cfd, CIOCGSESSINFO, &siop) < 0) { 517 OPENSSL_strndup(siop.cipher_info.cra_driver_name, 519 if (!(siop.flags & SIOP_FLAG_KERNEL_DRIVER_ONLY)) 896 struct session_info_op siop; local 922 siop.ses = sess1.ses; 923 if (ioctl(cfd, CIOCGSESSINFO, &siop) < 0) { 927 OPENSSL_strndup(siop.hash_info.cra_driver_name, 929 if (siop.flags & SIOP_FLAG_KERNEL_DRIVER_ONLY [all...] |
| /src/sys/arch/bebox/stand/boot/ |
| Makefile | 26 SRCS+= pci.c prf.c sd.c siop.c tgets.c vga.c video.c vreset.c wdc.c wd.c
|
| siop.c | 1 /* $NetBSD: siop.c,v 1.15 2024/02/08 19:44:08 andvar Exp $ */ 31 #include <dev/microcode/siop/siop.out> 755 printf("siop: resel switch full\n");
|
| /src/sys/arch/prep/stand/boot/ |
| Makefile | 25 SRCS+= pci.c sd.c siop.c
|
| siop.c | 1 /* $NetBSD: siop.c,v 1.10 2024/07/02 05:34:08 rin Exp $ */ 31 #include <dev/microcode/siop/siop.out> 734 printf("siop: resel switch full\n");
|
| /src/sys/dev/mvme/ |
| osiop_pcctwo.c | 114 * On the '17x the siop's clock is the same as the CPU clock. 115 * On the other boards, the siop runs at twice the CPU clock. 128 #error Set up siop clock speed for mvme187 162 * Catch any errors which can happen when the SIOP is
|
| /src/share/man/man4/ |
| Makefile | 64 sht4xtemp.4 si70xxtemp.4 siisata.4 siop.4 sip.4 siside.4 sk.4 sl.4 \
|
| /src/sys/dev/ic/ |
| siop.c | 1 /* $NetBSD: siop.c,v 1.105 2024/02/08 19:44:08 andvar Exp $ */ 31 __KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.105 2024/02/08 19:44:08 andvar Exp $"); 43 #include <dev/microcode/siop/siop.out> 1841 printf("siop: target %d slot %d offset %d\n", 1855 panic("siop: resel switch full");
|
| oosiop.c | 59 #include <dev/microcode/siop/oosiop.out>
|
| osiop.c | 58 * @(#)siop.c 7.5 (Berkeley) 5/4/91 87 * @(#)siop.c 7.5 (Berkeley) 5/4/91 91 * MI NCR53C710 scsi adaptor driver; based on arch/amiga/dev/siop.c: 92 * NetBSD: siop.c,v 1.43 1999/09/30 22:59:53 thorpej Exp 123 #include <dev/microcode/siop/osiop.out> 1038 * Process a DMA or SCSI interrupt from the 53C710 SIOP
|
| esiop.c | 43 #include <dev/microcode/siop/esiop.out>
|