Searched refs:siop (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/dev/microcode/siop/
H A DMakefile3 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
/netbsd-current/sys/dev/pci/
H A Dsiop_pci.c48 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);
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c434 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
[all...]
/netbsd-current/sys/arch/prep/stand/boot/
H A DMakefile25 SRCS+= pci.c sd.c siop.c
H A Dsiop.c1 /* $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");
/netbsd-current/sys/arch/bebox/stand/boot/
H A DMakefile26 SRCS+= pci.c prf.c sd.c siop.c tgets.c vga.c video.c vreset.c wdc.c wd.c
H A Dsiop.c1 /* $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");
/netbsd-current/sys/dev/mvme/
H A Dosiop_pcctwo.c114 * 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
/netbsd-current/share/man/man4/
H A DMakefile61 sht4xtemp.4 si70xxtemp.4 siisata.4 siop.4 sip.4 siside.4 sk.4 sl.4 \
/netbsd-current/sys/dev/ic/
H A Dsiop.c1 /* $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");
H A Doosiop.c59 #include <dev/microcode/siop/oosiop.out>
H A Dosiop.c58 * @(#)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>
H A Desiop.c43 #include <dev/microcode/siop/esiop.out>

Completed in 290 milliseconds