/titanic_50/usr/src/cmd/priocntl/ |
H A D | iapriocntl.c | 92 uint_t cflags; in main() local 186 cflags = (pflag ? IA_DOUPRI : 0); in main() 189 cflags |= IA_DOUPRILIM; in main() 192 cflags |= IA_DOMODE; in main() 199 return (set_iaprocs(idtype, idargc, &argv[optind], cflags, in main() 206 cflags = (pflag ? IA_DOUPRI : 0); in main() 209 cflags |= IA_DOUPRILIM; in main() 212 cflags |= IA_DOMODE; in main() 214 exec_iacmd(&argv[optind], cflags, iauprilim, iaupri, iamode); in main() 326 set_iaprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_iaprocs() argument [all …]
|
H A D | fxpriocntl.c | 97 uint_t cflags; in main() local 200 cflags = (pflag ? FX_DOUPRI : 0); in main() 203 cflags |= FX_DOUPRILIM; in main() 206 cflags |= FX_DOTQ; in main() 216 return (set_fxprocs(idtype, idargc, &argv[optind], cflags, in main() 223 cflags = (pflag ? FX_DOUPRI : 0); in main() 226 cflags |= FX_DOUPRILIM; in main() 229 cflags |= FX_DOTQ; in main() 234 exec_fxcmd(&argv[optind], cflags, fxuprilim, fxupri, tqntm, in main() 354 set_fxprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_fxprocs() argument [all …]
|
H A D | fsspriocntl.c | 85 uint_t cflags; in main() local 161 cflags = (pflag ? FSS_DOUPRI : 0); in main() 164 cflags |= FSS_DOUPRILIM; in main() 171 return (set_fssprocs(idtype, idargc, &argv[optind], cflags, in main() 178 cflags = (pflag ? FSS_DOUPRI : 0); in main() 181 cflags |= FSS_DOUPRILIM; in main() 183 exec_fsscmd(&argv[optind], cflags, fssuprilim, fssupri); in main() 290 set_fssprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_fssprocs() argument 314 if ((cflags & FSS_DOUPRILIM) != 0) { in set_fssprocs() 321 if ((cflags & FSS_DOUPRI) != 0) { in set_fssprocs() [all …]
|
H A D | tspriocntl.c | 90 uint_t cflags; in main() local 175 cflags = (pflag ? TS_DOUPRI : 0); in main() 178 cflags |= TS_DOUPRILIM; in main() 185 return (set_tsprocs(idtype, idargc, &argv[optind], cflags, in main() 192 cflags = (pflag ? TS_DOUPRI : 0); in main() 195 cflags |= TS_DOUPRILIM; in main() 197 exec_tscmd(&argv[optind], cflags, tsuprilim, tsupri); in main() 306 set_tsprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_tsprocs() argument 330 if ((cflags & TS_DOUPRILIM) != 0) { in set_tsprocs() 337 if ((cflags & TS_DOUPRI) != 0) { in set_tsprocs() [all …]
|
H A D | rtpriocntl.c | 100 uint_t cflags; in main() local 204 cflags = (pflag ? RT_DOPRI : 0); in main() 207 cflags |= RT_DOTQ; in main() 218 cflags |= RT_DOSIG; in main() 220 return (set_rtprocs(idtype, idargc, &argv[optind], cflags, in main() 227 cflags = (pflag ? RT_DOPRI : 0); in main() 230 cflags |= RT_DOTQ; in main() 236 cflags |= RT_DOSIG; in main() 238 exec_rtcmd(&argv[optind], cflags, rtpri, tqntm, res, tqsig); in main() 358 set_rtprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_rtprocs() argument [all …]
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-snprintf.c | 127 int cflags = 0; in dopr() local 205 cflags = DP_C_SHORT; in dopr() 209 cflags = DP_C_LONG; in dopr() 212 cflags = DP_C_LONG_LONG; in dopr() 217 cflags = DP_C_LONG_LONG; in dopr() 221 cflags = DP_C_LDOUBLE; in dopr() 233 if (cflags == DP_C_SHORT) in dopr() 235 else if (cflags == DP_C_LONG) in dopr() 237 else if (cflags == DP_C_LONG_LONG) in dopr() 245 if (cflags == DP_C_SHORT) in dopr() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_sctp.c | 502 parse_unrec_chunk(int flags, uint8_t cflags, const void *data, int datalen) in parse_unrec_chunk() argument 532 parse_opaque_param(int flags, uint8_t cflags, const void *data, int datalen) in parse_opaque_param() argument 627 parse_ftsn_chunk(int flags, uint8_t cflags, const void *data, int datalen) in parse_ftsn_chunk() argument 661 parse_asconf_chunk(int flags, uint8_t cflags, const void *data, int datalen) in parse_asconf_chunk() argument 685 parse_init_chunk(int flags, uint8_t cflags, const void *data, int datalen) in parse_init_chunk() argument 705 cflags); in parse_init_chunk() 725 parse_data_chunk(int flags, uint8_t cflags, const void *data, int datalen) in parse_data_chunk() argument 746 "flags = 0x%.2x", cflags); in parse_data_chunk() 748 getflag(cflags, SCTP_DATA_UBIT, "unordered", "ordered")); in parse_data_chunk() 750 getflag(cflags, SCTP_DATA_BBIT, in parse_data_chunk() [all …]
|
/titanic_50/usr/src/cmd/adbgen/common/ |
H A D | adbgen.sh | 30 cflags= 47 cflags=-xarch=v9 88 if ${CC:-cc} -w -D${ARCH:-`uname -m`} $cflags \
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ptem.c | 222 ntp->cflags = termiosp->c_cflag; in ptemopen() 614 tcflag_t cflags; in ptemwmsg() local 656 cflags = ((struct termio *) in ptemwmsg() 658 ntp->cflags = in ptemwmsg() 659 (ntp->cflags & 0xffff0000 | cflags); in ptemwmsg() 670 cflags = ((struct termios *) in ptemwmsg() 672 ntp->cflags = cflags; in ptemwmsg() 676 if ((cflags & CBAUD) == B0) { in ptemwmsg() 716 termiop->c_cflag = (ushort_t)ntp->cflags; in ptemwmsg() 728 termiosp->c_cflag = ntp->cflags; in ptemwmsg()
|
/titanic_50/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 125 my ($cc, @cflags) = @ARGV; 161 runit($cc, @cflags, '-c', '-o', $OTmp, $CTmp); 167 runit($cc, @cflags, "-P", "-o", "$GenPPTmp", $GenTmp);
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 169 int cflags) in regcomp() argument 183 cflags = GOODFLAGS(cflags); in regcomp() 184 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp() 187 if (cflags®_PEND) { in regcomp() 218 g->cflags = cflags; in regcomp() 233 if (cflags®_EXTENDED) in regcomp() 235 else if (cflags®_NOSPEC) in regcomp() 386 if (p->g->cflags®_NEWLINE) in p_ere_exp() 552 if (p->g->cflags®_NEWLINE) in p_simp_re() 693 if (p->g->cflags®_ICASE) in p_bracket() [all …]
|
H A D | engine.c | 174 if (g->cflags®_NOSUB) in matcher() 608 (m->g->cflags®_NEWLINE))) { in backref() 615 (m->g->cflags®_NEWLINE))) { in backref() 622 (m->g->cflags®_NEWLINE)) || in backref() 631 (m->g->cflags®_NEWLINE)) || in backref() 801 if ((lastc == '\n' && m->g->cflags®_NEWLINE) || in fast() 806 if ((c == '\n' && m->g->cflags®_NEWLINE) || in fast() 900 if ((lastc == '\n' && m->g->cflags®_NEWLINE) || in slow() 905 if ((c == '\n' && m->g->cflags®_NEWLINE) || in slow()
|
H A D | regex2.h | 170 int cflags; /* copy of regcomp() cflags argument */ member
|
/titanic_50/usr/src/lib/libumem/common/ |
H A D | umem.c | 2649 int cflags) /* cache creation flags */ in umem_cache_create() argument 2664 ASSERT((cflags & (UMC_INTERNAL | UMC_QCACHE)) != 0); in umem_cache_create() 2666 ASSERT(!(cflags & UMC_INTERNAL)); in umem_cache_create() 2685 ((cflags & UMC_NOHASH) && (cflags & UMC_NOTOUCH)) || in umem_cache_create() 2702 } else if (align < UMEM_ALIGN && (cflags & UMC_NOTOUCH) == 0) in umem_cache_create() 2725 cp->cache_flags = umem_flags | (cflags & UMF_DEBUG); in umem_cache_create() 2742 if ((cflags & UMC_QCACHE) && (cp->cache_flags & UMF_AUDIT)) in umem_cache_create() 2745 if (cflags & UMC_NODEBUG) in umem_cache_create() 2748 if (cflags & UMC_NOTOUCH) in umem_cache_create() 2751 if (cflags & UMC_NOHASH) in umem_cache_create() [all …]
|
/titanic_50/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 851 const char *prog, *cflags, *lang; in do_compile() local 874 cflags = c99flags; in do_compile() 877 cflags = c11flags; in do_compile() 880 cflags = c89flags; in do_compile() 883 if (cflags == NULL) { in do_compile() 890 compiler, cflags, env_defs(cenv), cfile, ofile, lfile); in do_compile()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ptem.h | 42 tcflag_t cflags; /* copy of c_cflags */ member
|
/titanic_50/usr/src/cmd/avs/dsw/ |
H A D | iiboot.c | 429 set_is_offline(char *cflags) in set_is_offline() argument 434 if (!cflags || !*cflags) in set_is_offline() 438 conv = sscanf(cflags, "%x", &flags); in set_is_offline()
|
/titanic_50/usr/src/cmd/krb5/krb5-config/ |
H A D | krb5-config.sh | 53 --cflags)
|
/titanic_50/usr/src/uts/common/os/ |
H A D | kmem.c | 3636 int cflags) /* cache creation flags */ in kmem_cache_create() argument 3663 ASSERT(!(cflags & KMC_IDENTIFIER)); /* consumer should not set this */ in kmem_cache_create() 3665 cflags |= KMC_IDENTIFIER; in kmem_cache_create() 3686 cflags |= KMC_NOTOUCH; in kmem_cache_create() 3695 cp->cache_flags = (kmem_flags | cflags) & KMF_DEBUG; in kmem_cache_create() 3701 ASSERT(!(cflags & KMC_NOHASH) || !(cflags & KMC_NOTOUCH)); in kmem_cache_create() 3717 if ((cflags & KMC_QCACHE) && (cp->cache_flags & KMF_AUDIT)) in kmem_cache_create() 3720 if (cflags & KMC_NODEBUG) in kmem_cache_create() 3723 if (cflags & KMC_NOTOUCH) in kmem_cache_create() 3726 if (cflags & KMC_PREFILL) in kmem_cache_create() [all …]
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | rt.c | 591 uint_t cflags; in rt_parmsin() local 601 cflags = (rtprmsp->rt_pri != RT_NOCHANGE ? RT_DOPRI : 0); in rt_parmsin() 608 cflags |= RT_DOTQ; in rt_parmsin() 624 ((rtkparms_t *)rtprmsp)->rt_cflags = cflags; in rt_parmsin()
|
H A D | fx.c | 742 uint_t cflags; in fx_parmsin() local 762 cflags = (fxparmsp->fx_upri != FX_NOCHANGE ? FX_DOUPRI : 0); in fx_parmsin() 765 cflags |= FX_DOUPRILIM; in fx_parmsin() 769 cflags |= FX_DOTQ; in fx_parmsin() 789 ((fxkparms_t *)fxparmsp)->fx_cflags = cflags; in fx_parmsin()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 2333 uint_t cflags, int argc, char *const argv[], FILE *fp, const char *s) in dt_compile() argument 2341 if ((fp == NULL && s == NULL) || (cflags & ~DTRACE_C_MASK) != 0) { in dt_compile() 2355 if (fp && (cflags & DTRACE_C_CPP) && (fp = dt_preproc(dtp, fp)) == NULL) in dt_compile() 2368 pcb.pcb_cflags = dtp->dt_cflags | cflags; in dt_compile() 2376 else if (cflags & DTRACE_C_CTL) in dt_compile() 2405 if (cflags & DTRACE_C_CTL) in dt_compile() 2517 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP)) in dt_compile() 2527 dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[]) in dtrace_program_strcompile() argument 2530 spec, NULL, cflags, argc, argv, NULL, s)); in dtrace_program_strcompile() 2535 uint_t cflags, int argc, char *const argv[]) in dtrace_program_fcompile() argument [all …]
|
/titanic_50/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 1060 uint32_t cflags; in elxl_m_tx() local 1163 cflags = 0; in elxl_m_tx() 1169 cflags |= EX_DPD_IPCKSUM; in elxl_m_tx() 1172 cflags |= (EX_DPD_TCPCKSUM | EX_DPD_UDPCKSUM); in elxl_m_tx() 1215 PUT_PD(r, pd->pd_fsh, len | cflags); in elxl_m_tx() 1234 PUT_PD(r, pd->pd_fsh, len | cflags | EX_DPD_DNIND); in elxl_m_tx()
|
/titanic_50/usr/src/cmd/beadm/ |
H A D | beadm.c | 560 int cflags = REG_EXTENDED; in confirm_destroy() local 562 if (regcomp(&yes_re, yesre, cflags) != 0) { in confirm_destroy() 567 if (regcomp(&no_re, nore, cflags) != 0) { in confirm_destroy()
|
/titanic_50/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 2772 uint32_t cflags = 0; in atge_send_a_packet() local 2833 cflags |= L1C_TD_EOP; in atge_send_a_packet() 2834 ATGE_PUT32(r->r_desc_ring, &txd->flags, cflags); in atge_send_a_packet() 2849 cflags |= ATGE_TD_EOP; in atge_send_a_packet() 2850 ATGE_PUT32(r->r_desc_ring, &txd->flags, cflags); in atge_send_a_packet()
|