Searched refs:c_flags (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.2-release/sys/boot/userboot/userboot/
H A Duserboot_cons.c76 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
107 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-10.2-release/sys/boot/i386/libi386/
H A Dnullconsole.c64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
H A Dspinconsole.c68 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
H A Dcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) ==
298 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 &&
318 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0)
333 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT);
337 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT);
H A Dvidconsole.c95 cp->c_flags |= C_PRESENTIN;
99 cp->c_flags |= C_PRESENTOUT;
/freebsd-10.2-release/sys/boot/uboot/lib/
H A Dconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-10.2-release/sys/sys/
H A D_callout.h60 short c_flags; /* User State */ member in struct:callout
H A D_umtx.h49 __uint32_t c_flags; /* Flags of the condition variable */ member in struct:ucond
H A Dcallout.h67 * Note the flags field is actually *two* fields. The c_flags
74 * use the c_flags field directly but should use the macros provided.
77 * locks of the callout subsystem. The c_flags field holds external flags.
82 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)
83 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
/freebsd-10.2-release/sys/boot/common/
H A Dconsole.c61 consoles[cons]->c_flags = 0;
67 consoles[cons]->c_flags = 0;
69 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT))
84 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
91 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT))
111 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) ==
123 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) ==
140 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) ==
217 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT);
228 consoles[cons]->c_flags |
[all...]
/freebsd-10.2-release/sys/boot/ia64/ski/
H A Dskiconsole.c38 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
/freebsd-10.2-release/sys/boot/i386/libfirewire/
H A Ddconsole.c79 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
82 cp->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT);
/freebsd-10.2-release/sys/boot/ofw/libofw/
H A Dofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-10.2-release/usr.bin/systat/
H A Dsystat.h45 char c_flags; /* see below */ member in struct:cmdtab
H A Dcmds.c121 curcmd->c_flags &= ~CF_INIT;
132 if ((p->c_flags & CF_INIT) == 0) {
134 p->c_flags |= CF_INIT;
H A Dmain.c169 curcmd->c_flags |= CF_INIT;
186 if (curcmd->c_flags & CF_LOADAV) {
206 if (curcmd->c_flags & CF_LOADAV) {
225 if (curcmd->c_flags & CF_LOADAV)
/freebsd-10.2-release/sys/boot/efi/libefi/
H A Defi_console.c43 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
/freebsd-10.2-release/include/protocols/
H A Ddumprestore.h122 int32_t c_flags; /* additional information */ member in struct:u_spcl::s_spcl
/freebsd-10.2-release/sys/boot/pc98/libpc98/
H A Dcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) ==
290 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 &&
310 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0)
325 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT);
329 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT);
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_cond.c90 flags = (*cond_attr)->c_flags;
126 pcond->c_flags = COND_FLAGS_INITED;
216 if (((*cond)->c_flags & COND_FLAGS_INITED) == 0) {
218 (*cond)->c_flags |= COND_FLAGS_INITED;
414 if (((*cond)->c_flags & COND_FLAGS_INITED) == 0) {
416 (*cond)->c_flags |= COND_FLAGS_INITED;
/freebsd-10.2-release/sys/boot/powerpc/ps3/
H A Dps3cons.c73 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-10.2-release/usr.bin/find/
H A Dextern.h57 creat_f c_flags; variable
H A Doption.c82 { "-flags", c_flags, f_flags, 0 },
/freebsd-10.2-release/sys/kern/
H A Dkern_timeout.c556 c->c_flags |= CALLOUT_ACTIVE;
624 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE,
625 ("softclock_call_cc: act %p %x", c, c->c_flags));
628 if (c->c_flags & CALLOUT_SHAREDLOCK) {
1047 c->c_flags &= ~ CALLOUT_ACTIVE;
1080 c->c_flags |= CALLOUT_ACTIVE;
1152 ((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) {
1166 c->c_flags &= ~CALLOUT_ACTIVE;
1195 c->c_flags &= ~CALLOUT_ACTIVE;
1334 c->c_flags
[all...]
/freebsd-10.2-release/usr.bin/mt/
H A Dmt.c105 /* c_flags */
134 int c_flags; member in struct:commands
246 if((comp->c_flags & NEED_2ARGS) && argc != 2)
248 if(comp->c_flags & DISABLE_THIS) {
251 if (comp->c_flags & USE_GETOPT) {
262 (comp->c_flags & IS_DENSITY)) {
274 (comp->c_flags & IS_COMP)) {
281 } else if ((comp->c_flags & USE_GETOPT) == 0) {
287 if (((comp->c_flags & USE_GETOPT) == 0)
289 ((comp->c_flags
[all...]

Completed in 140 milliseconds

12