Home
last modified time | relevance | path

Searched refs:splhigh (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/sys/dev/syscons/warp/
HDwarp_saver.c105 pl = splhigh(); in warp_saver()
/freebsd-14-stable/sys/dev/syscons/logo/
HDlogo_saver.c116 pl = splhigh(); in logo_saver()
/freebsd-14-stable/sys/dev/syscons/rain/
HDrain_saver.c87 pl = splhigh(); in rain_saver()
/freebsd-14-stable/sys/dev/fb/
HDvga.c1671 s = splhigh(); in set_font_mode()
1736 s = splhigh(); in set_normal_mode()
1824 s = splhigh(); in vga_save_font()
1846 s = splhigh(); in vga_save_font()
1904 s = splhigh(); in vga_load_font()
1926 s = splhigh(); in vga_load_font()
1959 s = splhigh(); in vga_show_font()
2121 s = splhigh(); in vga_save_state()
2198 s = splhigh(); in vga_load_state()
2390 s = splhigh(); in vga_blank_display()
/freebsd-14-stable/sys/dev/syscons/fire/
HDfire_saver.c120 pl = splhigh(); in fire_saver()
/freebsd-14-stable/sys/dev/syscons/dragon/
HDdragon_saver.c190 pl = splhigh(); in dragon_saver()
/freebsd-14-stable/sys/dev/syscons/plasma/
HDplasma_saver.c160 pl = splhigh(); in plasma_saver()
/freebsd-14-stable/contrib/ntp/include/
HDparse.h64 extern unsigned int splhigh (void);
/freebsd-14-stable/contrib/ntp/libparse/
HDparsestreams.c575 s = splhigh(); in parseclose()
1059 s = splhigh(); in init_zs_linemon()
HDparse.c574 int s = splhigh(); in updatetimeinfo()
HDparsesolaris.c420 s = splhigh(); in parseclose()
/freebsd-14-stable/sys/sys/
HDsystm.h445 static __inline intrmask_t splhigh(void) { return 0; } in splhigh() function