/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfdcdio.c | 36 int cntl; /* file control flags */ member 66 if(!(di->cntl & FDIRECT) ) 67 { di->cntl |= FDIRECT; 68 (void)fcntl(f->file, F_SETFL, di->cntl); 90 if(done < n && (di->cntl & FDIRECT) ) 92 di->cntl &= ~FDIRECT; 93 (void)fcntl(f->file, F_SETFL, di->cntl); 145 if(di->cntl&FDIRECT) 146 { di->cntl &= ~FDIRECT; 147 (void)fcntl(f->file,F_SETFL,di->cntl); [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk1.c | 242 if (((h->sum + h->cntl) & 0xffff) == CHECK) { 243 pkcntl(h->cntl, pk); 247 DEBUG(7, "bad header (k == 9) 0%o\n", h->cntl&0xff); 255 pk->p_rpr = h->cntl & MOD8; 264 pkdata(h->cntl, h->sum, pk, bp); 357 pkxstart(pk, cntl, x) in pkxstart() argument 360 char cntl; 370 checkword = cntl; 373 checkword = pk->p_osum[x] ^ (unsigned)(cntl & 0377); 380 *p = cntl; [all …]
|
H A D | pk0.c | 54 int cntl, val; local 57 cntl = (c>>3) & MOD8; 66 switch(cntl) { 128 char m, cntl, *p, imask, **bp; in pkaccept() local 161 if (((cntl=pk->p_is[x])&0200)==0) { in pkaccept() 172 sum = (unsigned)chksum(pk->p_ib[x], pk->p_rsize) ^ (unsigned)(cntl&0377); in pkaccept() 175 seq = (cntl>>3) & MOD8; in pkaccept() 192 if (cntl&B_SHORT) { in pkaccept()
|
H A D | pk.h | 45 char cntl; member
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 265 ed_ungetchar(ep->ed,cntl('N')); in ed_emacsread() 276 ed_ungetchar(ep->ed,cntl('Y')); in ed_emacsread() 329 case cntl('V'): in ed_emacsread() 335 case cntl('X'): in ed_emacsread() 343 case cntl('S') : in ed_emacsread() 344 case cntl('Q') : in ed_emacsread() 378 case cntl('Y') : in ed_emacsread() 432 case cntl('W') : in ed_emacsread() 443 ed_ungetchar(ep->ed,cntl('D')); in ed_emacsread() 449 case cntl('D') : in ed_emacsread() [all …]
|
H A D | edit.c | 68 # define printchar(c) ((c) ^ ('A'-cntl('A'))) 75 case cntl('A'): return('A'); in printchar() 76 case cntl('B'): return('B'); in printchar() 77 case cntl('C'): return('C'); in printchar() 78 case cntl('D'): return('D'); in printchar() 79 case cntl('E'): return('E'); in printchar() 80 case cntl('F'): return('F'); in printchar() 81 case cntl('G'): return('G'); in printchar() 82 case cntl('H'): return('H'); in printchar() 83 case cntl('I'): return('I'); in printchar() [all …]
|
H A D | vi.c | 805 case cntl('L'): /** Redraw line **/ in cntlmode() 818 case cntl('V'): in cntlmode() 898 ed_ungetchar(vp->ed,cntl('L')); in cntlmode() 941 ed_ungetchar(vp->ed,cntl('L')); in cntlmode() 2448 ed_ungetchar(vp->ed,cntl('L')); in textmod()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | mc-opl.c | 1334 uint32_t cntl; in do_rewrite() local 1354 cntl = LD_MAC_REG(MAC_PTRL_CNTL(mcp, bank)); in do_rewrite() 1355 if (!(cntl & MAC_CNTL_PTRL_STATUS)) { in do_rewrite() 1377 cntl = LD_MAC_REG(MAC_PTRL_CNTL(mcp, bank)); in do_rewrite() 1382 } while (!(cntl & MAC_CNTL_REW_END)); in do_rewrite() 1385 return (cntl); in do_rewrite() 1578 uint32_t cntl; in mc_scrub_ce() local 1589 cntl = do_rewrite(mcp, bank, flt_stat->mf_err_add, 0); in mc_scrub_ce() 1591 if (cntl == 0) { in mc_scrub_ce() 1599 if (cntl & MAC_CNTL_REW_UE) { in mc_scrub_ce() [all …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tgetwch.c | 44 tgetwch(int cntl) in tgetwch() argument 52 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch() 61 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | rlmod.c | 597 char cntl; in rlmodwput() local 610 cntl = rmip->oobdata[0] | TIOCPKT_FLUSHWRITE; in rlmodwput() 619 if ((tmpmp = make_expmblk(cntl))) { in rlmodwput() 672 cntl = rmip->oobdata[0] | TIOCPKT_FLUSHWRITE; in rlmodwput() 679 if ((mp = make_expmblk(cntl)) == NULL) { in rlmodwput() 745 char cntl; in rlmodwsrv() local 755 cntl = rmip->oobdata[0] | TIOCPKT_FLUSHWRITE; in rlmodwsrv() 762 if ((tmpmp = make_expmblk(cntl))) { in rlmodwsrv() 804 make_expmblk(char cntl) in make_expmblk() argument 829 (*(char *)(mp->b_rptr)) = cntl; in make_expmblk() [all …]
|
/illumos-gate/usr/src/lib/iconv_modules/zh/common/ |
H A D | zh_TW-iso2022-7%zh_TW-euc.c | 96 GxCntl *cntl; member 503 if ((ret->cntl = yGxCntl(ret->conv)) == NULL) { in aTWNiconv() 509 free(ret->cntl); in aTWNiconv() 528 if ((ret = yescSeq(this->cntl, this->iobuf)) == -1) in aisotoeuc() 548 ydeGxCntl(this->cntl); in adeTWNiconv() 556 ydeGxCntl(this->cntl); in areset() 559 this->cntl = yGxCntl(this->conv); in areset()
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txc.c | 428 txc_control_t cntl; in npi_txc_global_enable() local 431 cntl.value = 0; in npi_txc_global_enable() 432 cntl.bits.ldw.txc_enabled = 1; in npi_txc_global_enable() 435 NXGE_REG_WR64(handle, TXC_CONTROL_REG, val | cntl.value); in npi_txc_global_enable() 454 txc_control_t cntl; in npi_txc_global_disable() local 458 cntl.value = 0; in npi_txc_global_disable() 459 cntl.bits.ldw.txc_enabled = 0; in npi_txc_global_disable() 462 NXGE_REG_WR64(handle, TXC_CONTROL_REG, val | cntl.value); in npi_txc_global_disable()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 185 #define ESC cntl('[') 194 # define cntl(x) (x&037) macro 196 # define cntl(c) (c=='D'?55:(c=='E'?45:(c=='F'?46:(c=='G'?'\a':(c=='H'?'\b': \ macro
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | libelf.msg | 112 @ EREQ_CNTLCMD "Request error: cntl() ELF_C_..." 113 @ EREQ_CNTLWRT "Request error: cntl() ELF_C_FD... on output file"
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 356 #define cntl(x) (((x)=='?')?0177:((x)&037)) macro 358 #define cntl(x) (((x)=='?')?ccmapc(0177,CC_ASCII,CC_NATIVE):ccmapc(ccmapc(x,CC_NATIVE,CC_ASCII)&03… macro 400 sp->c_cc[tp->mask] = cntl(tp->val); in sane() 625 return(cntl(cp[1])); in gettchar()
|
H A D | RELEASE | 243 01-07-16 stty: fix cntl() macro for CC_NATIVE!=CC_ASCII
|
/illumos-gate/usr/src/cmd/sgs/libelf/ |
H A D | Makefile.com | 32 COMOBJS= ar.o begin.o cntl.o cook.o \
|
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_common.c | 198 uchar_t cntl; member 1516 outb(MISMIC_CNTL_REGISTER, aspen_bmc[i].cntl); in apic_shutdown()
|