Searched refs:initted (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/dev/acpica/Osd/
H A DOsdDebug.c103 static int initted = 0; local
105 if (!initted) {
108 initted = 1;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr.h146 __u8 initted; /* T/F: cursor has been initialized */ member in struct:attrlist_cursor_kern
H A Dxfs_attr.c618 if ((cursor->initted == 0) &&
1750 cursor->initted = 1;
H A Dxfs_attr_leaf.c652 cursor->initted = 1;
2324 cursor->initted = 1;
H A Dxfsidbg.c4842 context->cursor->pad2, context->cursor->initted);
/freebsd-9.3-release/sys/ia64/isa/
H A Disa_dma.c79 static int initted = 0; local
82 if (!initted) {
90 initted = 1;
/freebsd-9.3-release/sys/dev/mlx/
H A Dmlx.c2477 static int initted = 0; local
2482 if (!initted) {
2485 initted = 1;
2600 static int initted = 0; local
2605 if (!initted) {
2608 initted = 1;
2719 static int initted = 0; local
2724 if (!initted) {
2727 initted = 1;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mep.c332 static int initted = 0;
353 if (!initted)
355 initted = 1;
330 static int initted = 0; local
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmedia.c95 static Boolean initted = FALSE; local
106 if (!initted) {
110 initted = TRUE;
/freebsd-9.3-release/contrib/cvs/src/
H A Dserver.c2448 static int initted;
2450 if (!initted)
2455 initted = 1;
2438 static int initted; local

Completed in 143 milliseconds