HomeSort by: relevance | last modified time | path
    Searched refs:reinit (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/opencrypto/
cryptosoft.c 100 KASSERT(exf->reinit ? ivlen <= blks : ivlen == blks);
111 if (exf->reinit)
112 exf->reinit(sw->sw_kschedule, iv, 0);
113 } else if (exf->reinit) {
114 exf->reinit(sw->sw_kschedule, 0, iv);
132 if (exf->reinit)
133 exf->reinit(sw->sw_kschedule, iv, 0);
139 if (exf->reinit) {
199 if (exf->reinit) {
277 if (exf->reinit) {
    [all...]
cryptosoft_xform.c 68 void (*Reinit)(void *, const uint8_t *, uint16_t);
79 void (*reinit)(void *, const uint8_t *, uint8_t *); member in struct:swcr_enc_xform
  /src/sys/dev/pci/
virtio_pci.c 879 virtio_pci_setup_interrupts_10(struct virtio_softc *sc, int reinit)
894 VIRTIO_PCI_LOG(sc, reinit, "can't set config msix vector\n");
909 VIRTIO_PCI_LOG(sc, reinit, "can't set queue %d "
919 virtio_pci_setup_interrupts_09(struct virtio_softc *sc, int reinit)
936 VIRTIO_PCI_LOG(sc, reinit,
957 VIRTIO_PCI_LOG(sc, reinit, "can't set queue %d "
if_ena.c 2422 int reinit = 0; local in function:ena_ioctl
2426 reinit = 1;
2429 if ((reinit != 0) &&
  /src/sys/arch/mipsco/mipsco/
machdep.c 346 MIPS_PROM(reinit)(); local in function:prom_halt
  /src/sys/dev/virtio/
virtio_mmio.c 508 int reinit __unused)
  /src/usr.bin/ftp/
ftp.c 1263 reinit:
1364 goto reinit;
1530 goto reinit;
  /src/sys/dev/ic/
aic79xx.c 5238 ahd_reset(ahd, /*reinit*/FALSE);
5243 * that is only available just after a reset. If "reinit" is
5251 ahd_reset(struct ahd_softc *ahd, int reinit)
5347 if (reinit != 0)
6899 ahd_reset(ahd, /*reinit*/TRUE);
7570 ahd_reset(ahd, /*reinit*/TRUE);
  /src/sys/arch/sparc/sparc/
locore.s 5954 addcc %o1, %g0, %o2 ! reinit %o2 and CCs [delay slot]

Completed in 30 milliseconds