/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | in_wchn.c | 45 (in_wchnstr)(ccs, n) 46 cchar_t *ccs; 52 __m_trace("in_wchnstr(%p, %d)", ccs, n); 55 code = win_wchnstr(stdscr, ccs, n); 61 (mvin_wchnstr)(y, x, ccs, n) 63 cchar_t *ccs; variable 69 __m_trace("mvin_wchnstr(%d, %d, %p, %d)", y, x, ccs, n); 73 code = win_wchnstr(stdscr, ccs, n); 79 (mvwin_wchnstr)(w, y, x, ccs, n) 82 cchar_t *ccs; variable [all …]
|
H A D | addwchn.c | 47 add_wchnstr(ccs, n) in add_wchnstr() argument 48 const cchar_t *ccs; in add_wchnstr() 54 __m_trace("add_wchnstr(%p, %d)", ccs, n); 57 code = wadd_wchnstr(stdscr, ccs, n); 65 mvadd_wchnstr(y, x, ccs, n) in mvadd_wchnstr() argument 67 const cchar_t *ccs; 73 __m_trace("mvadd_wchnstr(%d, %d, %p, %d)", y, x, ccs, n); 77 code = wadd_wchnstr(stdscr, ccs, n); 85 mvwadd_wchnstr(w, y, x, ccs, n) in mvwadd_wchnstr() argument 88 const cchar_t *ccs; [all …]
|
H A D | win_wchn.c | 45 win_wchnstr(w, ccs, n) in win_wchnstr() argument 47 cchar_t *ccs; 54 __m_trace("win_wchnstr(%p, %p, %d)", w, ccs, n); 59 for (cp = w->_line[w->_cury], x = w->_curx; x < eol; ++ccs) { 60 *ccs = *cp; 61 ccs->_f = 1; 70 *ccs = null;
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addwchn.c | 50 add_wchnstr(const cchar_t *ccs, int n) in add_wchnstr() argument 54 code = wadd_wchnstr(stdscr, ccs, n); in add_wchnstr() 62 mvadd_wchnstr(int y, int x, const cchar_t *ccs, int n) in mvadd_wchnstr() argument 67 code = wadd_wchnstr(stdscr, ccs, n); in mvadd_wchnstr() 75 mvwadd_wchnstr(WINDOW *w, int y, int x, const cchar_t *ccs, int n) in mvwadd_wchnstr() argument 80 code = wadd_wchnstr(w, ccs, n); in mvwadd_wchnstr() 88 add_wchstr(const cchar_t *ccs) in add_wchstr() argument 92 code = wadd_wchnstr(stdscr, ccs, -1); in add_wchstr() 100 mvadd_wchstr(int y, int x, const cchar_t *ccs) in mvadd_wchstr() argument 105 code = wadd_wchnstr(stdscr, ccs, -1); in mvadd_wchstr() [all …]
|
H A D | in_wchn.c | 50 in_wchnstr(cchar_t *ccs, int n) in in_wchnstr() argument 54 code = win_wchnstr(stdscr, ccs, n); in in_wchnstr() 62 mvin_wchnstr(int y, int x, cchar_t *ccs, int n) in mvin_wchnstr() argument 67 code = win_wchnstr(stdscr, ccs, n); in mvin_wchnstr() 75 mvwin_wchnstr(WINDOW *w, int y, int x, cchar_t *ccs, int n) in mvwin_wchnstr() argument 80 code = win_wchnstr(w, ccs, n); in mvwin_wchnstr() 88 in_wchstr(cchar_t *ccs) in in_wchstr() argument 92 code = win_wchnstr(stdscr, ccs, -1); in in_wchstr() 100 mvin_wchstr(int y, int x, cchar_t *ccs) in mvin_wchstr() argument 105 code = win_wchnstr(stdscr, ccs, -1); in mvin_wchstr() [all …]
|
H A D | win_wchn.c | 50 win_wchnstr(WINDOW *w, cchar_t *ccs, int n) in win_wchnstr() argument 57 for (x = w->_curx; x < eol; ++ccs) { in win_wchnstr() 58 *ccs = w->_line[w->_cury][x]; in win_wchnstr() 59 ccs->_f = 1; in win_wchnstr() 69 *ccs = null; in win_wchnstr()
|
/illumos-gate/usr/src/lib/crt/ |
H A D | Makefile.com | 63 COMPATLINKS= usr/ccs/lib/values-Xa.o \ 64 usr/ccs/lib/values-Xc.o \ 65 usr/ccs/lib/values-Xs.o \ 66 usr/ccs/lib/values-Xt.o \ 67 usr/ccs/lib/values-xpg4.o \ 68 usr/ccs/lib/values-xpg6.o 70 COMPATLINKS64= usr/ccs/lib/$(MACH64)/values-Xa.o \ 71 usr/ccs/lib/$(MACH64)/values-Xc.o \ 72 usr/ccs/lib/$(MACH64)/values-Xs.o \ 73 usr/ccs/lib/$(MACH64)/values-Xt.o \ [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | developer-object-file.p5m | 66 dir path=usr/ccs 67 dir path=usr/ccs/bin 68 dir path=usr/ccs/bin/$(ARCH64) 69 link path=usr/ccs/bin/$(ARCH64)/ar target=../../../bin/$(ARCH64)/ar 70 link path=usr/ccs/bin/$(ARCH64)/dump target=../../../bin/$(ARCH64)/dump 71 link path=usr/ccs/bin/$(ARCH64)/elfdump target=../../../bin/$(ARCH64)/elfdump 72 link path=usr/ccs/bin/$(ARCH64)/mcs target=../../../bin/$(ARCH64)/mcs 73 link path=usr/ccs/bin/$(ARCH64)/nm target=../../../bin/$(ARCH64)/nm 74 link path=usr/ccs/bin/$(ARCH64)/size target=../../../bin/$(ARCH64)/size 75 link path=usr/ccs/bin/$(ARCH64)/strip target=../../../bin/$(ARCH64)/strip [all …]
|
H A D | system-library-c-runtime.p5m | 18 link path=usr/ccs/lib/$(ARCH64)/values-Xa.o \ 20 link path=usr/ccs/lib/$(ARCH64)/values-Xc.o \ 22 link path=usr/ccs/lib/$(ARCH64)/values-Xs.o \ 24 link path=usr/ccs/lib/$(ARCH64)/values-Xt.o \ 26 link path=usr/ccs/lib/$(ARCH64)/values-xpg4.o \ 28 link path=usr/ccs/lib/$(ARCH64)/values-xpg6.o \ 30 link path=usr/ccs/lib/values-Xa.o target=../../lib/values-Xa.o 31 link path=usr/ccs/lib/values-Xc.o target=../../lib/values-Xc.o 32 link path=usr/ccs/lib/values-Xs.o target=../../lib/values-Xs.o 33 link path=usr/ccs/lib/values-Xt.o target=../../lib/values-Xt.o [all …]
|
H A D | developer-linker.p5m | 61 dir path=usr/ccs 62 dir path=usr/ccs/bin 63 dir path=usr/ccs/bin/$(ARCH64) 64 link path=usr/ccs/bin/$(ARCH64)/ld target=../../../bin/$(ARCH64)/ld 65 link path=usr/ccs/bin/ld target=../../bin/ld 66 link path=usr/ccs/bin/regcmp target=../../bin/regcmp 67 dir path=usr/ccs/lib 68 link path=usr/ccs/lib/link_audit target=../../lib/link_audit
|
H A D | developer-build-make.p5m | 22 link path=usr/ccs/bin/make target=../../bin/make 23 link path=usr/ccs/lib/svr4.make target=../../bin/make
|
/illumos-gate/usr/src/lib/libtermcap/ |
H A D | Makefile.com | 22 COMPATLINKS += usr/ccs/lib/libtermcap.so 23 COMPATLINKS64 += usr/ccs/lib/$(MACH64)/libtermcap.so 25 $(ROOT)/usr/ccs/lib/libtermcap.so := \ 27 $(ROOT)/usr/ccs/lib/$(MACH64)/libtermcap.so := \
|
/illumos-gate/usr/src/lib/libmalloc/ |
H A D | Makefile.com | 44 COMPATLINKS= usr/ccs/lib/libmalloc.so 45 COMPATLINKS64= usr/ccs/lib/$(MACH64)/libmalloc.so 47 $(ROOT)/usr/ccs/lib/libmalloc.so := COMPATLINKTARGET=../../lib/libmalloc.so.1 48 $(ROOT)/usr/ccs/lib/$(MACH64)/libmalloc.so:= \
|
/illumos-gate/usr/src/lib/libeti/panel/ |
H A D | Makefile.com | 52 COMPATLINKS= usr/ccs/lib/libpanel.so 53 COMPATLINKS64= usr/ccs/lib/$(MACH64)/libpanel.so 55 $(ROOT)/usr/ccs/lib/libpanel.so:= COMPATLINKTARGET=../../lib/libpanel.so.1 56 $(ROOT)/usr/ccs/lib/$(MACH64)/libpanel.so:= \
|
/illumos-gate/usr/src/lib/libgen/ |
H A D | Makefile.com | 52 COMPATLINKS += usr/ccs/lib/libgen.so 53 COMPATLINKS64 += usr/ccs/lib/$(MACH64)/libgen.so 55 $(ROOT)/usr/ccs/lib/libgen.so := COMPATLINKTARGET=../../../lib/libgen.so.1 56 $(ROOT)/usr/ccs/lib/$(MACH64)/libgen.so:= \
|
/illumos-gate/usr/src/cmd/sgs/yacc/ |
H A D | Makefile.com | 44 COMPATLINKS= usr/ccs/lib/liby.so 45 COMPATLINKS64= usr/ccs/lib/$(MACH64)/liby.so 47 $(ROOT)/usr/ccs/lib/liby.so := COMPATLINKTARGET=../../lib/liby.so.1 48 $(ROOT)/usr/ccs/lib/$(MACH64)/liby.so:= \
|
/illumos-gate/usr/src/lib/libeti/menu/ |
H A D | Makefile.com | 76 COMPATLINKS= usr/ccs/lib/libmenu.so 77 COMPATLINKS64= usr/ccs/lib/$(MACH64)/libmenu.so 79 $(ROOT)/usr/ccs/lib/libmenu.so := COMPATLINKTARGET= ../../lib/libmenu.so.1 80 $(ROOT)/usr/ccs/lib/$(MACH64)/libmenu.so:= \
|
/illumos-gate/usr/src/lib/libeti/form/ |
H A D | Makefile.com | 80 COMPATLINKS= usr/ccs/lib/libform.so 81 COMPATLINKS64= usr/ccs/lib/$(MACH64)/libform.so 83 $(ROOT)/usr/ccs/lib/libform.so := COMPATLINKTARGET= ../../lib/libform.so.1 84 $(ROOT)/usr/ccs/lib/$(MACH64)/libform.so := \
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | usb_emul.c | 59 void *hci_data, int ccs) in usb_data_xfer_append() argument 70 xb->ccs = ccs; in usb_data_xfer_append()
|
H A D | pci_xhci.c | 156 uint32_t ccs; /* consumer cycle state */ member 180 #define ep_ccs _ep_trb_rings._epu_trb.ccs 345 uint64_t ringaddr, int ccs); 675 devep->ep_sctx_trbs[i].ccs = in pci_xhci_init_ep() 1297 devep->ep_sctx_trbs[streamid].ccs = in pci_xhci_cmd_set_tr() 1404 uint32_t ccs; /* cycle state (XHCI 4.9.2) */ in pci_xhci_complete_commands() local 1414 ccs = sc->opregs.crcr & XHCI_CRCR_LO_RCS; in pci_xhci_complete_commands() 1423 (ccs & XHCI_TRB_3_CYCLE_BIT)) in pci_xhci_complete_commands() 1429 trb->dwTrb3 & XHCI_TRB_3_CYCLE_BIT, ccs)); in pci_xhci_complete_commands() 1433 evtrb.dwTrb3 = (ccs & XHCI_TRB_3_CYCLE_BIT) | in pci_xhci_complete_commands() [all …]
|
H A D | usb_emul.h | 105 int ccs; member 160 void *buf, int blen, void *hci_data, int ccs);
|
/illumos-gate/usr/src/cmd/sgs/lex/ |
H A D | Makefile.com | 47 COMPATLINKS= usr/ccs/lib/libl.so 48 COMPATLINKS64= usr/ccs/lib/$(MACH64)/libl.so 50 $(ROOT)/usr/ccs/lib/libl.so := COMPATLINKTARGET=../../lib/libl.so.1 51 $(ROOT)/usr/ccs/lib/$(MACH64)/libl.so:= \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
H A D | pppstats.c | 301 #define W(offset) MAX0(ccs.offset - ocs.offset) 322 struct ppp_comp_stats ccs, ocs; in intpr() local 330 get_ppp_cstats(&ccs); in intpr() 375 ccs.d.ratio / 256.0); in intpr() 381 ccs.c.ratio / 256.0); in intpr() 388 ccs.d.ratio / 256.0); in intpr() 394 ccs.c.ratio / 256.0); in intpr() 467 ocs = ccs; in intpr()
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 162 COMPATLINKS += usr/ccs/lib/libcurses.so \ 163 usr/ccs/lib/libtermlib.so \ 169 COMPATLINKS64 += usr/ccs/lib/$(MACH64)/libcurses.so \ 170 usr/ccs/lib/$(MACH64)/libtermlib.so \ 176 $(ROOT)/usr/ccs/lib/libcurses.so := COMPATLINKTARGET=../../../lib/libcurses.so.1 177 $(ROOT)/usr/ccs/lib/libtermlib.so := \ 179 $(ROOT)/usr/ccs/lib/$(MACH64)/libcurses.so := \ 181 $(ROOT)/usr/ccs/lib/$(MACH64)/libtermlib.so := \
|
/illumos-gate/usr/src/cmd/zic/ |
H A D | tzselect.ksh | 197 if (!cc_seen[$1]++) cc_list[++ccs] = $1 203 for (i = 1; i <= ccs; i++) {
|