Searched defs:cpe (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c838 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; local
841 pending_sels |= cpe->pending_sel[i];
H A Dxpv_psm.c610 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; local
613 pending_sels |= cpe->pending_sel[i];
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c328 struct xen_evt_data *cpe; local
339 cpe = cp->cpu_m.mcpu_evt_pend;
341 SET_EVTCHN_BIT(evtchn, cpe->evt_affinity);
343 CLEAR_EVTCHN_BIT(evtchn, cpe->evt_affinity);
1231 #define UNBLOCKED_EVENTS(si, ix, cpe, cpu_id) \
1233 (cpe)->evt_affinity[ix])
1261 volatile struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; local
1291 while ((pe = UNBLOCKED_EVENTS(si, i, cpe, cpu->cpu_id)) != 0) {
1342 cpe->pending_sel[pri] |= selbit;
1343 cpe
1584 struct xen_evt_data *cpe; local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1092 struct chtab *cpe; local
1137 cpe = cpl;
1138 while (cpe->ch_list != NULL)
1139 cpe = cpe->ch_list;
1140 cpe->ch_list = cp;
H A Dnfs_subr.c646 struct chtab *cpe; local
690 cpe = cpl;
691 while (cpe->ch_list != NULL)
692 cpe = cpe->ch_list;
693 cpe->ch_list = cp;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c938 char *cpe; local
942 if ((cpe = my_getenv(psp, cp + 1)) != NULL) {
944 (void) strncat(cp, cpe,

Completed in 134 milliseconds