Symbol: nlm_globals
usr/src/uts/common/klm/nlm_impl.h
468
TAILQ_HEAD(nlm_globals_list, nlm_globals);
usr/src/uts/common/klm/nlm_impl.h
515
int nlm_svc_starting(struct nlm_globals *, struct file *,
usr/src/uts/common/klm/nlm_impl.h
517
void nlm_svc_stopping(struct nlm_globals *);
usr/src/uts/common/klm/nlm_impl.h
532
void nlm_globals_register(struct nlm_globals *);
usr/src/uts/common/klm/nlm_impl.h
533
void nlm_globals_unregister(struct nlm_globals *);
usr/src/uts/common/klm/nlm_impl.h
539
void nlm_reclaim_client(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
540
void nlm_client_cancel_all(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
574
struct nlm_host *nlm_host_findcreate(struct nlm_globals *, char *,
usr/src/uts/common/klm/nlm_impl.h
576
struct nlm_host *nlm_host_find(struct nlm_globals *,
usr/src/uts/common/klm/nlm_impl.h
578
struct nlm_host *nlm_host_find_by_sysid(struct nlm_globals *, sysid_t);
usr/src/uts/common/klm/nlm_impl.h
579
void nlm_host_release(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
581
void nlm_host_monitor(struct nlm_globals *, struct nlm_host *, int);
usr/src/uts/common/klm/nlm_impl.h
582
void nlm_host_unmonitor(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
593
struct nlm_slock *nlm_slock_register(struct nlm_globals *,
usr/src/uts/common/klm/nlm_impl.h
595
void nlm_slock_unregister(struct nlm_globals *, struct nlm_slock *);
usr/src/uts/common/klm/nlm_impl.h
596
int nlm_slock_wait(struct nlm_globals *, struct nlm_slock *, uint_t);
usr/src/uts/common/klm/nlm_impl.h
597
int nlm_slock_grant(struct nlm_globals *,
usr/src/uts/common/klm/nlm_impl.h
599
void nlm_host_cancel_slocks(struct nlm_globals *, struct nlm_host *);