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

/freebsd-current/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) argument
1042 *init_done = 0;
1050 *init_done = 1;
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h66 boolean init_done; member in struct:_umadt_obj_t
/freebsd-current/crypto/openssl/engines/
H A De_afalg.h85 int init_done; member in struct:afalg_ctx_st
H A De_afalg.c614 actx->init_done = MAGIC_INIT_NUM;
638 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) {
686 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM)
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_lru.c344 if (!cc->init_done) {
348 cc->init_done = 1;
438 if (!cc->init_done) {
501 cc->init_done = 0;
518 if (!cc->init_done) {
/freebsd-current/sys/dev/iicbus/sensor/
H A Dds1631.c76 uint32_t init_done; member in struct:ds1631_softc
286 sc->init_done = 1;
371 if (!sc->init_done)
/freebsd-current/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-current/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-current/sys/dev/iicbus/adc/
H A Dad7417.c105 int init_done; member in struct:ad7417_softc
270 sc->init_done = 1;
602 if (!sc->init_done)
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dn_private.h158 int init_done; member in struct:dn_parms
H A Dip_dn_io.c691 if (! V_dn_cfg.init_done) {
H A Dip_dummynet.c2561 if (V_dn_cfg.init_done)
2603 V_dn_cfg.init_done = 1;
/freebsd-current/contrib/less/
H A Dscreen.c231 static int init_done = 0; variable
1766 init_done = 1;
1796 init_done = 1;
1807 if (!init_done)
1836 init_done = 0;
1844 return (is_tty && init_done);
/freebsd-current/libexec/rtld-elf/
H A Drtld.h240 bool init_done : 1; /* Already have added object to init list */ member in struct:Struct_Obj_Entry
H A Drtld.c2555 if (obj->init_scanned || obj->init_done)
3104 if (elm->obj->init_done) /* Initialized early. */
3111 elm->obj->init_done = true;
3798 if (!obj->init_done) {
/freebsd-current/sys/netlink/
H A Dnetlink_snl.h124 bool init_done; member in struct:snl_state
243 if (ss->init_done) {
262 ss->init_done = true;
/freebsd-current/crypto/openssh/
H A Dsftp-server.c80 static int init_done; variable
1832 init_done = 1;
1835 if (!init_done)
1842 if (!init_done)
/freebsd-current/sys/net/route/
H A Dfib_algo.c170 uint8_t init_done; /* true if init is competed */ member in struct:fib_data
783 * prior to finishing rtable dump by checking `init_done`.
785 if (!fd->init_done)
944 fd->init_done = 1;
/freebsd-current/sys/fs/fuse/
H A Dfuse_internal.c973 SDT_PROBE_DEFINE2(fusefs, , internal, init_done,
1073 SDT_PROBE2(fusefs, , internal, init_done, data, fiio);
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_ssl.h3362 int init_done; member in struct:__anon38
/freebsd-current/sys/dev/fb/
H A Dvga.c114 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro
1384 if (!init_done(adp)) {
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c111 static char init_done = COLD; variable
3227 if (init_done == COLD) {
3233 init_done = WARM;
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx.c6392 goto init_done;
6402 goto init_done;
6410 goto init_done;
6416 goto init_done;
6423 goto init_done;
6459 init_done:

Completed in 943 milliseconds