Searched defs:c_flag (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_main.c37 int32_t c_flag = 0; variable
117 c_flag++;
309 if (c_flag && F_flag) {
315 b_flag + c_flag + F_flag + R_flag + s_flag + V_flag +
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c82 int c_flag; member in struct:co_tab
212 if (f_user->fu_flags & code_tab[i].c_flag)
/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c56 char c_flag; /* info about the callb state */ member in struct:callb
65 * callb c_flag bitmap definitions
132 cp->c_flag |= CALLB_TAKEN;
209 if (!(me->c_flag & CALLB_EXECUTING))
218 me->c_flag = CALLB_FREE;
244 while (cp->c_flag & CALLB_EXECUTING)
249 if (cp->c_flag == CALLB_FREE)
251 cp->c_flag |= CALLB_EXECUTING;
264 cp->c_flag &= ~CALLB_EXECUTING;
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c106 int c_flag = 0; local
168 c_flag = 1;
410 if (c_flag) {
H A Ddrvsubr.c972 int c_flag,
976 if (c_flag & CLEAN_NAM_MAJ) {
984 if (c_flag & CLEAN_DRV_ALIAS) {
992 if (c_flag & CLEAN_DRV_CLASSES) {
1000 if (c_flag & CLEAN_MINOR_PERM) {
1011 if ((c_flag & CLEAN_DEV_POLICY) != 0 &&
1018 if ((c_flag & CLEAN_DRV_PRIV) != 0 &&
971 remove_entry( int c_flag, char *driver_name) argument
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2024 int baudrate, c_flag; local
2056 c_flag = async->async_ttycommon.t_cflag &
2112 if (ocflags != (c_flag & ~CLOCAL) || mode == ASY_INIT) {
2117 if (c_flag & CSTOPB)
2120 if (c_flag & PARENB)
2123 if ((c_flag & PARODD) == 0)
2126 switch (c_flag & CSIZE) {
2158 if ((ocflags & CREAD) == 0 && (c_flag & CREAD) ||
2164 asy->asy_ocflag = c_flag & ~CLOCAL;
2183 "asy%d_program: c_flag
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1333 int baudrate, c_flag; local
1405 c_flag = async->async_ttycommon.t_cflag &
1424 if (ocflags != (c_flag & ~CLOCAL) || mode == ASY_INIT) {
1429 if (c_flag & CSTOPB)
1432 if (c_flag & PARENB)
1435 if ((c_flag & PARODD) == 0)
1438 switch (c_flag & CSIZE) {
1468 if ((ocflags & CREAD) == 0 && (c_flag & CREAD)) {
1476 asy->asy_ocflags = c_flag & ~CLOCAL;
1495 if ((c_flag
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3105 int c_flag; local
3131 c_flag = tp->t_cflag;
3137 if (c_flag & CRTSCTS) {
3140 if (c_flag & CRTSXOFF) {
3154 pe[1].val.ui = c_flag & CSTOPB;
3158 pe[2].val.ui = c_flag & (PARENB | PARODD);
3162 pe[3].val.ui = c_flag & CSIZE;
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c64 c_flag = 0, /* dump the string table */ variable
1722 if (c_flag) {
2090 c_flag = 1;
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4017 int c_flag = 0; /* have not read any value yet */ local
4024 c_flag = 1;
4032 if (c_flag == 1)
4041 c_flag = 1;
4053 if (c_flag == 1)
4062 c_flag = 1;
4070 if (c_flag == 0 || vals->value_count == 0) {
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h538 #define c_flag devices->id_cache_dev.bi_flag macro

Completed in 187 milliseconds