Home
last modified time | relevance | path

Searched refs:check_pending (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c376 check_pending(NCURSES_SP_DCL0) in check_pending() function
1013 if (check_pending(NCURSES_SP_ARG)) in TINFO_DOUPDATE()
1030 if (check_pending(NCURSES_SP_ARG)) in TINFO_DOUPDATE()
/freebsd/sys/dev/bxe/
H A Decore_sp.c1972 ECORE_DBG_BREAK_IF(r->check_pending(r)); in ecore_execute_vlan_mac()
2290 raw->check_pending = ecore_raw_check_pending; in ecore_init_raw_obj()
4029 if (r->check_pending(r) || in ecore_config_mcast()
4041 if (!r->check_pending(r)) { in ecore_config_mcast()
4088 return o->raw.check_pending(&o->raw) || o->check_sched(o); in ecore_mcast_check_pending()
4116 mcast_obj->check_pending = ecore_mcast_check_pending; in ecore_init_mcast_obj()
4141 mcast_obj->check_pending = ecore_mcast_check_pending; in ecore_init_mcast_obj()
4160 mcast_obj->check_pending = ecore_mcast_check_pending; in ecore_init_mcast_obj()
H A Dbxe.c8371 if (sc->mcast_obj.check_pending(&sc->mcast_obj)) { in bxe_handle_mcast_eqe()
/freebsd/contrib/ncurses/
H A DNEWS13194 check_pending() (reported by Alexander V Lukyanov).
14292 + moved logic for SP->_fifohold inside check_pending() to make it
14309 + add another call to check_pending, before scrolling, for