Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/iicbus/sensor/
H A Dds1631.c76 uint32_t init_done; member
286 sc->init_done = 1; in ds1631_init()
371 if (!sc->init_done) in ds1631_sensor_read()
/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.h34 int hn_rndis_attach(struct hn_softc *sc, int mtu, int *init_done);
H A Dhn_rndis.c1038 hn_rndis_attach(struct hn_softc *sc, int mtu, int *init_done) in hn_rndis_attach() argument
1042 *init_done = 0; in hn_rndis_attach()
1050 *init_done = 1; in hn_rndis_attach()
/freebsd/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/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h66 boolean init_done; member
/freebsd/crypto/openssl/engines/
H A De_afalg.h85 int init_done; member
H A De_afalg.c614 actx->init_done = MAGIC_INIT_NUM; in afalg_cipher_init()
638 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) { in afalg_do_cipher()
686 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) in afalg_cipher_cleanup()
/freebsd/sys/dev/iicbus/adc/
H A Dad7417.c105 int init_done; member
270 sc->init_done = 1; in ad7417_init_adc()
602 if (!sc->init_done) in ad7417_sensor_read()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_anatop.c166 static boolean_t init_done = false; in vdd_set() local
201 if (init_done) { in vdd_set()
210 init_done = true; in vdd_set()
/freebsd/contrib/less/
H A Dscreen.c231 static int init_done = 0; variable
1766 init_done = 1; in init()
1796 init_done = 1; in init()
1807 if (!init_done) in deinit()
1836 init_done = 0; in deinit()
1844 return (is_tty && init_done); in interactive()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h158 int init_done; member
H A Dip_dn_io.c691 if (! V_dn_cfg.init_done) { in dummynet_task()
H A Dip_dummynet.c2561 if (V_dn_cfg.init_done) in ip_dn_vnet_init()
2603 V_dn_cfg.init_done = 1; in ip_dn_vnet_init()
/freebsd/libexec/rtld-elf/
H A Drtld.h240 bool init_done : 1; /* Already have added object to init list */ member
H A Drtld.c2533 if (obj->init_scanned || obj->init_done) in initlist_add_objects()
3082 if (elm->obj->init_done) /* Initialized early. */ in objlist_call_init()
3089 elm->obj->init_done = true; in objlist_call_init()
3776 if (!obj->init_done) { in dlopen_object()
/freebsd/sys/netlink/
H A Dnetlink_snl.h124 bool init_done; member
243 if (ss->init_done) { in snl_free()
262 ss->init_done = true; in snl_init()
/freebsd/crypto/openssh/
H A Dsftp-server.c80 static int init_done; variable
1832 init_done = 1; in process()
1835 if (!init_done) in process()
1842 if (!init_done) in process()
/freebsd/sys/net/route/
H A Dfib_algo.c170 uint8_t init_done; /* true if init is competed */ member
785 if (!fd->init_done) in handle_rtable_change_cb()
944 fd->init_done = 1; in sync_algo_end_cb()
/freebsd/sys/fs/fuse/
H A Dfuse_internal.c973 SDT_PROBE_DEFINE2(fusefs, , internal, init_done,
1073 SDT_PROBE2(fusefs, , internal, init_done, data, fiio); in fuse_internal_init_callback()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ssl.h3362 int init_done; member
/freebsd/sys/dev/syscons/
H A Dsyscons.c111 static char init_done = COLD; variable
3227 if (init_done == COLD) { in scinit()
3233 init_done = WARM; in scinit()
/freebsd/sys/dev/fb/
H A Dvga.c114 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro
1384 if (!init_done(adp)) { in vga_init()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c6392 goto init_done; in ahd_init()
6402 goto init_done; in ahd_init()
6410 goto init_done; in ahd_init()
6416 goto init_done; in ahd_init()
6423 goto init_done; in ahd_init()
6459 init_done: in ahd_init()