Searched refs:pops (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 972 struct psm_ops *pops; in mach_init() local 976 pops = mach_set[0]; in mach_init() 981 psm_get_clockirq = pops->psm_get_clockirq; in mach_init() 985 addspl = pops->psm_addspl; in mach_init() 986 delspl = pops->psm_delspl; in mach_init() 988 if (pops->psm_translate_irq) in mach_init() 989 psm_translate_irq = pops->psm_translate_irq; in mach_init() 990 if (pops->psm_intr_ops) in mach_init() 991 psm_intr_ops = pops->psm_intr_ops; in mach_init() 999 if (pops->psm_tod_get) in mach_init() [all …]
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | ops_impl.h | 581 kcf_provmgmt_ops_params_t *pops = &(req)->rp_u.provmgmt_params; \ 585 pops->po_sid = _sid; \ 586 pops->po_pin = _pin; \ 587 pops->po_pin_len = _pin_len; \ 588 pops->po_old_pin = _old_pin; \ 589 pops->po_old_pin_len = _old_pin_len; \ 590 pops->po_label = _label; \ 591 pops->po_ext_info = _ext_info; \ 592 pops->po_pd = _pd; \
|
/titanic_44/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 1554 kcf_provmgmt_ops_params_t *pops = ¶ms->rp_u.provmgmt_params; in common_submit_request() local 1563 if (KCF_IS_PROV_REMOVED(pops->po_pd)) { in common_submit_request() 1567 err = KCF_PROV_EXT_INFO(pd, pops->po_ext_info, rhndl, in common_submit_request() 1568 pops->po_pd); in common_submit_request() 1572 err = KCF_PROV_INIT_TOKEN(pd, pops->po_pin, in common_submit_request() 1573 pops->po_pin_len, pops->po_label, rhndl); in common_submit_request() 1577 err = KCF_PROV_INIT_PIN(pd, pops->po_sid, pops->po_pin, in common_submit_request() 1578 pops->po_pin_len, rhndl); in common_submit_request() 1582 err = KCF_PROV_SET_PIN(pd, pops->po_sid, in common_submit_request() 1583 pops->po_old_pin, pops->po_old_pin_len, in common_submit_request() [all …]
|
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic.c | 1327 struct psm_ops *pops = &apic_ops; in x2apic_update_psm() local 1329 ASSERT(pops != NULL); in x2apic_update_psm() 1331 pops->psm_intr_exit = x2apic_intr_exit; in x2apic_update_psm() 1332 pops->psm_setspl = x2apic_setspl; in x2apic_update_psm() 1334 pops->psm_send_ipi = x2apic_send_ipi; in x2apic_update_psm() 1335 send_dirintf = pops->psm_send_ipi; in x2apic_update_psm()
|
H A D | apic_common.c | 1474 struct psm_ops *pops = psmops; in apic_switch_ipi_callback() local 1481 pops->psm_send_ipi = apic_common_send_ipi; in apic_switch_ipi_callback() 1482 send_dirintf = pops->psm_send_ipi; in apic_switch_ipi_callback() 1489 pops->psm_send_ipi = x2apic_send_ipi; in apic_switch_ipi_callback() 1490 send_dirintf = pops->psm_send_ipi; in apic_switch_ipi_callback()
|
/titanic_44/usr/src/cmd/latencytop/common/ |
H A D | latencytop.trans | 35 # probe pops them. These probes are transformed into:
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 1102 struct psm_ops *pops = &apix_ops; in x2apic_update_psm() local 1104 ASSERT(pops != NULL); in x2apic_update_psm() 1114 pops->psm_send_ipi = x2apic_send_ipi; in x2apic_update_psm() 1116 send_dirintf = pops->psm_send_ipi; in x2apic_update_psm()
|
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 1353 dtrace_pops_t *pops = &prov->dtpv_pops; in dtrace_priv_probe() local 1358 if (pops->dtps_mode != NULL) { in dtrace_priv_probe() 1359 mode = pops->dtps_mode(prov->dtpv_arg, in dtrace_priv_probe() 7948 cred_t *cr, const dtrace_pops_t *pops, void *arg, dtrace_provider_id_t *idp) in dtrace_register() argument 7952 if (name == NULL || pap == NULL || pops == NULL || idp == NULL) { in dtrace_register() 7964 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) || in dtrace_register() 7965 pops->dtps_enable == NULL || pops->dtps_disable == NULL || in dtrace_register() 7966 pops->dtps_destroy == NULL || in dtrace_register() 7967 ((pops->dtps_resume == NULL) != (pops->dtps_suspend == NULL))) { in dtrace_register() 7991 pops->dtps_mode == NULL) { in dtrace_register() [all …]
|
/titanic_44/usr/src/cmd/sgs/yacc/common/ |
H A D | yaccpar | 434 # define _POP_ "Error recovery pops state %d, uncovers state %d\n"
|