Home
last modified time | relevance | path

Searched refs:c_flags (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12.1/stand/common/
H A Dconsole.c61 consoles[cons]->c_flags = 0; in cons_probe()
67 consoles[cons]->c_flags = 0; in cons_probe()
69 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe()
84 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()
91 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()
123 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()
140 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar()
232 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()
244 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
264 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
[all …]
H A Dbootstrap.h102 int c_flags; member
/freebsd-12.1/usr.bin/systat/
H A Dmain.c222 curcmd->c_flags |= CF_INIT; in main()
243 if (curcmd->c_flags & CF_LOADAV) { in labels()
248 if (curcmd->c_flags & CF_ZFSARC) { in labels()
269 if (curcmd->c_flags & CF_LOADAV) { in display()
287 if (curcmd->c_flags & CF_ZFSARC) { in display()
317 if (curcmd->c_flags & (CF_LOADAV |CF_ZFSARC)) in display()
H A Dcmds.c123 curcmd->c_flags &= ~CF_INIT; in command()
134 if ((p->c_flags & CF_INIT) == 0) { in command()
136 p->c_flags |= CF_INIT; in command()
H A Dsystat.h47 char c_flags; /* see below */ member
/freebsd-12.1/stand/i386/libi386/
H A Dcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init()
308 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set()
328 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()
343 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
347 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
H A Dnullconsole.c64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
H A Dvidconsole.c95 cp->c_flags |= C_PRESENTIN; in vidc_probe()
99 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
/freebsd-12.1/stand/mips/beri/loader/
H A Dberi_console.c49 .c_flags = 0,
61 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in c_probe()
/freebsd-12.1/stand/userboot/userboot/
H A Duserboot_cons.c76 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_cons_probe()
107 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_comcons_init()
/freebsd-12.1/stand/i386/libfirewire/
H A Ddconsole.c79 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in dconsole_probe()
82 cp->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT); in dconsole_probe()
/freebsd-12.1/sys/kern/
H A Dkern_timeout.c601 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add()
669 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc()
670 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc()
673 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()
1109 c->c_flags &= ~ CALLOUT_ACTIVE;
1142 c->c_flags |= CALLOUT_ACTIVE;
1230 c->c_flags &= ~CALLOUT_ACTIVE;
1264 c->c_flags &= ~CALLOUT_ACTIVE;
1323 c->c_flags &= ~CALLOUT_ACTIVE;
1413 c->c_flags &= ~CALLOUT_ACTIVE;
[all …]
/freebsd-12.1/usr.bin/mt/
H A Dmt.c134 int c_flags; member
246 if((comp->c_flags & NEED_2ARGS) && argc != 2) in main()
248 if(comp->c_flags & DISABLE_THIS) { in main()
251 if (comp->c_flags & USE_GETOPT) { in main()
262 (comp->c_flags & IS_DENSITY)) { in main()
274 (comp->c_flags & IS_COMP)) { in main()
281 } else if ((comp->c_flags & USE_GETOPT) == 0) { in main()
287 if (((comp->c_flags & USE_GETOPT) == 0) in main()
289 ((comp->c_flags & ZERO_ALLOWED)? -1: 0)) in main()
290 && ((comp->c_flags & IS_COMP) == 0)) in main()
/freebsd-12.1/sys/sys/
H A Dcallout.h91 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)
92 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
H A D_callout.h62 short c_flags; /* User State */ member
H A D_umtx.h51 __uint32_t c_flags; /* Flags of the condition variable */ member
/freebsd-12.1/sbin/ggate/ggated/
H A Dggated.c68 unsigned c_flags; /* flags (RO/RW) */ member
322 conn->c_flags |= GGATE_FLAG_RDONLY; in exports_check()
331 conn->c_flags |= GGATE_FLAG_WRONLY; in exports_check()
346 if ((conn->c_flags & GGATE_FLAG_RDONLY) != 0) in exports_check()
348 else if ((conn->c_flags & GGATE_FLAG_WRONLY) != 0) in exports_check()
466 conn->c_flags = cinit->gc_flags; in connection_new()
/freebsd-12.1/stand/uboot/lib/
H A Dconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
/freebsd-12.1/stand/powerpc/kboot/
H A Dhostcons.c54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
/freebsd-12.1/stand/ofw/libofw/
H A Dofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
/freebsd-12.1/include/protocols/
H A Ddumprestore.h124 int32_t c_flags; /* additional information */ member
/freebsd-12.1/usr.bin/find/
H A Dextern.h59 creat_f c_flags; variable
H A Doption.c87 { "-flags", c_flags, f_flags, 0 },
/freebsd-12.1/lib/libthr/thread/
H A Dthr_barrier.c127 bar->b_cv.c_flags |= USYNC_PROCESS_SHARED; in _pthread_barrier_init()
H A Dthr_cond.c78 #define CV_PSHARED(cvp) (((cvp)->kcond.c_flags & USYNC_PROCESS_SHARED) != 0)
88 cvp->kcond.c_flags |= USYNC_PROCESS_SHARED; in cond_init_body()

12