| /freebsd-14.2/stand/common/ |
| H A D | console.c | 93 consoles[cons]->c_flags = 0; in cons_probe() 99 consoles[cons]->c_flags = 0; in cons_probe() 101 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe() 116 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe() 123 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe() 145 if ((consoles[cons]->c_flags & in getchar() 271 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change() 283 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change() 285 if ((consoles[cons]->c_flags & in cons_change() 311 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change() [all …]
|
| /freebsd-14.2/contrib/libxo/encoder/csv/ |
| H A D | enc_csv.c | 350 csv->c_flags |= CF_HEADER_DONE; in csv_emit_record() 412 csv->c_flags |= CF_LEAFS_DONE; in csv_emit_record() 426 csv->c_flags &= ~CF_RECORD_DATA; in csv_open_level() 437 csv->c_flags |= CF_RECORD_DATA; in csv_open_level() 467 csv->c_flags &= ~CF_RECORD_DATA; in csv_close_level() 598 csv->c_flags |= CF_LEAFS_DONE; in csv_record_leafs() 697 csv->c_flags |= CF_NO_KEYS; in csv_options() 699 csv->c_flags |= CF_NO_HEADER; in csv_options() 701 csv->c_flags |= CF_VALUE_ONLY; in csv_options() 705 csv->c_flags |= CF_NO_QUOTES; in csv_options() [all …]
|
| /freebsd-14.2/sys/sys/ |
| H A D | smr.h | 78 int c_flags; /* SMR Configuration */ member 111 KASSERT((smr->c_flags & SMR_LAZY) == 0, in smr_enter() 154 KASSERT((smr->c_flags & SMR_LAZY) == 0, in smr_exit() 180 KASSERT((smr->c_flags & SMR_LAZY) != 0, in smr_lazy_enter() 205 KASSERT((smr->c_flags & SMR_LAZY) != 0, in smr_lazy_exit()
|
| H A D | callout.h | 84 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) 85 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
|
| H A D | _callout.h | 64 short c_flags; /* User State */ member
|
| H A D | _umtx.h | 53 __uint32_t c_flags; /* Flags of the condition variable */ member
|
| /freebsd-14.2/stand/efi/libefi/ |
| H A D | eficom.c | 70 .c_flags = 0, 83 .c_flags = 0, 360 sc->c_flags = C_PRESENTIN | C_PRESENTOUT; in comc_probe() 362 sc->c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_probe() 373 if (eficom.c_flags & (C_PRESENTIN | C_PRESENTOUT)) { in comc_probe_compat() 395 eficom.c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in comc_init() 430 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_getchar() 456 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_ischar() 558 if ((eficom.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0 || comc_port == NULL) in comc_setup() 599 eficom.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
|
| /freebsd-14.2/stand/i386/libi386/ |
| H A D | comconsole.c | 69 .c_flags = 0, 141 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init() 307 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set() 326 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup() 337 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup() 353 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup() 357 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
|
| H A D | nullconsole.c | 61 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
|
| H A D | textvidc.c | 91 cp->c_flags |= C_PRESENTIN; in vidc_probe() 95 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
|
| /freebsd-14.2/usr.bin/systat/ |
| H A D | main.c | 236 curcmd->c_flags |= CF_INIT; in main() 257 if (curcmd->c_flags & CF_LOADAV) { in labels() 262 if (curcmd->c_flags & CF_ZFSARC) { in labels() 284 if (curcmd->c_flags & CF_LOADAV) { in display() 302 if (curcmd->c_flags & CF_ZFSARC) { in display() 323 if (curcmd->c_flags & (CF_LOADAV |CF_ZFSARC)) in display()
|
| H A D | cmds.c | 120 curcmd->c_flags &= ~CF_INIT; in command() 131 if ((p->c_flags & CF_INIT) == 0) { in command() 133 p->c_flags |= CF_INIT; in command()
|
| H A D | systat.h | 47 char c_flags; /* see below */ member
|
| /freebsd-14.2/stand/userboot/userboot/ |
| H A D | userboot_cons.c | 74 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_cons_probe() 105 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_comcons_init()
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_smr.c | 276 KASSERT((zpcpu_get(smr)->c_flags & SMR_LAZY) == 0, in smr_default_advance() 350 flags = self->c_flags; in smr_advance() 490 KASSERT(!wait || (zpcpu_get(smr)->c_flags & SMR_LAZY) == 0, in smr_poll() 502 flags = self->c_flags; in smr_poll() 605 c->c_flags = flags; in smr_create()
|
| H A D | kern_timeout.c | 601 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add() 658 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc() 659 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc() 1015 c->c_flags &= ~ CALLOUT_ACTIVE; in callout_reset_sbt_on() 1048 c->c_flags |= CALLOUT_ACTIVE; in callout_reset_sbt_on() 1125 ((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) { in _callout_stop_safe() 1139 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 1173 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 1232 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 1329 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 631 c_flags = 0 643 c_flags |= c_flag 645 ret = _lib.lzc_send(snapname, c_fromsnap, fd, c_flags) 683 c_flags = 0 695 c_flags |= c_flag 698 ret = _lib.lzc_send_space(snapname, c_fromsnap, c_flags, valp) 1609 c_flags = 0 1621 c_flags |= c_flag 1624 snapname, c_fromsnap, fd, c_flags, uint64_t(resumeobj),
|
| /freebsd-14.2/usr.bin/mt/ |
| H A D | mt.c | 132 int c_flags; member 244 if((comp->c_flags & NEED_2ARGS) && argc != 2) in main() 246 if(comp->c_flags & DISABLE_THIS) { in main() 249 if (comp->c_flags & USE_GETOPT) { in main() 260 (comp->c_flags & IS_DENSITY)) { in main() 272 (comp->c_flags & IS_COMP)) { in main() 279 } else if ((comp->c_flags & USE_GETOPT) == 0) { in main() 285 if (((comp->c_flags & USE_GETOPT) == 0) in main() 287 ((comp->c_flags & ZERO_ALLOWED)? -1: 0)) in main() 288 && ((comp->c_flags & IS_COMP) == 0)) in main()
|
| /freebsd-14.2/stand/uboot/ |
| H A D | uboot_console.c | 54 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
|
| /freebsd-14.2/sbin/ggate/ggated/ |
| H A D | ggated.c | 67 unsigned c_flags; /* flags (RO/RW) */ member 321 conn->c_flags |= GGATE_FLAG_RDONLY; in exports_check() 330 conn->c_flags |= GGATE_FLAG_WRONLY; in exports_check() 345 if ((conn->c_flags & GGATE_FLAG_RDONLY) != 0) in exports_check() 347 else if ((conn->c_flags & GGATE_FLAG_WRONLY) != 0) in exports_check() 475 conn->c_flags = cinit->gc_flags; in connection_new()
|
| /freebsd-14.2/stand/kboot/kboot/ |
| H A D | hostcons.c | 54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
|
| /freebsd-14.2/stand/libofw/ |
| H A D | ofw_console.c | 60 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
|
| /freebsd-14.2/include/protocols/ |
| H A D | dumprestore.h | 122 int32_t c_flags; /* additional information */ member
|
| /freebsd-14.2/usr.bin/find/ |
| H A D | extern.h | 58 creat_f c_flags; variable
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_barrier.c | 124 bar->b_cv.c_flags |= USYNC_PROCESS_SHARED; in _pthread_barrier_init()
|