Home
last modified time | relevance | path

Searched refs:cpe (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c328 struct xen_evt_data *cpe; in update_evtchn_affinity() local
339 cpe = cp->cpu_m.mcpu_evt_pend; in update_evtchn_affinity()
1233 (cpe)->evt_affinity[ix])
1342 cpe->pending_sel[pri] |= selbit; in xen_callback_handler()
1393 cpe->pending_evts[pri][i] = pe; in xen_callback_handler()
1402 pending_sels = cpe->pending_sel[pri]; in xen_callback_handler()
1584 struct xen_evt_data *cpe; in ec_unpend_irq() local
1594 cpe = CPU->cpu_m.mcpu_evt_pend; in ec_unpend_irq()
1596 cpe->pending_evts[pri][evi] = pe; in ec_unpend_irq()
1598 pending_sels = cpe->pending_sel[pri]; in ec_unpend_irq()
[all …]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c839 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_uppc_setspl() local
842 pending_sels |= cpe->pending_sel[i]; in xen_uppc_setspl()
H A Dxpv_psm.c611 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_psm_setspl() local
614 pending_sels |= cpe->pending_sel[i]; in xen_psm_setspl()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1092 struct chtab *cpe; in clreclaim4_zone() local
1137 cpe = cpl; in clreclaim4_zone()
1138 while (cpe->ch_list != NULL) in clreclaim4_zone()
1139 cpe = cpe->ch_list; in clreclaim4_zone()
1140 cpe->ch_list = cp; in clreclaim4_zone()
H A Dnfs_subr.c647 struct chtab *cpe; in clreclaim_zone() local
691 cpe = cpl; in clreclaim_zone()
692 while (cpe->ch_list != NULL) in clreclaim_zone()
693 cpe = cpe->ch_list; in clreclaim_zone()
694 cpe->ch_list = cp; in clreclaim_zone()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c939 char *cpe; in env_replace() local
943 if ((cpe = my_getenv(psp, cp + 1)) != NULL) { in env_replace()
945 (void) strncat(cp, cpe, in env_replace()