| /freebsd-13.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_lru.c | 344 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-13.1/sys/dev/iicbus/ |
| H A D | ds1631.c | 79 uint32_t init_done; member 291 sc->init_done = 1; in ds1631_init() 376 if (!sc->init_done) in ds1631_sensor_read()
|
| H A D | ad7417.c | 108 int init_done; member 275 sc->init_done = 1; in ad7417_init_adc() 608 if (!sc->init_done) in ad7417_sensor_read()
|
| /freebsd-13.1/sys/dev/hyperv/netvsc/ |
| H A D | hn_rndis.h | 36 int hn_rndis_attach(struct hn_softc *sc, int mtu, int *init_done);
|
| H A D | hn_rndis.c | 1034 hn_rndis_attach(struct hn_softc *sc, int mtu, int *init_done) in hn_rndis_attach() argument 1038 *init_done = 0; in hn_rndis_attach() 1046 *init_done = 1; in hn_rndis_attach()
|
| /freebsd-13.1/contrib/ofed/opensm/include/vendor/ |
| H A D | osm_umadt.h | 66 boolean init_done; member
|
| /freebsd-13.1/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_umadt.c | 229 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-13.1/crypto/openssl/engines/ |
| H A D | e_afalg.h | 85 int init_done; member
|
| H A D | e_afalg.c | 556 actx->init_done = MAGIC_INIT_NUM; in afalg_cipher_init() 580 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) { in afalg_do_cipher() 628 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) in afalg_cipher_cleanup()
|
| /freebsd-13.1/sys/arm/freescale/imx/ |
| H A D | imx6_anatop.c | 168 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-13.1/contrib/less/ |
| H A D | screen.c | 219 static int init_done = 0; variable 1721 init_done = 1; in init() 1748 init_done = 1; in init() 1760 if (!init_done) in deinit() 1789 init_done = 0; in deinit() 1798 return (is_tty && init_done); in interactive()
|
| /freebsd-13.1/sys/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 160 int init_done; member
|
| H A D | ip_dummynet.c | 2551 if (V_dn_cfg.init_done) in ip_dn_vnet_init() 2553 V_dn_cfg.init_done = 1; in ip_dn_vnet_init()
|
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | rtld.h | 252 bool init_done : 1; /* Already have added object to init list */ member
|
| H A D | rtld.c | 2536 if (obj->init_scanned || obj->init_done) in initlist_add_objects() 3087 if (elm->obj->init_done) /* Initialized early. */ in objlist_call_init() 3094 elm->obj->init_done = true; in objlist_call_init()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sftp-server.c | 75 static int init_done; variable 1638 init_done = 1; in process() 1641 if (!init_done) in process() 1648 if (!init_done) in process()
|
| /freebsd-13.1/sys/net/route/ |
| H A D | fib_algo.c | 171 uint8_t init_done; /* true if init is competed */ member 786 if (!fd->init_done) in handle_rtable_change_cb() 945 fd->init_done = 1; in sync_algo_end_cb()
|
| /freebsd-13.1/sys/fs/fuse/ |
| H A D | fuse_internal.c | 977 SDT_PROBE_DEFINE2(fusefs, , internal, init_done, 1077 SDT_PROBE2(fusefs, , internal, init_done, data, fiio); in fuse_internal_init_callback()
|
| /freebsd-13.1/contrib/bearssl/inc/ |
| H A D | bearssl_ssl.h | 3362 int init_done; member
|
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | syscons.c | 113 static char init_done = COLD; variable 3225 if (init_done == COLD) { in scinit() 3231 init_done = WARM; in scinit()
|
| /freebsd-13.1/sys/dev/fb/ |
| H A D | vga.c | 165 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro 1435 if (!init_done(adp)) { in vga_init()
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx.c | 6418 goto init_done; in ahd_init() 6428 goto init_done; in ahd_init() 6436 goto init_done; in ahd_init() 6442 goto init_done; in ahd_init() 6449 goto init_done; in ahd_init() 6485 init_done: in ahd_init()
|