/netbsd-src/sys/arch/arm/at91/ |
H A D | at91dbgu.c | 323 s = splserial(); in at91dbgu_param() 408 (void)splserial(); in at91dbgu_start() 440 s = splserial(); in at91dbgu_shutdown() 499 s2 = splserial(); in at91dbgu_open() 558 s2 = splserial(); in at91dbgu_open() 692 s = splserial(); in at91dbgu_ioctl() 735 s = splserial(); in at91dbgu_stop() 863 int s = splserial(); in at91dbgu_cn_putc() 866 s = splserial(); in at91dbgu_cn_putc() 884 s = splserial(); in at91dbgu_cn_getc() [all …]
|
H A D | at91dbgureg.h | 196 int s = splserial(); \ 198 splx(s); s = splserial(); \
|
/netbsd-src/sys/arch/evbarm/mpcsa/ |
H A D | mpcsa_leds.c | 212 s = splserial(); in mpcsa_leds_pin_write() 246 s = splserial(); in mpcsa_leds_timer() 302 int s = splserial(); in mpcsa_comm_led() 321 int s = splserial(); in mpcsa_conn_led() 342 int s = splserial(); in mpcsa_blink_led()
|
/netbsd-src/sys/arch/amigappc/include/ |
H A D | intr.h | 48 #define spl5() splserial() 49 #define spl6() splserial()
|
/netbsd-src/sys/arch/sh3/dev/ |
H A D | sci.c | 457 (void)splserial(); in scistart() 527 s = splserial(); in sciparam() 653 s2 = splserial(); in sciopen() 687 s2 = splserial(); in sciopen() 797 s = splserial(); in sciioctl() 870 s = splserial(); in scistop() 888 s = splserial(); in scidiag() 967 s = splserial(); in sci_rxsoft() 1006 s = splserial(); in sci_stsoft() 1302 s = splserial(); [all …]
|
H A D | scif.c | 543 (void)splserial(); in scifstart() 624 s = splserial(); in scifparam() 757 s2 = splserial(); in scifopen() 791 s2 = splserial(); in scifopen() 918 s = splserial(); in scifioctl() 993 s = splserial(); in scifstop() 1011 s = splserial(); in scifdiag() 1090 s = splserial(); in scif_rxsoft() 1128 s = splserial(); 1441 s = splserial(); in scifcngetc() [all …]
|
/netbsd-src/sys/arch/epoc32/windermere/ |
H A D | wmcom.c | 372 (void)splserial(); in wmcom_start() 428 s = splserial(); in wmcom_param() 526 s2 = splserial(); in wmcomopen() 649 s = splserial(); in wmcomioctl() 701 s = splserial(); in wmcomstop() 731 s = splserial(); in wmcom_shutdown() 748 s = splserial(); in wmcom_break() 806 s = splserial(); in wmcom_rxsoft() 887 int s = splserial(); in wmcom_cngetc() 907 int s = splserial(); in wmcom_cnputc()
|
/netbsd-src/sys/arch/arm/clps711x/ |
H A D | clpscom.c | 445 (void)splserial(); in clpscom_start() 533 s = splserial(); in clpscom_param() 638 s2 = splserial(); in clpscomopen() 767 s = splserial(); in clpscomioctl() 825 s = splserial(); in clpscomstop() 853 s = splserial(); in clpscom_shutdown() 878 s = splserial(); in clpscom_break() 950 s = splserial(); in clpscom_rxsoft() 1068 int s = splserial(); in clpscom_cngetc() 1086 int s = splserial(); in clpscom_cnputc()
|
/netbsd-src/sys/arch/arm/ixp12x0/ |
H A D | ixp12x0_com.c | 294 s = splserial(); in ixpcomparam() 394 (void)splserial(); in ixpcomstart() 441 s = splserial(); in ixpcom_shutdown() 502 s2 = splserial(); in ixpcomopen() 564 s2 = splserial(); in ixpcomopen() 700 s = splserial(); in ixpcomioctl() 745 s = splserial(); in ixpcomstop() 869 s = splserial(); in ixpcomcnputc() 894 s = splserial(); in ixpcomcngetc() 991 s = splserial(); in ixpcom_rxsoft()
|
/netbsd-src/sys/arch/mips/sibyte/dev/ |
H A D | sbjcn.c | 429 s = splserial(); in sbjcn_enable_debugport() 466 s = splserial(); in sbjcn_shutdown() 536 s2 = splserial(); in sbjcnopen() 573 s2 = splserial(); in sbjcnopen() 698 s = splserial(); in sbjcnioctl() 937 s = splserial(); in sbjcn_param() 1076 s = splserial(); in sbjcn_hwiflow() 1138 (void)splserial(); in sbjcn_start() 1182 s = splserial(); in sbjcnstop() 1201 s = splserial(); in sbjcn_diag() [all …]
|
H A D | sbscn.c | 465 s = splserial(); in sbscn_enable_debugport() 509 s = splserial(); in sbscn_shutdown() 528 s = splserial(); in sbscn_shutdown() 587 s2 = splserial(); in sbscnopen() 629 s2 = splserial(); in sbscnopen() 764 s = splserial(); in sbscnioctl() 1020 s = splserial(); in sbscn_param() 1184 s = splserial(); in sbscn_hwiflow() 1247 (void)splserial(); in sbscn_start() 1287 s = splserial(); in sbscnstop() [all …]
|
/netbsd-src/sys/arch/arm/ep93xx/ |
H A D | epcom.c | 318 s = splserial(); in epcomparam() 404 (void)splserial(); in epcomstart() 441 s = splserial(); in epcom_shutdown() 500 s2 = splserial(); in epcomopen() 559 s2 = splserial(); in epcomopen() 693 s = splserial(); in epcomioctl() 736 s = splserial(); in epcomstop() 851 s = splserial(); in epcom_common_putc() 882 s = splserial(); in epcom_common_getc() 987 s = splserial(); in epcom_rxsoft()
|
/netbsd-src/sys/arch/arm/s3c2xx0/ |
H A D | sscom.c | 370 s = splserial(); in sscom_enable_debugport() 559 s = splserial(); in sscom_shutdown() 580 s = splserial(); in sscom_shutdown() 640 s2 = splserial(); in sscomopen() 685 s2 = splserial(); in sscomopen() 829 s = splserial(); in sscomioctl() 1066 s = splserial(); in sscomparam() 1229 s = splserial(); in sscomhwiflow() 1298 (void)splserial(); in sscomstart() 1330 s = splserial(); in sscomstop() [all …]
|
/netbsd-src/sys/arch/luna68k/dev/ |
H A D | siotty.c | 335 s = splserial(); in siotty_rxsoft() 363 s = splserial(); in siostart() 389 s = splserial(); in siostop() 451 s = splserial(); in sioparam() 474 s = splserial(); in siomctl() 552 s = splserial(); in sioopen() 573 s = splserial(); in sioclose()
|
/netbsd-src/sys/arch/arm/sa11x0/ |
H A D | sa11x0_com.c | 423 s = splserial(); in sacom_enable_debugport() 452 s = splserial(); in sacom_shutdown() 469 s = splserial(); in sacom_shutdown() 520 s2 = splserial(); in sacomopen() 571 s2 = splserial(); in sacomopen() 723 s = splserial(); in sacomioctl() 891 s = splserial(); in sacomparam() 1010 s = splserial(); in sacomhwiflow() 1076 (void)splserial(); in sacomstart() 1131 s = splserial(); in sacomstop() [all …]
|
/netbsd-src/sys/dev/ic/ |
H A D | cd18xx.c | 359 s = splserial(); in cdtty_shutdown() 378 s = splserial(); in cdtty_shutdown() 459 (void)splserial(); in cdttyopen() 596 s = splserial(); in cdttyioctl() 666 (void)splserial(); in cdttystart() 701 s = splserial(); in cdttystop() 785 s = splserial(); in cdttyparam() 1001 s = splserial(); in cdttyhwiflow() 1410 s = splserial(); in cdtty_rxsoft() 1450 s = splserial(); in cdtty_stsoft()
|
/netbsd-src/sys/arch/evbsh3/nextvod/ |
H A D | stasc.c | 187 int s = splserial(); in stasc_cngetc() 208 int s = splserial(); in stasc_cnputc()
|
/netbsd-src/sys/arch/arm/footbridge/ |
H A D | footbridge_com.c | 397 s = splserial(); in fcomstart() 495 s = splserial(); in fcomparam() 739 int s = splserial(); 752 int s = splserial(); in fcomcngetc() 779 int s = splserial(); in fcomcnputc()
|
/netbsd-src/sys/kern/ |
H A D | subr_psref.c | 644 s = splserial(); in psref_debug_acquire() 669 s = splserial(); in psref_debug_release() 688 s = splserial(); in psref_debug_barrier()
|
/netbsd-src/sys/arch/next68k/include/ |
H A D | z8530var.h | 43 #define splzs() splserial()
|
/netbsd-src/sys/arch/news68k/include/ |
H A D | z8530var.h | 112 #define splzs() splserial()
|
/netbsd-src/sys/arch/mvme68k/include/ |
H A D | z8530var.h | 114 #define splzs() splserial()
|
/netbsd-src/sys/arch/epoc32/epoc32/ |
H A D | autoconf.c | 42 splserial(); in cpu_configure()
|
/netbsd-src/sys/arch/newsmips/include/ |
H A D | z8530var.h | 117 #define splzs() splserial()
|
/netbsd-src/sys/arch/cobalt/include/ |
H A D | z8530var.h | 117 #define splzs() splserial()
|