| /freebsd-12.1/stand/common/ |
| H A D | console.c | 61 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 D | bootstrap.h | 102 int c_flags; member
|
| /freebsd-12.1/usr.bin/systat/ |
| H A D | main.c | 222 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 D | cmds.c | 123 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 D | systat.h | 47 char c_flags; /* see below */ member
|
| /freebsd-12.1/stand/i386/libi386/ |
| H A D | comconsole.c | 144 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 D | nullconsole.c | 64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
|
| H A D | vidconsole.c | 95 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 D | beri_console.c | 49 .c_flags = 0, 61 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in c_probe()
|
| /freebsd-12.1/stand/userboot/userboot/ |
| H A D | userboot_cons.c | 76 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 D | dconsole.c | 79 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 D | kern_timeout.c | 601 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 D | mt.c | 134 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 D | callout.h | 91 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) 92 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
|
| H A D | _callout.h | 62 short c_flags; /* User State */ member
|
| H A D | _umtx.h | 51 __uint32_t c_flags; /* Flags of the condition variable */ member
|
| /freebsd-12.1/sbin/ggate/ggated/ |
| H A D | ggated.c | 68 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 D | console.c | 57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
|
| /freebsd-12.1/stand/powerpc/kboot/ |
| H A D | hostcons.c | 54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
|
| /freebsd-12.1/stand/ofw/libofw/ |
| H A D | ofw_console.c | 63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
|
| /freebsd-12.1/include/protocols/ |
| H A D | dumprestore.h | 124 int32_t c_flags; /* additional information */ member
|
| /freebsd-12.1/usr.bin/find/ |
| H A D | extern.h | 59 creat_f c_flags; variable
|
| H A D | option.c | 87 { "-flags", c_flags, f_flags, 0 },
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_barrier.c | 127 bar->b_cv.c_flags |= USYNC_PROCESS_SHARED; in _pthread_barrier_init()
|
| H A D | thr_cond.c | 78 #define CV_PSHARED(cvp) (((cvp)->kcond.c_flags & USYNC_PROCESS_SHARED) != 0) 88 cvp->kcond.c_flags |= USYNC_PROCESS_SHARED; in cond_init_body()
|