Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_dispatch.c35 typedef bool_t (*nlm_svc_func_t)(void *, void *, struct svc_req *); typedef
42 nlm_svc_func_t de_svc; /* service routine function */
56 #define NLM_SVC_FUNC(func) (nlm_svc_func_t)func
109 nlm_svc_func_t func; in nlm_dispatch()