Symbol: nlm_host
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
289
struct nlm_host nh;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
306
static void nlm_host_print(uintptr_t, const struct nlm_host *,
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
318
struct nlm_host nh;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
373
nlm_host_print(uintptr_t addr, const struct nlm_host *nh,
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
782
const struct nlm_host *nh = data;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
979
const struct nlm_host *nh = data;
usr/src/uts/common/klm/klmmod.c
432
struct nlm_host *hostp;
usr/src/uts/common/klm/klmmod.c
457
nlm_host_release(g, (struct nlm_host *)sysid);
usr/src/uts/common/klm/klmmod.c
486
return (((struct nlm_host *)lms)->nh_sysid);
usr/src/uts/common/klm/klmmod.c
78
sizeof (struct nlm_host),
usr/src/uts/common/klm/klmmod.c
79
offsetof(struct nlm_host, nh_by_addr));
usr/src/uts/common/klm/klmops.c
132
nlm_register_lock_locally(vp, (struct nlm_host *)ls,
usr/src/uts/common/klm/nlm_client.c
102
static int nlm_reclaim_lock(struct nlm_host *, vnode_t *,
usr/src/uts/common/klm/nlm_client.c
1037
nlm_call_unlock(struct flock64 *flp, struct nlm_host *hostp,
usr/src/uts/common/klm/nlm_client.c
110
struct nlm_host *, struct netobj *,
usr/src/uts/common/klm/nlm_client.c
1107
nlm_call_test(struct flock64 *flp, struct nlm_host *hostp,
usr/src/uts/common/klm/nlm_client.c
112
static int nlm_call_unlock(struct flock64 *, struct nlm_host *,
usr/src/uts/common/klm/nlm_client.c
114
static int nlm_call_test(struct flock64 *, struct nlm_host *,
usr/src/uts/common/klm/nlm_client.c
117
struct nlm_host *, int);
usr/src/uts/common/klm/nlm_client.c
1218
struct nlm_host *host = NULL;
usr/src/uts/common/klm/nlm_client.c
126
static int nlm_call_share(struct shrlock *, struct nlm_host *,
usr/src/uts/common/klm/nlm_client.c
128
static int nlm_call_unshare(struct shrlock *, struct nlm_host *,
usr/src/uts/common/klm/nlm_client.c
1287
nlm_reclaim_share(struct nlm_host *hostp, vnode_t *vp,
usr/src/uts/common/klm/nlm_client.c
130
static int nlm_reclaim_share(struct nlm_host *, vnode_t *,
usr/src/uts/common/klm/nlm_client.c
1340
nlm_call_share(struct shrlock *shr, struct nlm_host *host,
usr/src/uts/common/klm/nlm_client.c
1419
nlm_call_unshare(struct shrlock *shr, struct nlm_host *host,
usr/src/uts/common/klm/nlm_client.c
143
nlm_reclaim_client(struct nlm_globals *g, struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_client.c
158
struct nlm_host *, hostp, int, state);
usr/src/uts/common/klm/nlm_client.c
266
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_client.c
318
nlm_frlock_getlk(struct nlm_host *hostp, vnode_t *vp,
usr/src/uts/common/klm/nlm_client.c
370
nlm_frlock_setlk(struct nlm_host *hostp, vnode_t *vp,
usr/src/uts/common/klm/nlm_client.c
470
nlm_client_cancel_all(struct nlm_globals *g, struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_client.c
619
nlm_register_lock_locally(struct vnode *vp, struct nlm_host *hostp,
usr/src/uts/common/klm/nlm_client.c
662
nlm_reclaim_lock(struct nlm_host *hostp, vnode_t *vp,
usr/src/uts/common/klm/nlm_client.c
750
struct nlm_host *hostp, struct netobj *fhp,
usr/src/uts/common/klm/nlm_client.c
95
static int nlm_frlock_getlk(struct nlm_host *, vnode_t *,
usr/src/uts/common/klm/nlm_client.c
951
struct nlm_host *hostp, int vers)
usr/src/uts/common/klm/nlm_client.c
98
static int nlm_frlock_setlk(struct nlm_host *, vnode_t *,
usr/src/uts/common/klm/nlm_impl.c
1004
nlm_vhold_get(struct nlm_host *hostp, vnode_t *vp)
usr/src/uts/common/klm/nlm_impl.c
1049
nlm_vhold_release(struct nlm_host *hostp, struct nlm_vhold *nvp)
usr/src/uts/common/klm/nlm_impl.c
1087
nlm_vhold_destroy(struct nlm_host *hostp, struct nlm_vhold *nvp)
usr/src/uts/common/klm/nlm_impl.c
1114
nlm_vhold_busy(struct nlm_host *hostp, struct nlm_vhold *nvp)
usr/src/uts/common/klm/nlm_impl.c
1155
nlm_vhold_find_locked(struct nlm_host *hostp, const vnode_t *vp)
usr/src/uts/common/klm/nlm_impl.c
1188
struct nlm_host *hostp = (struct nlm_host *)datap;
usr/src/uts/common/klm/nlm_impl.c
1198
struct nlm_host *hostp = (struct nlm_host *)datap;
usr/src/uts/common/klm/nlm_impl.c
1203
nlm_host_unregister(struct nlm_globals *g, struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1221
nlm_host_destroy(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1264
nlm_host_notify_server(struct nlm_host *hostp, int32_t state)
usr/src/uts/common/klm/nlm_impl.c
1320
nlm_host_notify_client(struct nlm_host *hostp, int32_t state)
usr/src/uts/common/klm/nlm_impl.c
1353
nlm_host_wait_grace(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1386
static struct nlm_host *
usr/src/uts/common/klm/nlm_impl.c
1390
struct nlm_host *host;
usr/src/uts/common/klm/nlm_impl.c
1427
nlm_host_cancel_slocks(struct nlm_globals *g, struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1451
nlm_host_gc_vholds(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1477
nlm_host_has_srv_locks(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1502
nlm_host_has_cli_locks(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1544
nlm_host_has_locks(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1609
struct nlm_host *h1 = (struct nlm_host *)p1;
usr/src/uts/common/klm/nlm_impl.c
1610
struct nlm_host *h2 = (struct nlm_host *)p2;
usr/src/uts/common/klm/nlm_impl.c
1625
static struct nlm_host *
usr/src/uts/common/klm/nlm_impl.c
1629
struct nlm_host *hostp, key;
usr/src/uts/common/klm/nlm_impl.c
1662
struct nlm_host *
usr/src/uts/common/klm/nlm_impl.c
1666
struct nlm_host *hostp = NULL;
usr/src/uts/common/klm/nlm_impl.c
1688
struct nlm_host *
usr/src/uts/common/klm/nlm_impl.c
1693
struct nlm_host *host, *newhost = NULL;
usr/src/uts/common/klm/nlm_impl.c
1781
struct nlm_host *
usr/src/uts/common/klm/nlm_impl.c
1784
struct nlm_host *hostp = NULL;
usr/src/uts/common/klm/nlm_impl.c
1827
nlm_host_release_locked(struct nlm_globals *g, struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1853
nlm_host_release(struct nlm_globals *g, struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1868
nlm_host_unmonitor(struct nlm_globals *g, struct nlm_host *host)
usr/src/uts/common/klm/nlm_impl.c
1891
nlm_host_monitor(struct nlm_globals *g, struct nlm_host *host, int state)
usr/src/uts/common/klm/nlm_impl.c
1950
nlm_host_get_state(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
1973
struct nlm_host *host,
usr/src/uts/common/klm/nlm_impl.c
2083
struct nlm_host *hostp, struct nlm4_lock *alock)
usr/src/uts/common/klm/nlm_impl.c
2119
nlm_slreq_register(struct nlm_host *hostp, struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_impl.c
2160
nlm_slreq_unregister(struct nlm_host *hostp, struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_impl.c
2183
nlm_slreq_find_locked(struct nlm_host *hostp, struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_impl.c
221
static void nlm_reclaimer(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.c
2217
nlm_shres_track(struct nlm_host *hostp, vnode_t *vp, struct shrlock *shrp)
usr/src/uts/common/klm/nlm_impl.c
2253
nlm_shres_untrack(struct nlm_host *hostp, vnode_t *vp, struct shrlock *shrp)
usr/src/uts/common/klm/nlm_impl.c
2288
nlm_get_active_shres(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
240
static void nlm_host_destroy(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.c
241
static struct nlm_host *nlm_host_create(char *, const char *,
usr/src/uts/common/klm/nlm_impl.c
243
static struct nlm_host *nlm_host_find_locked(struct nlm_globals *,
usr/src/uts/common/klm/nlm_impl.c
245
static void nlm_host_unregister(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.c
246
static void nlm_host_gc_vholds(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.c
247
static bool_t nlm_host_has_srv_locks(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.c
248
static bool_t nlm_host_has_cli_locks(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.c
249
static bool_t nlm_host_has_locks(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.c
2493
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_impl.c
256
static void nlm_vhold_destroy(struct nlm_host *,
usr/src/uts/common/klm/nlm_impl.c
2563
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_impl.c
258
static bool_t nlm_vhold_busy(struct nlm_host *, struct nlm_vhold *);
usr/src/uts/common/klm/nlm_impl.c
2602
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_impl.c
264
struct nlm_slreq *nlm_slreq_find_locked(struct nlm_host *,
usr/src/uts/common/klm/nlm_impl.c
277
sizeof (struct nlm_host), 0, nlm_host_ctor, nlm_host_dtor,
usr/src/uts/common/klm/nlm_impl.c
348
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_impl.c
503
nlm_reclaimer(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_impl.c
604
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_impl.c
666
struct nlm_host *hostp, *h_next;
usr/src/uts/common/klm/nlm_impl.c
687
DTRACE_PROBE1(resume__host, struct nlm_host *, hostp);
usr/src/uts/common/klm/nlm_impl.h
230
struct nlm_host *nsl_host; /* (c) */
usr/src/uts/common/klm/nlm_impl.h
351
struct nlm_host {
usr/src/uts/common/klm/nlm_impl.h
354
TAILQ_ENTRY(nlm_host) nh_link; /* (z) */
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
69
struct nlm_host;
usr/src/uts/common/klm/nlm_rpc_handle.c
160
set_bindsrcaddr(struct nlm_host *hostp, nlm_rpc_t *rpcp)
usr/src/uts/common/klm/nlm_rpc_handle.c
193
refresh_nlm_rpc(struct nlm_host *hostp, nlm_rpc_t *rpcp)
usr/src/uts/common/klm/nlm_rpc_handle.c
268
nlm_host_get_rpc(struct nlm_host *hostp, int vers, nlm_rpc_t **rpcpp)
usr/src/uts/common/klm/nlm_rpc_handle.c
354
DTRACE_PROBE2(end, struct nlm_host *, hostp,
usr/src/uts/common/klm/nlm_rpc_handle.c
366
nlm_host_rele_rpc(struct nlm_host *hostp, nlm_rpc_t *rpcp)
usr/src/uts/common/klm/nlm_rpc_handle.c
374
nlm_host_rele_rpc_locked(struct nlm_host *hostp, nlm_rpc_t *rpcp)
usr/src/uts/common/klm/nlm_rpc_handle.c
390
nlm_host_invalidate_binding(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_rpc_handle.c
406
nlm_rpc_cache_destroy(struct nlm_host *hostp)
usr/src/uts/common/klm/nlm_rpc_handle.c
65
static nlm_rpc_t *get_nlm_rpc_fromcache(struct nlm_host *, int);
usr/src/uts/common/klm/nlm_rpc_handle.c
66
static void update_host_rpcbinding(struct nlm_host *, int);
usr/src/uts/common/klm/nlm_rpc_handle.c
67
static int refresh_nlm_rpc(struct nlm_host *, nlm_rpc_t *);
usr/src/uts/common/klm/nlm_rpc_handle.c
68
static void nlm_host_rele_rpc_locked(struct nlm_host *, nlm_rpc_t *);
usr/src/uts/common/klm/nlm_rpc_handle.c
71
get_nlm_rpc_fromcache(struct nlm_host *hostp, int vers)
usr/src/uts/common/klm/nlm_rpc_handle.c
99
update_host_rpcbinding(struct nlm_host *hostp, int vers)
usr/src/uts/common/klm/nlm_service.c
1015
struct nlm_host *, host, nlm4_res *, resp);
usr/src/uts/common/klm/nlm_service.c
1047
struct nlm_host *host;
usr/src/uts/common/klm/nlm_service.c
109
struct nlm_host *host,
usr/src/uts/common/klm/nlm_service.c
1102
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_service.c
1156
nlm4_share *nshare, struct nlm_host *host)
usr/src/uts/common/klm/nlm_service.c
116
static struct nlm_vhold *nlm_fh_to_vhold(struct nlm_host *, struct netobj *);
usr/src/uts/common/klm/nlm_service.c
117
static void nlm_init_shrlock(struct shrlock *, nlm4_share *, struct nlm_host *);
usr/src/uts/common/klm/nlm_service.c
1206
struct nlm_host *host;
usr/src/uts/common/klm/nlm_service.c
1229
struct nlm_host *, host, nlm4_shareargs *, argp);
usr/src/uts/common/klm/nlm_service.c
1260
struct nlm_host *, host, nlm4_shareres *, resp);
usr/src/uts/common/klm/nlm_service.c
1275
struct nlm_host *host;
usr/src/uts/common/klm/nlm_service.c
128
struct nlm_host *host, rpcvers_t vers, short type)
usr/src/uts/common/klm/nlm_service.c
1295
struct nlm_host *, host, nlm4_shareargs *, argp);
usr/src/uts/common/klm/nlm_service.c
1318
struct nlm_host *, host, nlm4_shareres *, resp);
usr/src/uts/common/klm/nlm_service.c
231
nlm_fh_to_vhold(struct nlm_host *hostp, struct netobj *fh)
usr/src/uts/common/klm/nlm_service.c
284
struct nlm_host *host;
usr/src/uts/common/klm/nlm_service.c
329
struct nlm_host *host;
usr/src/uts/common/klm/nlm_service.c
481
struct nlm_host *host = NULL;
usr/src/uts/common/klm/nlm_service.c
509
struct nlm_host *, host, nlm4_lockargs *, argp);
usr/src/uts/common/klm/nlm_service.c
684
struct nlm_host *, host, nlm4_res *, resp);
usr/src/uts/common/klm/nlm_service.c
704
struct nlm_host *host,
usr/src/uts/common/klm/nlm_service.c
81
struct nlm_host *hostp;
usr/src/uts/common/klm/nlm_service.c
850
struct nlm_host *host;
usr/src/uts/common/klm/nlm_service.c
880
struct nlm_host *, host, nlm4_cancargs *, argp);
usr/src/uts/common/klm/nlm_service.c
929
struct nlm_host *, host, nlm4_res *, resp);
usr/src/uts/common/klm/nlm_service.c
948
struct nlm_host *host;
usr/src/uts/common/klm/nlm_service.c
984
struct nlm_host *, host, nlm4_unlockargs *, argp);