Home
last modified time | relevance | path

Searched refs:m_func (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp128 void (*m_func)(atf_error_t); in throw_atf_error() member
140 h->m_func(err); in throw_atf_error()
151 INV(h->m_name == NULL && h->m_func != NULL); in throw_atf_error()
152 h->m_func(err); in throw_atf_error()
/freebsd/cddl/usr.sbin/zfsd/
H A Dcallout.h160 CalloutFunc_t *m_func; variable
177 m_func(NULL), in Callout()
H A Dcallout.cc110 m_func = func; in Reset()
174 cur->m_func(cur->m_arg); in ExpireCallouts()