Symbol: c_flags
crypto/krb5/src/kdc/do_as_req.c
177
unsigned int c_flags;
crypto/krb5/src/kdc/do_as_req.c
270
errcode = handle_authdata(realm, state->c_flags, state->client,
crypto/krb5/src/kdc/do_as_req.c
573
setflag(state->c_flags, KRB5_KDB_FLAG_CLIENT);
crypto/krb5/src/kdc/do_as_req.c
576
setflag(state->c_flags, KRB5_KDB_FLAG_REFERRAL_OK);
crypto/krb5/src/kdc/do_as_req.c
577
errcode = lookup_client(context, state->request, state->c_flags,
crypto/krb5/src/kdc/kdc_log.c
122
unsigned int c_flags,
crypto/krb5/src/kdc/kdc_log.c
153
if (isflagset(c_flags, KRB5_KDB_FLAG_PROTOCOL_TRANSITION))
crypto/krb5/src/kdc/kdc_log.c
157
else if (isflagset(c_flags, KRB5_KDB_FLAG_CONSTRAINED_DELEGATION))
crypto/krb5/src/kdc/kdc_util.h
331
unsigned int c_flags,
include/protocols/dumprestore.h
120
int32_t c_flags; /* additional information */
lib/libthr/thread/thr_barrier.c
124
bar->b_cv.c_flags |= USYNC_PROCESS_SHARED;
lib/libthr/thread/thr_cond.c
76
#define CV_PSHARED(cvp) (((cvp)->kcond.c_flags & USYNC_PROCESS_SHARED) != 0)
lib/libthr/thread/thr_cond.c
86
cvp->kcond.c_flags |= USYNC_PROCESS_SHARED;
sbin/ggate/ggated/ggated.c
362
conn->c_flags |= GGATE_FLAG_RDONLY;
sbin/ggate/ggated/ggated.c
371
conn->c_flags |= GGATE_FLAG_WRONLY;
sbin/ggate/ggated/ggated.c
393
conn->c_flags |= GGATE_FLAG_DIRECT;
sbin/ggate/ggated/ggated.c
402
if ((conn->c_flags & GGATE_FLAG_RDONLY) != 0)
sbin/ggate/ggated/ggated.c
404
else if ((conn->c_flags & GGATE_FLAG_WRONLY) != 0)
sbin/ggate/ggated/ggated.c
533
conn->c_flags = cinit->gc_flags;
sbin/ggate/ggated/ggated.c
67
int c_flags; /* flags (RO/RW) */
sbin/restore/tape.c
1330
swabst((u_char *)"2l4q",(u_char *) &buf->c_flags);
sbin/restore/tape.c
1351
(buf->c_flags & NFS_DR_NEWINODEFMT) == 0)
stand/common/bootstrap.h
104
int c_flags;
stand/common/console.c
112
consoles[cons]->c_flags = 0;
stand/common/console.c
118
consoles[cons]->c_flags = 0;
stand/common/console.c
120
if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT))
stand/common/console.c
135
consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
stand/common/console.c
142
if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT))
stand/common/console.c
164
if ((consoles[cons]->c_flags &
stand/common/console.c
179
if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) ==
stand/common/console.c
196
if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) ==
stand/common/console.c
294
consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT);
stand/common/console.c
306
consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
stand/common/console.c
308
if ((consoles[cons]->c_flags &
stand/common/console.c
334
consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
stand/common/console.c
336
if ((consoles[cons]->c_flags &
stand/efi/libefi/efi_console.c
131
.c_flags = C_WIDEOUT,
stand/efi/libefi/efi_console.c
431
cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
stand/efi/libefi/eficom.c
361
sc->c_flags = C_PRESENTIN | C_PRESENTOUT;
stand/efi/libefi/eficom.c
363
sc->c_flags &= ~(C_PRESENTIN | C_PRESENTOUT);
stand/efi/libefi/eficom.c
374
if (eficom.c_flags & (C_PRESENTIN | C_PRESENTOUT)) {
stand/efi/libefi/eficom.c
396
eficom.c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT);
stand/efi/libefi/eficom.c
431
if ((efi_console.c_flags & C_ACTIVEIN) == 0)
stand/efi/libefi/eficom.c
457
if ((efi_console.c_flags & C_ACTIVEIN) == 0)
stand/efi/libefi/eficom.c
559
if ((eficom.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0 || comc_port == NULL)
stand/efi/libefi/eficom.c
600
eficom.c_flags |= (C_PRESENTIN | C_PRESENTOUT);
stand/efi/libefi/eficom.c
71
.c_flags = 0,
stand/efi/libefi/eficom.c
84
.c_flags = 0,
stand/i386/libi386/comconsole.c
141
if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) ==
stand/i386/libi386/comconsole.c
307
if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 &&
stand/i386/libi386/comconsole.c
326
if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0)
stand/i386/libi386/comconsole.c
337
comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT);
stand/i386/libi386/comconsole.c
353
comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT);
stand/i386/libi386/comconsole.c
357
comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT);
stand/i386/libi386/comconsole.c
69
.c_flags = 0,
stand/i386/libi386/nullconsole.c
60
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
stand/i386/libi386/textvidc.c
90
cp->c_flags |= C_PRESENTIN;
stand/i386/libi386/textvidc.c
94
cp->c_flags |= C_PRESENTOUT;
stand/i386/libi386/vidconsole.c
513
cp->c_flags |= C_PRESENTIN;
stand/i386/libi386/vidconsole.c
517
cp->c_flags |= C_PRESENTOUT;
stand/i386/libi386/vidconsole.c
90
.c_flags = 0,
stand/kboot/kboot/hostcons.c
53
cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
stand/libofw/ofw_console.c
59
cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
stand/uboot/uboot_console.c
53
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
stand/userboot/userboot/userboot_cons.c
103
userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
stand/userboot/userboot/userboot_cons.c
72
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
sys/dev/ioat/ioat.c
2081
db_printf(" c_flags: 0x%x\n", (unsigned)sc->poll_timer.c_flags);
sys/kern/kern_timeout.c
1018
c->c_flags &= ~ CALLOUT_ACTIVE;
sys/kern/kern_timeout.c
1051
c->c_flags |= CALLOUT_ACTIVE;
sys/kern/kern_timeout.c
1125
((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) {
sys/kern/kern_timeout.c
1139
c->c_flags &= ~CALLOUT_ACTIVE;
sys/kern/kern_timeout.c
1173
c->c_flags &= ~CALLOUT_ACTIVE;
sys/kern/kern_timeout.c
1232
c->c_flags &= ~CALLOUT_ACTIVE;
sys/kern/kern_timeout.c
1315
c->c_flags &= ~CALLOUT_ACTIVE;
sys/kern/kern_timeout.c
1490
C_DB_PRINTF("%#x", c_flags);
sys/kern/kern_timeout.c
597
c->c_flags |= CALLOUT_ACTIVE;
sys/kern/kern_timeout.c
655
KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE,
sys/kern/kern_timeout.c
656
("softclock_call_cc: act %p %x", c, c->c_flags));
sys/kern/kern_umtx.c
2945
error = fueword32(&cv->c_flags, &flags);
sys/kern/kern_umtx.c
3043
error = fueword32(&cv->c_flags, &flags);
sys/kern/kern_umtx.c
3072
error = fueword32(&cv->c_flags, &flags);
sys/kern/subr_smr.c
275
KASSERT((zpcpu_get(smr)->c_flags & SMR_LAZY) == 0,
sys/kern/subr_smr.c
349
flags = self->c_flags;
sys/kern/subr_smr.c
489
KASSERT(!wait || (zpcpu_get(smr)->c_flags & SMR_LAZY) == 0,
sys/kern/subr_smr.c
501
flags = self->c_flags;
sys/kern/subr_smr.c
604
c->c_flags = flags;
sys/sys/_callout.h
62
short c_flags; /* User State */
sys/sys/_umtx.h
53
__uint32_t c_flags; /* Flags of the condition variable */
sys/sys/callout.h
82
#define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)
sys/sys/callout.h
83
#define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
sys/sys/smr.h
111
KASSERT((smr->c_flags & SMR_LAZY) == 0,
sys/sys/smr.h
154
KASSERT((smr->c_flags & SMR_LAZY) == 0,
sys/sys/smr.h
180
KASSERT((smr->c_flags & SMR_LAZY) != 0,
sys/sys/smr.h
205
KASSERT((smr->c_flags & SMR_LAZY) != 0,
sys/sys/smr.h
78
int c_flags; /* SMR Configuration */
usr.bin/find/extern.h
58
creat_f c_flags;
usr.bin/find/option.c
82
{ "-flags", c_flags, f_flags, 0 },
usr.bin/mt/mt.c
119
int c_flags;
usr.bin/mt/mt.c
231
if((comp->c_flags & NEED_2ARGS) && argc != 2)
usr.bin/mt/mt.c
233
if(comp->c_flags & DISABLE_THIS) {
usr.bin/mt/mt.c
236
if (comp->c_flags & USE_GETOPT) {
usr.bin/mt/mt.c
247
(comp->c_flags & IS_DENSITY)) {
usr.bin/mt/mt.c
259
(comp->c_flags & IS_COMP)) {
usr.bin/mt/mt.c
266
} else if ((comp->c_flags & USE_GETOPT) == 0) {
usr.bin/mt/mt.c
272
if (((comp->c_flags & USE_GETOPT) == 0)
usr.bin/mt/mt.c
274
((comp->c_flags & ZERO_ALLOWED)? -1: 0))
usr.bin/mt/mt.c
275
&& ((comp->c_flags & IS_COMP) == 0))
usr.bin/systat/cmds.c
117
curcmd->c_flags &= ~CF_INIT;
usr.bin/systat/cmds.c
128
if ((p->c_flags & CF_INIT) == 0) {
usr.bin/systat/cmds.c
130
p->c_flags |= CF_INIT;
usr.bin/systat/main.c
234
curcmd->c_flags |= CF_INIT;
usr.bin/systat/main.c
255
if (curcmd->c_flags & CF_LOADAV) {
usr.bin/systat/main.c
260
if (curcmd->c_flags & CF_ZFSARC) {
usr.bin/systat/main.c
282
if (curcmd->c_flags & CF_LOADAV) {
usr.bin/systat/main.c
300
if (curcmd->c_flags & CF_ZFSARC) {
usr.bin/systat/main.c
321
if (curcmd->c_flags & (CF_LOADAV |CF_ZFSARC))
usr.bin/systat/systat.h
45
char c_flags; /* see below */