Searched refs:reinit (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11.0-release/sys/sys/
H A Dmemrange.h58 void (*reinit)(struct mem_range_softc *sc); member in struct:mem_range_ops
/freebsd-11.0-release/sys/opencrypto/
H A Dxform_enc.h61 void (*reinit) (caddr_t, u_int8_t *); member in struct:enc_xform
H A Dcryptosoft.c167 if (exf->reinit) {
169 * xforms that provide a reinit method perform all IV
172 exf->reinit(sw->sw_kschedule, iv);
194 if (exf->reinit) {
259 if (exf->reinit) {
558 if (exf->reinit)
559 exf->reinit(swe->sw_kschedule, iv);
/freebsd-11.0-release/sys/boot/geli/
H A Dgeliboot_crypto.c84 enc_xform_aes_xts.reinit(ctxp, iv);
/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_axge.c892 int error, mask, reinit; local
898 reinit = 0;
909 reinit++;
914 reinit++;
916 if (reinit > 0 && ifp->if_drv_flags & IFF_DRV_RUNNING)
919 reinit = 0;
921 if (reinit > 0)
H A Dif_axe.c1471 int error, mask, reinit; local
1476 reinit = 0;
1487 reinit++;
1492 reinit++;
1494 if (reinit > 0 && ifp->if_drv_flags & IFF_DRV_RUNNING)
1497 reinit = 0;
1499 if (reinit > 0)
H A Dif_ure.c892 int error, mask, reinit; local
897 reinit = 0;
901 if (reinit > 0 && ifp->if_drv_flags & IFF_DRV_RUNNING)
904 reinit = 0;
906 if (reinit > 0)
H A Dif_smsc.c1518 int reinit; local
1528 reinit = 0;
1539 reinit = 1;
1544 if (reinit)
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dbhyverun.c708 bool reinit, romboot; local
710 reinit = romboot = false;
719 reinit = true;
747 if (reinit) {
/freebsd-11.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c304 mem_range_softc.mr_op->reinit != NULL)
305 mem_range_softc.mr_op->reinit(&mem_range_softc);
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c569 int reinit = 0, suspended = 0; local
603 reinit = rlim->cfg != NULL;
606 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit);
608 if (reinit) {
/freebsd-11.0-release/sys/dev/e1000/
H A Dif_igb.c1164 int mask, reinit; local
1167 reinit = 0;
1194 reinit = 1;
1198 reinit = 1;
1202 reinit = 1;
1207 reinit = 1;
1212 reinit = 1;
1216 reinit = 1;
1220 reinit = 1;
1224 reinit
[all...]
H A Dif_em.c1279 int mask, reinit; local
1282 reinit = 0;
1306 reinit = 1;
1310 reinit = 1;
1314 reinit = 1;
1318 reinit = 1;
1322 reinit = 1;
1331 if (reinit && (if_getdrvflags(ifp) & IFF_DRV_RUNNING))
H A Dif_lem.c1118 int mask, reinit; local
1121 reinit = 0;
1145 reinit = 1;
1149 reinit = 1;
1158 if (reinit && (if_getdrvflags(ifp) & IFF_DRV_RUNNING))
3196 * attempted cleanup and then reinit here. Note that this has been
/freebsd-11.0-release/sys/dev/xen/netfront/
H A Dnetfront.c1777 int mask, error = 0, reinit; local
1826 reinit = 0;
1839 reinit = 1;
1847 if (reinit == 0)
/freebsd-11.0-release/sys/dev/sge/
H A Dif_sge.c1756 int error = 0, mask, reinit; local
1778 reinit = 0;
1815 reinit = 1;
1817 if (reinit > 0 && (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0) {
/freebsd-11.0-release/contrib/dialog/
H A Dfselect.c126 free_list(LIST * list, int reinit) argument
136 if (reinit)
/freebsd-11.0-release/sys/dev/stge/
H A Dif_stge.c1455 int reinit; local
1472 for (reinit = 0;;) {
1481 reinit = 1;
1499 if ((reinit = stge_tx_error(sc)) != 0)
1505 if (reinit != 0) {
/freebsd-11.0-release/sys/dev/re/
H A Dif_re.c3445 int mask, reinit; local
3448 reinit = 0;
3478 reinit = 1;
3483 reinit = 1;
3507 reinit = 1;
3512 reinit = 1;
3522 if (reinit && ifp->if_drv_flags & IFF_DRV_RUNNING) {
/freebsd-11.0-release/contrib/tnftp/src/
H A Dftp.c1223 reinit:
1324 goto reinit;
1483 goto reinit;
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap.c250 int reinit; local
294 reinit = 1;
297 reinit = 0;
315 if (reinit)
/freebsd-11.0-release/sys/dev/fxp/
H A Dif_fxp.c2840 int flag, mask, error = 0, reinit; local
2889 reinit = 0;
2925 reinit++;
2947 reinit++;
2961 reinit++;
2963 if (reinit > 0 &&
/freebsd-11.0-release/sys/dev/dc/
H A Dif_dc.c3168 int i, reinit; local
3170 reinit = 0;
3202 reinit++;
3207 reinit++;
3210 if (reinit == 0) {
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic79xx.h1435 int ahd_reset(struct ahd_softc *ahd, int reinit);
H A Daic7xxx.h1232 int ahc_reset(struct ahc_softc *ahc, int reinit);

Completed in 196 milliseconds

12