Searched defs:xcp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dcpmv.c44 xcp(f1, f2) function
131 ret = xcp(f1, f2);
216 status = xcp(f1, full);
224 _exit(xcp(f1, full));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c722 struct cache_struct *xcp = &xid_cache[0]; variable in typeref:struct:cache_struct
731 for (x = xcp; x >= xcpfirst; x--)
734 for (x = xcplast; x > xcp; x--)
747 x = xcp++;
748 if (xcp > xcplast)
749 xcp = xcpfirst;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c153 xenconssetup_avintr(struct xencons *xcp, int attach) argument
166 "xencons", xcp->console_irq, (caddr_t)xcp, NULL, NULL,
167 xcp->dip);
176 xcp->console_irq);
180 mutex_enter(&xcp->excl);
181 cv_signal(&xcp->excl_cv);
182 mutex_exit(&xcp->excl);
190 xenconssetup_add_avintr(struct xencons *xcp) argument
192 xenconssetup_avintr(xcp, B_TRU
196 xenconssetup_rem_avintr(struct xencons *xcp) argument
205 struct xencons *xcp; local
254 xenconssetup(struct xencons *xcp) argument
302 struct xencons *xcp; local
376 struct xencons *xcp; local
405 xencons_soft_state_free(struct xencons *xcp) argument
417 struct xencons *xcp; local
475 struct xencons *xcp; local
532 xencons_rxint(struct xencons *xcp) argument
696 xencons_txint(struct xencons *xcp) argument
733 struct xencons *xcp = (struct xencons *)arg; local
749 struct xencons *xcp = (struct xencons *)arg; local
763 struct xencons *xcp = async->async_common; local
893 struct xencons *xcp = async->async_common; local
1095 struct xencons *xcp; local
1242 struct xencons *xcp; local
1281 struct xencons *xcp = xencons_console; local
1319 struct xencons *xcp = (struct xencons *)arg; local
1357 struct xencons *xcp = (struct xencons *)arg; local
1430 xcasync_flowcontrol_sw_output(struct xencons *xcp, async_flowc_action onoff) argument
1475 xcasync_flowcontrol_sw_input(struct xencons *xcp, async_flowc_action onoff, int type) argument
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c1496 const fmd_xprt_class_t *xcp = data; local
1499 if (mdb_readstr(name, sizeof (name), (uintptr_t)xcp->xc_class) <= 0)
1500 (void) mdb_snprintf(name, sizeof (name), "<%p>", xcp->xc_class);
1502 mdb_printf("%-8p %-4u %s\n", addr, xcp->xc_refs, name);
H A Dfmd_xprt.c232 fmd_xprt_class_t *xcp, *ncp; local
236 for (xcp = xch->xch_hash[i]; xcp != NULL; xcp = ncp) {
237 ncp = xcp->xc_next;
240 fmd_dispq_delete(fmd.d_disp, eq, xcp->xc_class);
242 fmd_strfree(xcp->xc_class);
243 fmd_free(xcp, sizeof (fmd_xprt_class_t));
260 fmd_xprt_class_t *xcp; local
264 for (xcp
291 fmd_xprt_class_t *xcp, **pp; local
[all...]
/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.c238 xcp(output_guard_tempname,
286 xcp(output_guard_filename, output_guard_tempname,
680 xcp(char *dst, char *src, off_t size) function
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c969 xen_mc_logical_cpu_t *xcp; local
975 xcp = &xen_phys_cpus[i];
977 xcp->mc_cpunr, xcp->mc_chipid, xcp->mc_coreid,
978 xcp->mc_threadid, xcp->mc_apicid);
1216 xen_mc_logical_cpu_t *xcp = (xen_mc_logical_cpu_t *)cookie; local
1224 if (xcp == xen_phys_cpus + xen_phys_ncpus - 1)
1227 return ((xen_mc_lcpu_cookie_t)++xcp);
1235 xen_mc_logical_cpu_t *xcp = COOKIE2XCP(cookie); local
1297 xen_mc_logical_cpu_t *xcp = COOKIE2XCP(cookie); local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c2958 struct cpuid_regs *xcp; local
2971 xcp = &cpi->cpi_std[cp->cp_eax];
2974 xcp = &cpi->cpi_extd[cp->cp_eax - 0x80000000];
2983 cp->cp_eax = xcp->cp_eax;
2984 cp->cp_ebx = xcp->cp_ebx;
2985 cp->cp_ecx = xcp->cp_ecx;
2986 cp->cp_edx = xcp->cp_edx;
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c3283 _ii_lsthead_t **cp, *xcp; local
3332 xcp = *cp;
3334 kmem_free(xcp, sizeof (_ii_lsthead_t));

Completed in 91 milliseconds