Home
last modified time | relevance | path

Searched refs:xc (Results 1 – 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxsave_baducontext.c53 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_version() local
54 xc->ucx_vers = 23; in test_bad_version()
60 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_length_small() local
61 xc->ucx_len = 0; in test_bad_length_small()
67 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_length_large() local
68 xc->ucx_len = INT32_MAX; in test_bad_length_large()
79 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_vector() local
80 xc->ucx_bv |= (1 << 8); in test_bad_vector()
86 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_context_too_short() local
88 bcopy(xc, xsave_buf, xc->ucx_len); in test_context_too_short()
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c218 int xc, yc; in drawcirc() local
220 xc = hpos; in drawcirc()
223 hgoto(xc + d); /* circle goes to right side */ in drawcirc()
258 int xc, yc; in drawellip() local
260 xc = hpos; in drawellip()
263 hgoto(xc + a); in drawellip()
284 float xc, yc; in conicarc() local
308 xc = x0; in conicarc()
423 putdot((int)xc, (int)yc); in conicarc()
455 xc += M1x * xstep; in conicarc()
[all …]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c203 int c, xc; in yylex() local
326 xc = getch(fp); /* get look-ahead for two-char lexemes */ in yylex()
329 lexeme[1] = xc; in yylex()
335 if (c == '/' && xc == '/') { in yylex()
346 if (c == '/' && xc == '*') { in yylex()
348 xc = -1; in yylex()
350 if (xc == '*' && c == '/') { in yylex()
354 xc = c; in yylex()
373 (void) ungetc(xc, fp); in yylex()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c390 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 …]
/illumos-gate/usr/src/cmd/spell/
H A Dhuff.h33 long xc; member
41 #define c huffcode.xc
/illumos-gate/usr/src/uts/sparc/nsmb/
H A Dioc_check.ref10 #define SSN_ID 0xc
40 #define IOC_PAD1 0xc
47 #define IOC_OPEN_DISP 0xc
/illumos-gate/usr/src/uts/intel/nsmb/
H A Dioc_check.ref10 #define SSN_ID 0xc
40 #define IOC_PAD1 0xc
47 #define IOC_OPEN_DISP 0xc
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c650 const char *xc; local
669 xc = xcode;
674 xc = "4.0.0";
676 xc = "5.0.0";
680 len += strlen(xc) + 1;
710 (void) sm_strlcpyn(buf, len, 3, rcode, args == 1 ? " " : "-", xc);
712 xc, " ");
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt589 9120:AUE_ChangeProperty:XChangeProperty(3X11):xc
590 9121:AUE_DeleteProperty:XDeleteProperty(3X11):xc
600 9197:AUE_KillClient:XKillClient(3X11):xc
602 9103:AUE_CreateWindow:XCreateWindow(3X11):xc
605 9106:AUE_DestroyWindow:XDestroyWindow(3X11):xc
606 9107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc
641 9147:AUE_FreePixmap:XFreePixmap(3X11):xc
646 9152:AUE_FreeGC:XFreeGC(3X11):xc
664 9170:AUE_CreateColormap:XCreateColormap(3X11):xc
665 9171:AUE_FreeColormap:XFreeColormap(3X11):xc
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.c243 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()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_vartree003.sh73 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
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.supervisor.out4 libdis_test+0xc: 73 00 20 10 sret
H A D64.rv64m.out4 libdis_test+0xc: 3b eb 8b 03 remw s6,s7,s8
H A Dtst.rv32m.out4 libdis_test+0xc: b3 39 5a 03 mulhu s3,s4,s5
H A Dtst.pseudo.out4 libdis_test+0xc: f3 22 20 c0 rdinstret t0
H A D64.rv64i.out4 libdis_test+0xc: 03 ba f4 7f ld s4,0x7ff(s1)
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.xsave.out5 libdis_test+0xc: 0f c7 28 xsaves (%eax)
H A D64.xsave.out5 libdis_test+0xc: 0f c7 28 xsaves (%rax)
H A D32.pclmulqdq.out3 libdis_test+0xc: 66 0f 3a 44 5b 10 pclmulqdq $0x2,0x10(%ebx),%xmm3
H A D64.pclmulqdq.out3 libdis_test+0xc: 66 0f 3a 44 5b 10 pclmulqdq $0x2,0x10(%rbx),%xmm3
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/
H A D32.ldsr.out7 libdis_test+0xc: 36 f0 c.fswsp fa3,0x20(sp)
H A Dtst.ldsr.out7 libdis_test+0xc: b0 42 c.lw a2,0x40(a3)
H A D64.ldsr.out7 libdis_test+0xc: 76 e0 c.sdsp t4,0x0(sp)
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg373 \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"
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsigchld.sh121 $SHELL -xc $'

123