Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h579 void nlm_host_monitor(struct nlm_globals *, struct nlm_host *, int);
H A Dnlm_service.c663 nlm_host_monitor(g, host, argp->state); in nlm_do_lock()
1242 nlm_host_monitor(g, host, 0); in nlm_do_share()
H A Dnlm_client.c304 nlm_host_monitor(g, hostp, 0); in nlm_frlock()
1276 nlm_host_monitor(g, host, 0); in nlm_shrlock()
H A Dnlm_impl.c1864 nlm_host_monitor(struct nlm_globals *g, struct nlm_host *host, int state) in nlm_host_monitor() function