Home
last modified time | relevance | path

Searched refs:ccs (Results 1 – 25 of 53) sorted by last modified time

123

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.p5m395 dir path=usr/ccs
396 dir path=usr/ccs/lib
397 dir path=usr/ccs/lib/$(ARCH64)
398 link path=usr/ccs/lib/$(ARCH64)/libcurses.so \
400 link path=usr/ccs/lib/$(ARCH64)/libform.so \
402 link path=usr/ccs/lib/$(ARCH64)/libgen.so \
405 link path=usr/ccs/lib/$(ARCH64)/libmalloc.so \
407 link path=usr/ccs/lib/$(ARCH64)/libmenu.so \
409 link path=usr/ccs/lib/$(ARCH64)/libpanel.so \
411 link path=usr/ccs/lib/$(ARCH64)/libtermcap.so \
[all …]
H A Ddeveloper-linker.p5m61 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 DSUNWcs.p5m753 dir path=usr/ccs
754 dir path=usr/ccs/bin
755 link path=usr/ccs/bin/m4 target=../../bin/m4
H A Ddeveloper-object-file.p5m66 dir path=usr/ccs
67 dir path=usr/ccs/bin
68 dir path=usr/ccs/bin/$(ARCH64)
76 link path=usr/ccs/bin/ar target=../../bin/ar
94 link path=usr/ccs/bin/yaccpar target=../../share/lib/ccs/yaccpar
95 dir path=usr/ccs/lib
120 dir path=usr/share/lib/ccs
123 file path=usr/share/lib/ccs/nceucform
124 file path=usr/share/lib/ccs/ncform
125 file path=usr/share/lib/ccs/nrform
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c186 if (ccs = ccstab[xfont])
187 x = ccs;
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_emul.c60 void *hci_data, int ccs) in usb_data_xfer_append() argument
71 xb->ccs = ccs; in usb_data_xfer_append()
H A Dusb_emul.h105 int ccs; member
160 void *buf, int blen, void *hci_data, int ccs);
H A Dpci_xhci.c346 uint64_t ringaddr, int ccs);
675 devep->ep_sctx_trbs[i].ccs = in pci_xhci_init_ep()
1394 (ccs & XHCI_TRB_3_CYCLE_BIT)) in pci_xhci_complete_commands()
1411 ccs ^= XHCI_CRCR_LO_RCS; in pci_xhci_complete_commands()
1593 xfer->data[i].ccs); in pci_xhci_xfer_complete()
1643 devep->ep_sctx_trbs[streamid].ccs = ccs & 0x1; in pci_xhci_update_ep_ring()
1650 devep->ep_ccs = ccs & 0x1; in pci_xhci_update_ep_ring()
1765 ccs ^= 0x1; in pci_xhci_handle_transfer()
1922 uint32_t ccs; in pci_xhci_device_doorbell() local
1986 ccs = sctx_tr->ccs; in pci_xhci_device_doorbell()
[all …]
H A Dpci_ahci.c150 u_int ccs; member
471 p->ccs = 0; in ahci_check_stopped()
1873 for (; (p->ci & ~p->pending) != 0; p->ccs = ((p->ccs + 1) & 31)) { in ahci_handle_port()
1878 if ((p->ci & ~p->pending & (1 << p->ccs)) != 0) { in ahci_handle_port()
1880 p->cmd |= p->ccs << AHCI_P_CMD_CCS_SHIFT; in ahci_handle_port()
1881 ahci_handle_slot(p, p->ccs); in ahci_handle_port()
/illumos-gate/usr/src/
H A DTargetdirs236 /usr/ccs \
237 /usr/ccs/bin \
238 /usr/ccs/lib \
340 /usr/share/lib/ccs \
460 /usr/ccs/bin/$(MACH64) \
461 /usr/ccs/lib/$(MACH64) \
507 /usr/ccs/lib/link_audit \
630 $(ROOT)/usr/ccs/lib/link_audit:= LINKDEST=../../lib/link_audit
/illumos-gate/usr/src/cmd/sendmail/cf/cf/
H A DMakefile39 M4= /usr/ccs/bin/m4
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c301 #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/libxcurses2/src/libc/xcurses/
H A Dwin_wchn.c50 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()
H A Din_wchn.c50 in_wchnstr(cchar_t *ccs, int n) in in_wchnstr() argument
54 code = win_wchnstr(stdscr, ccs, n); in in_wchnstr()
67 code = win_wchnstr(stdscr, ccs, n); in mvin_wchnstr()
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()
118 code = win_wchnstr(w, ccs, -1); in mvwin_wchstr()
126 win_wchstr(WINDOW *w, cchar_t *ccs) in win_wchstr() argument
[all …]
H A Daddwchn.c50 add_wchnstr(const cchar_t *ccs, int n) in add_wchnstr() argument
54 code = wadd_wchnstr(stdscr, ccs, n); in add_wchnstr()
67 code = wadd_wchnstr(stdscr, ccs, n); in mvadd_wchnstr()
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()
118 code = wadd_wchnstr(w, ccs, -1); in mvwadd_wchstr()
126 wadd_wchstr(WINDOW *w, const cchar_t *ccs) in wadd_wchstr() argument
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwin_wchn.c45 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;
H A Din_wchn.c45 (in_wchnstr)(ccs, n)
46 cchar_t *ccs;
63 cchar_t *ccs; variable
82 cchar_t *ccs; variable
98 (in_wchstr)(ccs)
99 cchar_t *ccs;
113 (mvin_wchstr)(y, x, ccs)
115 cchar_t *ccs; variable
133 cchar_t *ccs; variable
148 (win_wchstr)(w, ccs)
[all …]
H A Daddwchn.c47 add_wchnstr(ccs, n) in add_wchnstr() argument
48 const cchar_t *ccs; in add_wchnstr()
67 const cchar_t *ccs;
88 const cchar_t *ccs;
106 add_wchstr(ccs) in add_wchstr() argument
107 const cchar_t *ccs; in add_wchstr()
123 mvadd_wchstr(y, x, ccs) in mvadd_wchstr() argument
125 const cchar_t *ccs;
145 const cchar_t *ccs;
162 wadd_wchstr(w, ccs) in wadd_wchstr() argument
[all …]
/illumos-gate/usr/src/lib/libsecdb/
H A Dexec_attr.txt281 Software Installation:suser:cmd:::/usr/ccs/bin/make:euid=0
/illumos-gate/usr/src/lib/crt/
H A DMakefile.com63 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
71 usr/ccs/lib/$(MACH64)/values-Xc.o \
72 usr/ccs/lib/$(MACH64)/values-Xs.o \
73 usr/ccs/lib/$(MACH64)/values-Xt.o \
74 usr/ccs/lib/$(MACH64)/values-xpg4.o \
[all …]
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c60 int ccs; variable
H A Dext.h75 extern int ccs;
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README806 4955802 /usr/ccs/bin/ld dumps core in process_reld()
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com162 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/sgs/lex/
H A DMakefile.com47 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:= \

123