| /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 2426 reinit = 1; 2429 if ((reinit != 0) &&
|
| /src/sys/arch/mipsco/mipsco/ |
| machdep.c | 346 MIPS_PROM(reinit)();
|
| /src/external/bsd/libevent/dist/ |
| bufferevent_ratelim.c | 570 int reinit = 0, suspended = 0; local 604 reinit = rlim->cfg != NULL; 607 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit); 609 if (reinit) {
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_ratelim.c | 570 int reinit = 0, suspended = 0; local 604 reinit = rlim->cfg != NULL; 607 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit); 609 if (reinit) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
| binaryheap.d | 576 a.reinit(); 577 b.reinit();
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
| dummyrange.d | 59 void reinit() 433 it.reinit();
|
| /src/sys/dev/virtio/ |
| virtio_mmio.c | 508 int reinit __unused)
|
| /src/usr.bin/ftp/ |
| ftp.c | 1291 reinit: 1392 goto reinit; 1558 goto reinit;
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap.c | 330 int reinit; local 374 reinit = 1; 377 reinit = 0; 395 if (reinit) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| sorting.d | 3954 A.reinit(); 3955 B.reinit();
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
| package.d | 412 dummyRange.reinit(); 777 dummyRange.reinit(); 9693 r.reinit; 9711 r.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/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 9462 Member functions next, anew, poison and reinit have default 9473 poison and reinit. */ 9479 poison, or be redone by reinit. */ 9508 static void reinit (T *obj) { function in class:freelist 9545 reinit (obj); 9556 build_tree_list logic in reinit, so this could go out of sync. */ 9601 freelist<tree_node>::reinit (tree obj ATTRIBUTE_UNUSED) function in class:freelist
|
| /src/sys/arch/sparc/sparc/ |
| locore.s | 5954 addcc %o1, %g0, %o2 ! reinit %o2 and CCs [delay slot]
|