Home
last modified time | relevance | path

Searched refs:init_done (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/bearssl/src/ssl/
H A Dssl_lru.c344 if (!cc->init_done) { in lru_save()
348 cc->init_done = 1; in lru_save()
438 if (!cc->init_done) { in lru_load()
501 cc->init_done = 0; in br_ssl_session_cache_lru_init()
518 if (!cc->init_done) { in br_ssl_session_cache_lru_forget()
/freebsd-12.1/sys/dev/iicbus/
H A Dds1631.c80 uint32_t init_done; member
292 sc->init_done = 1; in ds1631_init()
377 if (!sc->init_done) in ds1631_sensor_read()
H A Dad7417.c109 int init_done; member
276 sc->init_done = 1; in ad7417_init_adc()
596 if (!sc->init_done) in ad7417_sensor_read()
/freebsd-12.1/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c229 p_umadt_obj->init_done = TRUE; in osm_vendor_init()
392 CL_ASSERT(p_umadt_obj->init_done); in osm_vendor_get()
449 CL_ASSERT(p_umadt_obj->init_done); in osm_vendor_put()
522 CL_ASSERT(p_umadt_obj->init_done); in osm_vendor_send()
747 CL_ASSERT(p_umadt_obj->init_done); in osm_vendor_bind()
838 CL_ASSERT(p_umadt_obj->init_done); in osm_vendor_unbind()
/freebsd-12.1/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) in hn_rndis_attach() argument
1013 *init_done = 0; in hn_rndis_attach()
1021 *init_done = 1; in hn_rndis_attach()
/freebsd-12.1/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h66 boolean init_done; member
/freebsd-12.1/crypto/openssl/engines/
H A De_afalg.h85 int init_done; member
H A De_afalg.c555 actx->init_done = MAGIC_INIT_NUM; in afalg_cipher_init()
579 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) { in afalg_do_cipher()
627 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) { in afalg_cipher_cleanup()
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx6_anatop.c168 static boolean_t init_done = false; in vdd_set() local
203 if (init_done) { in vdd_set()
212 init_done = true; in vdd_set()
/freebsd-12.1/contrib/less/
H A Dscreen.c194 static int init_done = 0; variable
1588 init_done = 1; in init()
1597 if (!init_done) in deinit()
1615 init_done = 0; in deinit()
1848 if (!init_done) in lower_left()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_dn_private.h159 int init_done; member
H A Dip_dummynet.c2512 if (dn_cfg.init_done) in ip_dn_init()
2515 dn_cfg.init_done = 1; in ip_dn_init()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.h250 bool init_done : 1; /* Already have added object to init list */ member
H A Drtld.c2230 if (obj->init_scanned || obj->init_done) in initlist_add_objects()
2684 if (elm->obj->init_done) /* Initialized early. */ in objlist_call_init()
2691 elm->obj->init_done = true; in objlist_call_init()
/freebsd-12.1/crypto/openssh/
H A Dsftp-server.c69 static int init_done; variable
1430 init_done = 1; in process()
1433 if (!init_done) in process()
1440 if (!init_done) in process()
/freebsd-12.1/contrib/bearssl/inc/
H A Dbearssl_ssl.h3362 int init_done; member
/freebsd-12.1/sys/dev/fb/
H A Dvga.c165 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro
1435 if (!init_done(adp)) { in vga_init()
/freebsd-12.1/sys/dev/syscons/
H A Dsyscons.c114 static char init_done = COLD; variable
3175 if (init_done == COLD) { in scinit()
3180 init_done = WARM; in scinit()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic79xx.c6454 goto init_done; in ahd_init()
6464 goto init_done; in ahd_init()
6472 goto init_done; in ahd_init()
6478 goto init_done; in ahd_init()
6485 goto init_done; in ahd_init()
6521 init_done: in ahd_init()