Home
last modified time | relevance | path

Searched refs:reinit (Results 1 – 23 of 23) sorted by relevance

/dragonfly/sys/opencrypto/
H A Dcryptosoft.c149 if (exf->reinit) in swcr_encdec()
150 exf->reinit(kschedule, iv); in swcr_encdec()
173 if (exf->reinit) { in swcr_encdec()
250 if (exf->reinit) { in swcr_encdec()
310 if (exf->reinit) { in swcr_encdec()
373 if (exf->reinit) { in swcr_encdec()
419 if (exf->reinit) { in swcr_encdec()
700 if (exf->reinit) in swcr_combined()
701 exf->reinit(kschedule, iv); in swcr_combined()
H A Dxform.h62 void (*reinit) (caddr_t, u_int8_t *); member
/dragonfly/sys/bus/u4b/net/
H A Dif_axge.c889 int error, mask, reinit; in axge_ioctl() local
895 reinit = 0; in axge_ioctl()
906 reinit++; in axge_ioctl()
911 reinit++; in axge_ioctl()
913 if (reinit > 0 && ifp->if_flags & IFF_RUNNING) in axge_ioctl()
916 reinit = 0; in axge_ioctl()
918 if (reinit > 0) in axge_ioctl()
H A Dif_axe.c1477 int error, mask, reinit; in axe_ioctl() local
1482 reinit = 0; in axe_ioctl()
1493 reinit++; in axe_ioctl()
1498 reinit++; in axe_ioctl()
1500 if (reinit > 0 && ifp->if_flags & IFF_RUNNING) in axe_ioctl()
1503 reinit = 0; in axe_ioctl()
1505 if (reinit > 0) in axe_ioctl()
/dragonfly/sys/dev/sound/pcm/
H A Dmixer_if.m49 METHOD int reinit {
/dragonfly/sys/dev/disk/nata/
H A Data_if.m71 METHOD int reinit {
/dragonfly/sys/dev/virtual/virtio/virtio/
H A Dvirtio_bus_if.m95 METHOD int reinit {
/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c995 int reinit, mask, error; in vtnet_ioctl() local
999 reinit = 0; in vtnet_ioctl()
1064 reinit = 1; in vtnet_ioctl()
1070 reinit = 1; in vtnet_ioctl()
1076 reinit = 1; in vtnet_ioctl()
1085 if (reinit && (ifp->if_flags & IFF_RUNNING)) { in vtnet_ioctl()
/dragonfly/sys/dev/netif/stge/
H A Dif_stge.c1395 int reinit; in stge_intr() local
1405 for (reinit = 0;;) { in stge_intr()
1414 reinit = 1; in stge_intr()
1432 if ((reinit = stge_tx_error(sc)) != 0) in stge_intr()
1438 if (reinit != 0) in stge_intr()
/dragonfly/contrib/dialog/
H A Dfselect.c96 free_list(LIST * list, int reinit) in free_list() argument
106 if (reinit) in free_list()
/dragonfly/contrib/tnftp/src/
H A Dftp.c1270 reinit: in initconn()
1371 goto reinit; in initconn()
1537 goto reinit; in initconn()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap.c321 int reinit; in SM_STATE() local
365 reinit = 1; in SM_STATE()
368 reinit = 0; in SM_STATE()
386 if (reinit) { in SM_STATE()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c1219 int max_frame_size, mask, reinit; in em_ioctl() local
1329 reinit = 0; in em_ioctl()
1333 reinit = 1; in em_ioctl()
1351 reinit = 1; in em_ioctl()
1353 if (reinit && (ifp->if_flags & IFF_RUNNING)) in em_ioctl()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c1165 int max_frame_size, mask, reinit; in emx_ioctl() local
1258 reinit = 0; in emx_ioctl()
1262 reinit = 1; in emx_ioctl()
1266 reinit = 1; in emx_ioctl()
1284 if (reinit && (ifp->if_flags & IFF_RUNNING)) in emx_ioctl()
/dragonfly/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmx.c3295 int reinit, mask, error; in vmxnet3_ioctl() local
3359 reinit = 1; in vmxnet3_ioctl()
3376 reinit = 0; in vmxnet3_ioctl()
3383 if (reinit && (ifp->if_flags & IFF_RUNNING)) { in vmxnet3_ioctl()
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.c819 int error = 0, mask, reinit; in ix_ioctl() local
867 reinit = 0; in ix_ioctl()
871 reinit = 1; in ix_ioctl()
875 reinit = 1; in ix_ioctl()
893 if (reinit && (ifp->if_flags & IFF_RUNNING)) in ix_ioctl()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c854 int max_frame_size, mask, reinit; in igb_ioctl() local
919 reinit = 0; in igb_ioctl()
923 reinit = 1; in igb_ioctl()
927 reinit = 1; in igb_ioctl()
945 if (reinit && (ifp->if_flags & IFF_RUNNING)) in igb_ioctl()
/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena.c2436 int reinit = 0; in ena_ioctl() local
2440 reinit = 1; in ena_ioctl()
2443 if ((reinit != 0) && in ena_ioctl()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt.c1133 mpt_reset(struct mpt_softc *mpt, int reinit) in mpt_reset() argument
1180 if (reinit) { in mpt_reset()
/dragonfly/sys/dev/sound/pci/
H A Denvy24.c100 void (*reinit)(void *codec); member
H A Denvy24ht.c109 void (*reinit)(void *codec); member
/dragonfly/sys/dev/netif/re/
H A Dre.c8860 int mask, reinit; local
8934 reinit = 0;
8945 reinit = 1;
8951 reinit = 1;
8971 reinit = 1;
8983 if (reinit && ifp->if_drv_flags & IFF_DRV_RUNNING) {
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c8806 static void reinit (T *obj) { in reinit() function
8843 reinit (obj); in alloc()
8899 freelist<tree_node>::reinit (tree obj ATTRIBUTE_UNUSED) in reinit() function