Home
last modified time | relevance | path

Searched refs:fptrv_t (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge.h636 typedef void (*fptrv_t)(); typedef
637 timeout_id_t hxge_start_timer(p_hxge_t hxgep, fptrv_t func, int msec);
H A Dhxge_main.c1051 hxge_start_timer(p_hxge_t hxgep, fptrv_t func, int msec) in hxge_start_timer()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge.h1184 typedef void (*fptrv_t)(); typedef
1185 timeout_id_t nxge_start_timer(p_nxge_t, fptrv_t, int);
/titanic_50/usr/src/uts/sun/io/eri/
H A Deri_common.h37 typedef void (*fptrv_t)(); typedef
H A Deri.c149 static void eri_start_timer(struct eri *erip, fptrv_t func, clock_t msec);
4675 eri_start_timer(struct eri *erip, fptrv_t func, clock_t msec) in eri_start_timer()
/titanic_50/usr/src/uts/common/io/hme/
H A Dhme.c57 typedef void (*fptrv_t)(); typedef
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_main.c1740 nxge_start_timer(p_nxge_t nxgep, fptrv_t func, int msec) in nxge_start_timer()
H A Dnxge_mac.c6683 (fptrv_t)(nxgep->xcvr.check_link), in nxge_link_monitor()