| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | mp_machdep.c | 959 struct psm_ops *pops; in mach_init() local 963 pops = mach_set[0]; in mach_init() 968 psm_get_clockirq = pops->psm_get_clockirq; in mach_init() 972 addspl = pops->psm_addspl; in mach_init() 973 delspl = pops->psm_delspl; in mach_init() 975 if (pops->psm_translate_irq) in mach_init() 976 psm_translate_irq = pops->psm_translate_irq; in mach_init() 977 if (pops->psm_intr_ops) in mach_init() 978 psm_intr_ops = pops->psm_intr_ops; in mach_init() 986 if (pops->psm_tod_get) in mach_init() [all …]
|
| /onnv-gate/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; \
|
| /onnv-gate/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 …]
|
| /onnv-gate/usr/src/uts/i86pc/io/pcplusmp/ |
| H A D | apic.c | 1370 struct psm_ops *pops = &apic_ops; in x2apic_update_psm() local 1372 ASSERT(pops != NULL); in x2apic_update_psm() 1374 pops->psm_intr_exit = x2apic_intr_exit; in x2apic_update_psm() 1375 pops->psm_setspl = x2apic_setspl; in x2apic_update_psm() 1377 pops->psm_send_ipi = x2apic_send_ipi; in x2apic_update_psm() 1378 send_dirintf = pops->psm_send_ipi; in x2apic_update_psm()
|
| H A D | apic_common.c | 1471 struct psm_ops *pops = psmops; in apic_switch_ipi_callback() local 1478 pops->psm_send_ipi = apic_common_send_ipi; in apic_switch_ipi_callback() 1479 send_dirintf = pops->psm_send_ipi; in apic_switch_ipi_callback() 1486 pops->psm_send_ipi = x2apic_send_ipi; in apic_switch_ipi_callback() 1487 send_dirintf = pops->psm_send_ipi; in apic_switch_ipi_callback()
|
| /onnv-gate/usr/src/cmd/latencytop/common/ |
| H A D | latencytop.trans | 35 # probe pops them. These probes are transformed into:
|
| /onnv-gate/usr/src/uts/common/io/lvm/md/ |
| H A D | md_subr.c | 1763 md_ops_t **pops, *ops, *lops; in md_halt() local 1867 pops = &md_opslist; in md_halt() 1868 for (lops = *pops; lops; in md_halt() 1869 pops = &lops->md_next, lops = *pops) { in md_halt() 1871 *pops = ops->md_next; in md_halt() 2166 md_ops_t **pops, *ops; in md_loadsubmod() local 2199 pops = ddi_modsym(mod, "md_interface_ops", &err); in md_loadsubmod() 2200 if (pops == NULL) { in md_loadsubmod() 2209 ops = *pops; in md_loadsubmod()
|
| /onnv-gate/usr/src/uts/i86pc/io/apix/ |
| H A D | apix.c | 1118 struct psm_ops *pops = &apix_ops; in x2apic_update_psm() local 1120 ASSERT(pops != NULL); in x2apic_update_psm() 1130 pops->psm_setspl = x2apix_setspl; in x2apic_update_psm() 1131 pops->psm_send_ipi = x2apic_send_ipi; in x2apic_update_psm() 1133 send_dirintf = pops->psm_send_ipi; in x2apic_update_psm()
|
| /onnv-gate/usr/src/common/openssl/crypto/perlasm/ |
| H A D | readme | 42 and pops.
|
| /onnv-gate/usr/src/uts/common/dtrace/ |
| H A D | dtrace.c | 6875 cred_t *cr, const dtrace_pops_t *pops, void *arg, dtrace_provider_id_t *idp) in dtrace_register() argument 6879 if (name == NULL || pap == NULL || pops == NULL || idp == NULL) { in dtrace_register() 6891 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) || in dtrace_register() 6892 pops->dtps_enable == NULL || pops->dtps_disable == NULL || in dtrace_register() 6893 pops->dtps_destroy == NULL || in dtrace_register() 6894 ((pops->dtps_resume == NULL) != (pops->dtps_suspend == NULL))) { in dtrace_register() 6918 pops->dtps_usermode == NULL) { in dtrace_register() 6934 provider->dtpv_pops = *pops; in dtrace_register() 6936 if (pops->dtps_provide == NULL) { in dtrace_register() 6937 ASSERT(pops->dtps_provide_module != NULL); in dtrace_register() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perliol.pod | 67 is a layer called "raw" which repeatedly "pops" layers until 899 bothered. (Basically this layer's C<Fill()> pops itself off the stack 905 "pushed" it actually pops the stack removing itself, it then calls 913 Another dummy layer. When pushed it pops itself and sets the
|
| H A D | perltooc.pod | 522 Another sort of class that pops up from time to time is one that supports
|
| H A D | perlfaq4.pod | 1360 dynamic arrays. In the absence of shifts and pops, push in general
|
| H A D | perlhack.pod | 1206 with C<d> - which pops from the top of the argument stack two NVs (hence
|
| H A D | perlfunc.pod | 3711 omitted, pops the C<@ARGV> array in the main program, and the C<@_>
|
| /onnv-gate/usr/src/cmd/sgs/yacc/common/ |
| H A D | yaccpar | 434 # define _POP_ "Error recovery pops state %d, uncovers state %d\n"
|
| /onnv-gate/usr/src/cmd/tcpd/ |
| H A D | CHANGES | 217 pops off all streams modules above the device driver, pushes the timod
|
| /onnv-gate/usr/src/tools/ctf/dwarf/i386/ |
| HD | libdwarf.cpio.bz2 | |