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

/freebsd-10.0-release/contrib/binutils/gprof/
H A Dmips.c48 static bfd_boolean inited = FALSE; local
50 if (!inited)
52 inited = TRUE;
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpmtmr.c136 static int inited = 0; local
138 if (!inited) {
141 inited = 1;
H A Dioapic.c62 int inited; member in struct:ioapic
185 assert(ioapic->inited == 0);
209 ioapic->inited = 1;
217 assert(ioapic->inited);
255 assert(ioapic->inited);
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dapplication.hpp82 bool inited(void);
H A Dapplication.cpp128 impl::app::inited(void) function in class:impl::app
166 PRE(inited());
220 PRE(inited());
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_exit.c72 static int inited = 0; local
77 if (inited)
99 inited = 1;
H A Dthr_list.c65 static int inited = 0; variable
87 if (inited) {
91 inited = 1;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dinterps.c62 int inited; member in struct:interp
104 new_interp->inited = 0;
171 if (!interp->inited)
177 interp->inited = 1;
/freebsd-10.0-release/lib/librt/
H A Dsigev_thread.c111 static int inited = 0; local
133 if (!inited) {
139 inited = 1;
/freebsd-10.0-release/lib/libc/net/
H A Dhesiod.c490 static int inited = 0; variable
556 if (!inited) {
557 inited = 1;
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonport.c539 static int inited = 0; local
541 if (inited)
543 inited = 1;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dihex.c162 static bfd_boolean inited; local
164 if (! inited)
166 inited = TRUE;
H A Dtekhex.c206 static bfd_boolean inited = FALSE; local
209 if (! inited)
211 inited = TRUE;
H A Dsrec.c181 static bfd_boolean inited = FALSE; local
183 if (! inited)
185 inited = TRUE;
H A Delfxx-ia64.c487 static int inited = 0;
490 if (!inited)
492 inited = 1;
486 static int inited = 0; local
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write.c86 static int inited = 0; local
88 if (!inited) {
98 inited = 1;
H A Darchive_read.c79 static int inited = 0; local
81 if (!inited) {
91 inited = 1;
H A Darchive_read_disk_posix.c374 static int inited = 0; local
376 if (!inited) {
381 inited = 1;
H A Darchive_write_disk_posix.c399 static int inited = 0; local
401 if (!inited) {
410 inited = 1;
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c309 static int inited = 0; local
311 if (inited)
313 inited = 1;
H A Dnfs_nfsdsubs.c2035 static int inited = 0; local
2037 if (inited)
2039 inited = 1;
H A Dnfs_nfsdport.c2900 static int inited = 0; local
2902 if (inited)
2904 inited = 1;
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_kern.c135 static int inited = 0; variable
306 if (inited != 0) {
314 inited = 0;
396 if (inited == 0) {
416 inited = 1;
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clport.c1059 static int inited = 0; local
1061 if (inited)
1063 inited = 1;

Completed in 220 milliseconds