Searched defs:__proc_cleanup_cb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c580 void (*__proc_cleanup_cb)() = NULL; variable
585 void *tmp = (void *)__proc_cleanup_cb;
587 __proc_cleanup_cb = (void (*)())cb;
1391 if (__proc_cleanup_cb != NULL && dispatch)
1392 (*__proc_cleanup_cb)(xprt);

Completed in 62 milliseconds