Home
last modified time | relevance | path

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

12

/freebsd-13.1/stand/common/
H A Dconsole.c64 consoles[cons]->c_flags = 0; in cons_probe()
70 consoles[cons]->c_flags = 0; in cons_probe()
72 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe()
87 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()
94 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()
116 if ((consoles[cons]->c_flags & in getchar()
242 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()
254 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
256 if ((consoles[cons]->c_flags & in cons_change()
282 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
[all …]
/freebsd-13.1/contrib/libxo/encoder/csv/
H A Denc_csv.c350 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-13.1/sys/contrib/openzfs/module/zstd/
H A DMakefile.in21 $(obj)/lib/zstd.o: c_flags += -fno-tree-vectorize
24 $(obj)/lib/zstd.o: c_flags += -U__BMI__
27 $(obj)/lib/zstd.o: c_flags += -Wframe-larger-than=20480
30 $(obj)/lib/zstd.o: c_flags += -include $(zstd_include)/aarch64_compat.h -include $(zstd_include)/zs…
32 $(obj)/zfs_zstd.o: c_flags += -include $(zstd_include)/zstd_compat_wrapper.h
/freebsd-13.1/sys/sys/
H A Dsmr.h80 int c_flags; /* SMR Configuration */ member
113 KASSERT((smr->c_flags & SMR_LAZY) == 0, in smr_enter()
148 KASSERT((smr->c_flags & SMR_LAZY) == 0, in smr_exit()
174 KASSERT((smr->c_flags & SMR_LAZY) != 0, in smr_lazy_enter()
199 KASSERT((smr->c_flags & SMR_LAZY) != 0, in smr_lazy_exit()
H A Dcallout.h87 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)
88 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
H A D_callout.h64 short c_flags; /* User State */ member
H A D_umtx.h55 __uint32_t c_flags; /* Flags of the condition variable */ member
/freebsd-13.1/stand/i386/libi386/
H A Dcomconsole.c72 .c_flags = 0,
144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init()
310 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set()
330 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()
339 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
355 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
359 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
H A Dnullconsole.c64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
/freebsd-13.1/usr.bin/systat/
H A Dmain.c238 curcmd->c_flags |= CF_INIT; in main()
259 if (curcmd->c_flags & CF_LOADAV) { in labels()
264 if (curcmd->c_flags & CF_ZFSARC) { in labels()
285 if (curcmd->c_flags & CF_LOADAV) { in display()
303 if (curcmd->c_flags & CF_ZFSARC) { in display()
324 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.h48 char c_flags; /* see below */ member
/freebsd-13.1/stand/efi/loader/
H A Defiserialio.c78 .c_flags = 0,
315 comconsole.c_flags = 0; in comc_probe()
317 sc->c_flags = C_PRESENTIN | C_PRESENTOUT; in comc_probe()
327 comconsole.c_flags = 0; in comc_init()
362 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_getchar()
388 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_ischar()
513 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
/freebsd-13.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-13.1/sys/kern/
H A Dsubr_smr.c278 KASSERT((zpcpu_get(smr)->c_flags & SMR_LAZY) == 0, in smr_default_advance()
352 flags = self->c_flags; in smr_advance()
492 KASSERT(!wait || (zpcpu_get(smr)->c_flags & SMR_LAZY) == 0, in smr_poll()
504 flags = self->c_flags; in smr_poll()
606 c->c_flags = flags; in smr_create()
H A Dkern_timeout.c577 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add()
634 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc()
635 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc()
638 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()
981 c->c_flags &= ~ CALLOUT_ACTIVE; in callout_reset_sbt_on()
1014 c->c_flags |= CALLOUT_ACTIVE; in callout_reset_sbt_on()
1105 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1139 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1198 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1295 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
[all …]
/freebsd-13.1/stand/userboot/userboot/
H A Duserboot_cons.c77 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_cons_probe()
108 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_comcons_init()
/freebsd-13.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-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py631 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)
1480 c_flags = 0
1492 c_flags |= c_flag
1495 snapname, c_fromsnap, fd, c_flags, uint64_t(resumeobj),
/freebsd-13.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-13.1/stand/uboot/lib/
H A Dconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
/freebsd-13.1/stand/powerpc/kboot/
H A Dhostcons.c54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
/freebsd-13.1/sbin/ggate/ggated/
H A Dggated.c69 unsigned c_flags; /* flags (RO/RW) */ member
323 conn->c_flags |= GGATE_FLAG_RDONLY; in exports_check()
332 conn->c_flags |= GGATE_FLAG_WRONLY; in exports_check()
347 if ((conn->c_flags & GGATE_FLAG_RDONLY) != 0) in exports_check()
349 else if ((conn->c_flags & GGATE_FLAG_WRONLY) != 0) in exports_check()
477 conn->c_flags = cinit->gc_flags; in connection_new()
/freebsd-13.1/stand/libofw/
H A Dofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
/freebsd-13.1/include/protocols/
H A Ddumprestore.h124 int32_t c_flags; /* additional information */ member

12