Searched refs:init_done (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dhn_rndis.h36 int hn_rndis_attach(struct hn_softc *sc, int mtu, int *init_done);
H A Dhn_rndis.c1009 hn_rndis_attach(struct hn_softc *sc, int mtu, int *init_done) argument
1013 *init_done = 0;
1021 *init_done = 1;
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h66 boolean init_done; member in struct:_umadt_obj_t
/freebsd-11-stable/sys/dev/iicbus/
H A Dds1631.c78 uint32_t init_done; member in struct:ds1631_softc
290 sc->init_done = 1;
375 if (!sc->init_done)
H A Dad7417.c107 int init_done; member in struct:ad7417_softc
274 sc->init_done = 1;
594 if (!sc->init_done)
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c229 p_umadt_obj->init_done = TRUE;
392 CL_ASSERT(p_umadt_obj->init_done);
449 CL_ASSERT(p_umadt_obj->init_done);
522 CL_ASSERT(p_umadt_obj->init_done);
747 CL_ASSERT(p_umadt_obj->init_done);
838 CL_ASSERT(p_umadt_obj->init_done);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c166 static boolean_t init_done = false; local
201 if (init_done) {
210 init_done = true;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h157 int init_done; member in struct:dn_parms
H A Dip_dummynet.c2510 if (dn_cfg.init_done)
2513 dn_cfg.init_done = 1;
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.h246 bool init_done : 1; /* Already have added object to init list */ member in struct:Struct_Obj_Entry
H A Drtld.c2297 if (obj->init_scanned || obj->init_done)
2760 if (elm->obj->init_done) /* Initialized early. */
2767 elm->obj->init_done = true;
/freebsd-11-stable/contrib/less/
H A Dscreen.c219 static int init_done = 0; variable
1720 init_done = 1;
1747 init_done = 1;
1759 if (!init_done)
1788 init_done = 0;
1797 return (is_tty && init_done);
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c69 static int init_done; variable
1430 init_done = 1;
1433 if (!init_done)
1440 if (!init_done)
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c437 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro
972 if (!init_done(adp)) {
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c163 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro
1388 if (!init_done(adp)) {
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c919 goto init_done;
989 init_done:
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c105 static char init_done = COLD; variable
3107 if (init_done == COLD) {
3117 init_done = WARM;
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c6452 goto init_done;
6462 goto init_done;
6470 goto init_done;
6476 goto init_done;
6483 goto init_done;
6519 init_done:

Completed in 274 milliseconds