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

/freebsd-9.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_umadt.h66 boolean init_done; member in struct:_umadt_obj_t
/freebsd-9.3-release/contrib/ofed/management/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);
840 CL_ASSERT(p_umadt_obj->init_done);
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.h255 bool init_done : 1; /* Already have added object to init list */ member in struct:Struct_Obj_Entry
H A Drtld.c1874 if (obj->init_scanned || obj->init_done)
2311 if (elm->obj->init_done) /* Initialized early. */
2318 elm->obj->init_done = true;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dn_private.h149 int init_done; member in struct:dn_parms
H A Dip_dummynet.c2119 if (dn_cfg.init_done)
2122 dn_cfg.init_done = 1;
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-server.c75 static int init_done; variable
1373 init_done = 1;
1376 if (!init_done)
1382 if (!init_done)
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_jupiter.c1136 static int init_done /* = 0 */; local
1150 if (!init_done) {
1165 init_done = 1;
/freebsd-9.3-release/contrib/less/
H A Dscreen.c187 static int init_done = 0; variable
1563 init_done = 1;
1572 if (!init_done)
1590 init_done = 0;
/freebsd-9.3-release/sys/pc98/cbus/
H A Dgdc.c437 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro
972 if (!init_done(adp)) {
/freebsd-9.3-release/sys/dev/fb/
H A Dvga.c163 #define init_done(adp) ((adp)->va_flags & V_ADP_INITIALIZED) macro
1388 if (!init_done(adp)) {
/freebsd-9.3-release/sys/dev/syscons/
H A Dsyscons.c106 static char init_done = COLD; variable
2835 if (init_done == COLD)
2837 init_done = WARM;
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.c6461 goto init_done;
6471 goto init_done;
6479 goto init_done;
6485 goto init_done;
6492 goto init_done;
6528 init_done:

Completed in 234 milliseconds