Home
last modified time | relevance | path

Searched refs:xcp (Results 1 – 14 of 14) sorted by last modified time

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c6060 struct cpuid_regs *xcp; in cpuid_insn() local
6073 xcp = &cpi->cpi_std[cp->cp_eax]; in cpuid_insn()
6077 xcp = &cpi->cpi_extd[cp->cp_eax - CPUID_LEAF_EXT_0]; in cpuid_insn()
6087 cp->cp_eax = xcp->cp_eax; in cpuid_insn()
6088 cp->cp_ebx = xcp->cp_ebx; in cpuid_insn()
6089 cp->cp_ecx = xcp->cp_ecx; in cpuid_insn()
6090 cp->cp_edx = xcp->cp_edx; in cpuid_insn()
/illumos-gate/usr/src/cmd/sort/
H A Dutility.c236 xcp(output_guard_tempname, in establish_output_guard()
284 xcp(output_guard_filename, output_guard_tempname, in atexit_handler()
678 xcp(char *dst, char *src, off_t size) in xcp() function
H A Dutility.h182 extern void xcp(char *, char *, off_t);
/illumos-gate/usr/src/test/os-tests/tests/xsave/data/
H A Dmdb_xregs.ymm.3234 xcp sw 0x0000 (0)
52 xcp 0x0000 (RTN)
H A Dmdb_xregs.ymm.6458 xcp sw 0x0000 (0)
75 xcp 0x0000 (RTN)
H A Dmdb_xregs.zmm.3255 xcp sw 0x0000 (0)
73 xcp 0x0000 (RTN)
H A Dmdb_xregs.zmm.64175 xcp sw 0x0000 (0)
192 xcp 0x0000 (RTN)
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c959 xen_mc_logical_cpu_t *xcp; in startup_xen_mca() local
965 xcp = &xen_phys_cpus[i]; in startup_xen_mca()
967 xcp->mc_cpunr, xcp->mc_chipid, xcp->mc_coreid, in startup_xen_mca()
968 xcp->mc_threadid, xcp->mc_apicid); in startup_xen_mca()
1196 xen_mc_logical_cpu_t *xcp = (xen_mc_logical_cpu_t *)cookie; in xen_physcpu_next() local
1204 if (xcp == xen_phys_cpus + xen_phys_ncpus - 1) in xen_physcpu_next()
1207 return ((xen_mc_lcpu_cookie_t)++xcp); in xen_physcpu_next()
1215 xen_mc_logical_cpu_t *xcp = COOKIE2XCP(cookie); in xen_physcpu_vendorstr() local
1217 return ((const char *)&xcp->mc_vendorid[0]); in xen_physcpu_vendorstr()
1277 xen_mc_logical_cpu_t *xcp = COOKIE2XCP(cookie); in xen_physcpu_mcg_cap() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c718 struct cache_struct *xcp = &xid_cache[0]; variable
726 for (x = xcp; x >= xcpfirst; x--) in find_xid()
729 for (x = xcplast; x > xcp; x--) in find_xid()
742 x = xcp++; in stash_xid()
743 if (xcp > xcplast) in stash_xid()
744 xcp = xcpfirst; in stash_xid()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c166 "xencons", xcp->console_irq, (caddr_t)xcp, NULL, NULL, in xenconssetup_avintr()
167 xcp->dip); in xenconssetup_avintr()
226 if (xcp == NULL) in xenconsdetach()
238 cv_wait(&xcp->excl_cv, &xcp->excl); in xenconsdetach()
288 cv_wait(&xcp->excl_cv, &xcp->excl); in xenconssetup()
292 xcp->evtchn = xvdi_get_evtchn(xcp->dip); in xenconssetup()
330 xcp->dip = devi; in xenconsattach()
346 xcp->priv->async_common = xcp; in xenconsattach()
562 ifp = xcp->ifp; in xencons_rxint()
1326 if (xcp->polldix < xcp->polllen) in xenconsischar()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c294 xhci_command_init(xhci_command_t *xcp) in xhci_command_init() argument
296 bzero(xcp, sizeof (xhci_command_t)); in xhci_command_init()
297 cv_init(&xcp->xco_cv, NULL, CV_DRIVER, NULL); in xhci_command_init()
301 xhci_command_fini(xhci_command_t *xcp) in xhci_command_fini() argument
303 cv_destroy(&xcp->xco_cv); in xhci_command_fini()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c236 for (xcp = xch->xch_hash[i]; xcp != NULL; xcp = ncp) { in fmd_xprt_class_hash_destroy()
237 ncp = xcp->xc_next; in fmd_xprt_class_hash_destroy()
260 fmd_xprt_class_t *xcp; in fmd_xprt_class_hash_insert() local
264 for (xcp = xch->xch_hash[h]; xcp != NULL; xcp = xcp->xc_next) { in fmd_xprt_class_hash_insert()
272 xcp->xc_refs = 1; in fmd_xprt_class_hash_insert()
273 xch->xch_hash[h] = xcp; in fmd_xprt_class_hash_insert()
278 return (xcp->xc_refs); in fmd_xprt_class_hash_insert()
296 for (xcp = *pp; xcp != NULL; xcp = xcp->xc_next) { in fmd_xprt_class_hash_delete()
300 pp = &xcp->xc_next; in fmd_xprt_class_hash_delete()
303 if (xcp == NULL) in fmd_xprt_class_hash_delete()
[all …]
H A Dfmd_mdb.c1503 const fmd_xprt_class_t *xcp = data; in fmd_xprt_class() local
1506 if (mdb_readstr(name, sizeof (name), (uintptr_t)xcp->xc_class) <= 0) in fmd_xprt_class()
1507 (void) mdb_snprintf(name, sizeof (name), "<%p>", xcp->xc_class); in fmd_xprt_class()
1509 mdb_printf("%-8p %-4u %s\n", addr, xcp->xc_refs, name); in fmd_xprt_class()
/illumos-gate/usr/src/cmd/bnu/
H A Dcpmv.c44 xcp(f1, f2) in xcp() function
131 ret = xcp(f1, f2);
216 status = xcp(f1, full);
224 _exit(xcp(f1, full));