/titanic_50/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 222 int xc, yc; in drawcirc() local 224 xc = hpos; in drawcirc() 227 hgoto(xc + d); /* circle goes to right side */ in drawcirc() 261 int xc, yc; in drawellip() local 263 xc = hpos; in drawellip() 266 hgoto(xc + a); in drawellip() 287 float xc, yc; in conicarc() local 311 xc = x0; in conicarc() 426 putdot((int)xc, (int)yc); in conicarc() 458 xc += M1x * xstep; in conicarc() [all …]
|
/titanic_50/usr/src/uts/sparc/nsmb/ |
H A D | ioc_check.ref | 26 #define SV_MAXTX 0xc 34 #define IS_SMBUID 0xc 54 #define IOC_RBUFSZ 0xc 61 #define IOC_T2_NAME 0xc 75 #define SIZEOF_SMBIOC_FLAGS 0xc 88 #define IOC_OPEN_DISP 0xc
|
/titanic_50/usr/src/uts/intel/nsmb/ |
H A D | ioc_check.ref | 26 #define SV_MAXTX 0xc 34 #define IS_SMBUID 0xc 54 #define IOC_RBUFSZ 0xc 61 #define IOC_T2_NAME 0xc 75 #define SIZEOF_SMBIOC_FLAGS 0xc 88 #define IOC_OPEN_DISP 0xc
|
/titanic_50/usr/src/tools/ndrgen/ |
H A D | ndr_lex.c | 198 int c, xc; in yylex() local 321 xc = getch(fp); /* get look-ahead for two-char lexemes */ in yylex() 324 lexeme[1] = xc; in yylex() 330 if (c == '/' && xc == '/') { in yylex() 341 if (c == '/' && xc == '*') { in yylex() 343 xc = -1; in yylex() 345 if (xc == '*' && c == '/') { in yylex() 349 xc = c; in yylex() 368 (void) ungetc(xc, fp); in yylex()
|
/titanic_50/usr/src/cmd/spell/ |
H A D | huff.h | 36 long xc; member 44 #define c huffcode.xc
|
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 390 xkb_core_t *xc = &xkb->xkb_core; in xkb_map_p2m() local 392 size_t boff = xc->xc_hdr.xch_index_offset; in xkb_map_p2m() 399 xc->xc_p2m_buf = (mfn_t *)mmap(NULL, size, PROT_READ, in xkb_map_p2m() 402 if (xc->xc_p2m_buf == (xen_pfn_t *)MAP_FAILED) { in xkb_map_p2m() 408 xkb->xkb_p2m = (mfn_t *)((char *)xc->xc_p2m_buf + in xkb_map_p2m() 1061 xkb_core_t *xc = &xkb->xkb_core; in xkb_open_core() local 1071 if (pread64(xkb->xkb_fd, &xc->xc_hdr, sizeof (xc->xc_hdr), 0) != in xkb_open_core() 1072 sizeof (xc->xc_hdr)) in xkb_open_core() 1075 if (xc->xc_hdr.xch_magic == XC_CORE_MAGIC_HVM) in xkb_open_core() 1078 if (xc->xc_hdr.xch_magic != XC_CORE_MAGIC) { in xkb_open_core() [all …]
|
/titanic_50/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 576 9120:AUE_ChangeProperty:XChangeProperty(3X11):xc 577 9121:AUE_DeleteProperty:XDeleteProperty(3X11):xc 587 9197:AUE_KillClient:XKillClient(3X11):xc 589 9103:AUE_CreateWindow:XCreateWindow(3X11):xc 592 9106:AUE_DestroyWindow:XDestroyWindow(3X11):xc 593 9107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc 628 9147:AUE_FreePixmap:XFreePixmap(3X11):xc 633 9152:AUE_FreeGC:XFreeGC(3X11):xc 651 9170:AUE_CreateColormap:XCreateColormap(3X11):xc 652 9171:AUE_FreeColormap:XFreeColormap(3X11):xc [all …]
|
H A D | audit_class.txt | 66 0x00800000:xc:X - object create/destroy
|
/titanic_50/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 652 const char *xc; local 671 xc = xcode; 676 xc = "4.0.0"; 678 xc = "5.0.0"; 682 len += strlen(xc) + 1; 712 (void) sm_strlcpyn(buf, len, 3, rcode, args == 1 ? " " : "-", xc); 714 xc, " ");
|
/titanic_50/usr/src/uts/sun4/ |
H A D | Makefile.files | 68 CORE_OBJS += xc.o 105 ASSYM_DEPS += proc_init.o subr.o xc.o
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_vartree003.sh | 73 X11Rx/R6.4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Demi.pmf 96 … X11Rx/R6.4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-DemiOblique.pmf
|
H A D | sigchld.sh | 121 $SHELL -xc $'
|
H A D | bracket.sh | 236 $SHELL -xc '[[ abc =~ \babc\b ]]' 2> /dev/null || err_exit '[[ abc =~ \babc\b ]] fails'
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_provider.c | 243 int i, nc, xc; in dt_probe_discover() local 271 xc = i; in dt_probe_discover() 282 if (xc == 0 && nc == 0 && in dt_probe_discover() 286 xc = nc; in dt_probe_discover() 294 xargs = dt_probe_alloc_args(pvp, xc); in dt_probe_discover() 297 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL)) in dt_probe_discover() 310 nargs, nc, xargs, xc)) == NULL) { in dt_probe_discover() 322 for (adp = adv, i = 0; i < xc; i++, adp++) { in dt_probe_discover()
|
/titanic_50/usr/src/lib/libm/sparc/src/ |
H A D | locallibm.il | 1550 ld [%o1+0xc],%f3 1552 ld [%o2+0xc],%f7 1557 st %f3,[%o0+0xc] 1567 ld [%o1+0xc],%f3 1569 ld [%o2+0xc],%f7 1574 st %f3,[%o0+0xc] 1584 ld [%o1+0xc],%f3 1585 st %f3,[%o0+0xc] 1595 st %g0,[%o0+0xc] 1619 st %g0,[%o0+0xc] [all …]
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 373 \t [0xc] 0xff3f0fdc 0x00010000 main\n\ 374 \t [0xc] 0xff3f13bc 0xff280000 /lib/libc.so.1\n\ 430 \t[0xc] 0xff3b0214 0x00010000 prog\n\ 431 \t[0xc] 0xff3b065c 0xff3a0000 /lib/libdl.so.1\n\ 432 \t[0xc] 0xff3b0a04 0xff280000 /lib/libc.so.1\n\ 442 \t [0xc] 0xff3b0214 0x00010000 prog\n\ 443 \t [0xc] 0xff3b065c 0xff3a0000 /lib/libdl.so.1\n\ 444 \t [0xc] 0xff3b0a04 0xff280000 /lib/libc.so.1\n\ 450 \t [0xc] 0xff3f7cc0 0xff3c0000 /lib/ld.so.1\n"
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | ia32.il | 39 / Same with current cpu pointer, where "0xc" should be replaced 51 movl %gs:0xc, %eax
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | ms.c | 1235 register short xc, yc; in msincr() local 1263 xc = yc = 0; in msincr() 1291 mi->mi_x = (char)xc; in msincr()
|
/titanic_50/usr/src/common/mpi/ |
H A D | mpi.c | 1937 mp_int gx, xc, yc, u, v, A, B, C, D; in mp_xgcd() local 1960 MP_CHECKOK( mp_init_copy(&xc, a) ); in mp_xgcd() 1961 clean[++last] = &xc; in mp_xgcd() 1962 mp_abs(&xc, &xc); in mp_xgcd() 1970 while(mp_iseven(&xc) && mp_iseven(&yc)) { in mp_xgcd() 1971 mp_size nx = mp_trailing_zeros(&xc); in mp_xgcd() 1974 s_mp_div_2d(&xc,n); in mp_xgcd() 1979 mp_copy(&xc, &u); in mp_xgcd() 1993 MP_CHECKOK( mp_sub(&B, &xc, &B) ); in mp_xgcd() 2006 MP_CHECKOK( mp_sub(&D, &xc, &D) ); in mp_xgcd()
|
/titanic_50/usr/src/uts/intel/io/intel_nhm/ |
H A D | mem_addr.c | 333 uchar_t xc; in socket_interleave() local 380 xc = TAD_INTERLEAVE( in socket_interleave() 383 if (channel == xc) { in socket_interleave()
|
/titanic_50/usr/src/uts/intel/amd64/ml/ |
H A D | amd64.il | 37 / Same with current cpu pointer, where "0xc" should be replaced
|
/titanic_50/usr/src/uts/sun4v/ |
H A D | Makefile.sun4v | 279 $(IF_TRAPTRACE_OBJ)xc.o := DEBUG_DEFS += -DTRAPTRACE
|
/titanic_50/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | README | 267 hid1: Index = 161 value =0xc 296 hid1: Index = 190 value =0xc 469 hidparser: scanner: parsed_text[1] = 0x80,index = 0xc 773 right sibling of prev_ei = 0xcab7ad60, cache_ei being 0xc 787 right sibling of prev_ei = 0xcab7ecc8, cache_ei being 0xc 1050 hidparser: scanner: parsed_text[0] = 0xc,index = 0xa1 1154 hidparser: scanner: parsed_text[0] = 0xc,index = 0xbe 1608 0x95, 0xc, /* Report Count (0xc) */ 1624 0x85, 0xc, /* Report ID (0xc) */
|
/titanic_50/usr/src/uts/sun4u/ |
H A D | Makefile.sun4u | 299 $(IF_TRAPTRACE_OBJ)xc.o := DEBUG_DEFS += -DTRAPTRACE
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 1891 register int xc, yc, zc; in usbms_incr() local 1926 xc = yc = zc = 0; in usbms_incr() 1955 mi->mi_x = xc; in usbms_incr()
|