/illumos-gate/usr/src/uts/common/os/ |
H A D | console.c | 258 int busy, spl; in console_putmsg() local 268 spl = console_enter(busy); in console_putmsg() 272 console_exit(busy, spl); in console_putmsg() 284 int busy, spl; in console_vprintf() local 297 spl = console_enter(busy); in console_vprintf() 301 console_exit(busy, spl); in console_vprintf() 327 int busy, spl; in console_puts() local 330 spl = console_enter(busy); in console_puts() 334 console_exit(busy, spl); in console_puts() 348 int spl = console_enter(busy); in console_putc() local [all …]
|
H A D | dtrace_subr.c | 104 ushort_t spl; in dtrace_hres_tick() local 109 spl = hr_clock_lock(); in dtrace_hres_tick() 113 hr_clock_unlock(spl); in dtrace_hres_tick()
|
H A D | clock.c | 1855 int spl; in clkset() local 1890 spl = splhi(); in clkset() 1893 splx(spl); in clkset() 1923 int spl = hr_clock_lock(); in set_hrestime() local 1928 hr_clock_unlock(spl); in set_hrestime()
|
H A D | sunddi.c | 607 ddi_exit_critical(unsigned int spl) in ddi_exit_critical() argument 609 splx((int)spl); in ddi_exit_critical()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_cpu_states.c | 248 panic_stopcpus(cpu_t *cp, kthread_t *t, int spl) in panic_stopcpus() argument 289 panic_enter_hw(int spl) in panic_enter_hw() argument 293 if (spl == ipltospl(PIL_14)) { in panic_enter_hw() 312 } else if (spl == ipltospl(PIL_15)) { in panic_enter_hw() 390 panic_dump_hw(int spl) in panic_dump_hw() argument
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 156 event error.io.pcix.spl-comp-ma-u@PCIFN; 157 event error.io.pcix.spl-comp-ta-u@PCIFN; 158 event error.io.pcix.spl-comp-ma-d@PCIFN; 159 event error.io.pcix.spl-comp-ta-d@PCIFN; 251 error.io.pcix.spl-comp-ma-d@PCIFN, 252 error.io.pcix.spl-comp-ta-d@PCIFN; 260 prop error.io.pcix.spl-comp-ma-u@pcibus/pcidev[fromdev]/pcifn (3)-> 265 prop error.io.pcix.spl-comp-ta-u@pcibus/pcidev[fromdev]/pcifn (3)-> 576 event error.io.pcix.spl-comp-ma-u@PCIFN/PCIFN; 577 event error.io.pcix.spl-comp-ta-u@PCIFN/PCIFN; [all …]
|
H A D | pciex.esc | 1780 event error.io.pcix.spl-comp-ma-u@PCIEXFN/PCIFN; 1781 event error.io.pcix.spl-comp-ta-u@PCIEXFN/PCIFN; 1782 event error.io.pcix.spl-comp-ma-d@PCIEXFN/PCIFN; 1783 event error.io.pcix.spl-comp-ta-d@PCIEXFN/PCIFN; 1786 event ereport.io.pcix.sec-spl-dis@PCIEXFN{within(5s)}; 1941 error.io.pcix.spl-comp-ma-d@PCIEXFN/PCIFN, 1942 error.io.pcix.spl-comp-ta-d@PCIEXFN/PCIFN; 1957 prop error.io.pcix.spl-comp-ma-u@PCIEXFN/PCIFN (3)-> 1959 ereport.io.pcix.sec-spl-dis@PCIEXFN, 1962 prop error.io.pcix.spl-comp-ma-u@PCIEXFN/PCIFN (0)-> [all …]
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | clock.h | 98 #define CLOCK_UNLOCK(spl) \ argument 100 splx(spl); \
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | suspend.c | 600 int spl; in suspend_start() local 626 spl = spl8(); in suspend_start() 649 splx(spl); in suspend_start() 668 splx(spl); in suspend_start()
|
H A D | mach_cpu_states.c | 376 panic_stopcpus(cpu_t *cp, kthread_t *t, int spl) in panic_stopcpus() argument 417 panic_enter_hw(int spl) in panic_enter_hw() argument 437 if (spl == ipltospl(PIL_14)) { in panic_enter_hw() 456 } else if (spl == ipltospl(PIL_15)) { in panic_enter_hw() 536 panic_dump_hw(int spl) in panic_dump_hw() argument
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | clock.h | 170 #define CLOCK_UNLOCK(spl) \ argument 173 splx(spl); \
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | timestamp.c | 675 ushort_t spl; in tsc_tick() local 682 ipltospl(CBE_HIGH_PIL), &spl); in tsc_tick() 689 splx(spl); in tsc_tick() 691 CLOCK_LOCK(&spl); in tsc_tick() 722 CLOCK_UNLOCK(spl); in tsc_tick()
|
H A D | machdep.c | 937 panic_stopcpus(cpu_t *cp, kthread_t *t, int spl) in panic_stopcpus() argument 965 panic_enter_hw(int spl) in panic_enter_hw() argument 995 panic_dump_hw(int spl) in panic_dump_hw() argument 1038 console_exit(int busy, int spl) in console_exit() argument 1040 splx(spl); in console_exit()
|
/illumos-gate/usr/src/test/zfs-tests/callbacks/ |
H A D | zfs_mmp.ksh | 27 for f in /proc/spl/kstat/zfs/*/multihost; do
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | traptrace.h | 69 uchar_t spl; member 87 #define ttr_spl ttr_info.idt_entry.spl
|
H A D | Makefile | 80 spl.h \
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | prom_subr.c | 395 console_exit(int busy, int spl) in console_exit() argument 399 splx(spl); in console_exit()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mmp/ |
H A D | mmp_write_distribution.ksh | 50 MMP_HISTORY=/proc/spl/kstat/zfs/$MMP_POOL/multihost
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.c | 555 static char spl[] = { '\\', '\r', 0 }; variable 558 static char spl[] = { MARK, '?', '\\', '\r', CC_sub, 0 }; variable 683 s = spl; in ppfsm() 709 s = spl; in ppfsm()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mount/ |
H A D | umount_unlinked_drain.ksh | 49 kstat_file=$(grep -nrwl /proc/spl/kstat/zfs/$2/objset-0x* -e $3)
|
/illumos-gate/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 676 uint_t spl; in xcppm_switch_dcdc_converter() local 705 spl = ddi_enter_critical(); in xcppm_switch_dcdc_converter() 708 ddi_exit_critical(spl); in xcppm_switch_dcdc_converter() 710 spl = ddi_enter_critical(); in xcppm_switch_dcdc_converter() 713 ddi_exit_critical(spl); in xcppm_switch_dcdc_converter()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 1383 nfs_space_limit4 *spl; in rfs4_set_deleg_response() local 1428 spl = &wp->space_limit; in rfs4_set_deleg_response() 1429 spl->limitby = NFS_LIMIT_SIZE; in rfs4_set_deleg_response() 1430 spl->nfs_space_limit4_u.filesize = 0; in rfs4_set_deleg_response()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pcisch.c | 1019 uint32_t spl = ddi_enter_critical(); /* block interrupts */ in pci_iommu_get_dvma_context() local 1021 ddi_exit_critical(spl); /* unblock interrupt */ in pci_iommu_get_dvma_context() 1037 ddi_exit_critical(spl); /* unblock interrupts */ in pci_iommu_get_dvma_context() 1050 uint32_t spl, bucket_no = ctx >> 6; in pci_iommu_free_dvma_context() local 1057 spl = ddi_enter_critical(); /* block interrupts */ in pci_iommu_free_dvma_context() 1064 ddi_exit_critical(spl); /* unblock interrupt */ in pci_iommu_free_dvma_context()
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 370 ttr_info.idt_entry.spl TTR_SPL
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 925 static char spl[] = { '\\', '\r', 0 }; variable 1052 s = spl;
|