Symbol: nlm_globals
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
162
struct nlm_globals g;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
181
static void nlm_zone_print(uintptr_t, const struct nlm_globals *, uint_t);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
192
struct nlm_globals g;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
233
nlm_zone_print(uintptr_t addr, const struct nlm_globals *g, uint_t flags)
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
754
const struct nlm_globals *g = data;
usr/src/uts/common/klm/klmmod.c
104
struct nlm_globals *g = data;
usr/src/uts/common/klm/klmmod.c
184
struct nlm_globals *g;
usr/src/uts/common/klm/klmmod.c
319
struct nlm_globals *g;
usr/src/uts/common/klm/klmmod.c
430
struct nlm_globals *g;
usr/src/uts/common/klm/klmmod.c
454
struct nlm_globals *g;
usr/src/uts/common/klm/klmmod.c
73
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_client.c
1220
struct nlm_globals *g;
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
157
DTRACE_PROBE3(reclaim__iter, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_client.c
268
struct nlm_globals *g;
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
562
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_client.c
600
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_client.c
622
struct nlm_globals *g = NULL;
usr/src/uts/common/klm/nlm_client.c
755
struct nlm_globals *g;
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
1355
struct nlm_globals *g;
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
1626
nlm_host_find_locked(struct nlm_globals *g, const char *netid,
usr/src/uts/common/klm/nlm_impl.c
1663
nlm_host_find(struct nlm_globals *g, const char *netid,
usr/src/uts/common/klm/nlm_impl.c
1689
nlm_host_findcreate(struct nlm_globals *g, char *name,
usr/src/uts/common/klm/nlm_impl.c
1782
nlm_host_find_by_sysid(struct nlm_globals *g, sysid_t sysid)
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
1972
struct nlm_globals *g,
usr/src/uts/common/klm/nlm_impl.c
1998
nlm_slock_unregister(struct nlm_globals *g, struct nlm_slock *nslp)
usr/src/uts/common/klm/nlm_impl.c
2023
nlm_slock_wait(struct nlm_globals *g,
usr/src/uts/common/klm/nlm_impl.c
2082
nlm_slock_grant(struct nlm_globals *g,
usr/src/uts/common/klm/nlm_impl.c
212
static void nlm_suspend_zone(struct nlm_globals *);
usr/src/uts/common/klm/nlm_impl.c
213
static void nlm_resume_zone(struct nlm_globals *);
usr/src/uts/common/klm/nlm_impl.c
220
static void nlm_gc(struct nlm_globals *);
usr/src/uts/common/klm/nlm_impl.c
2382
nlm_svc_starting(struct nlm_globals *g, struct file *fp,
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
2473
nlm_svc_stopping(struct nlm_globals *g)
usr/src/uts/common/klm/nlm_impl.c
2562
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_impl.c
2600
nlm_zone_unexport(struct nlm_globals *g, struct exportinfo *exi)
usr/src/uts/common/klm/nlm_impl.c
2661
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_impl.c
2823
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_impl.c
2835
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_impl.c
300
nlm_globals_register(struct nlm_globals *g)
usr/src/uts/common/klm/nlm_impl.c
308
nlm_globals_unregister(struct nlm_globals *g)
usr/src/uts/common/klm/nlm_impl.c
319
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_impl.c
346
nlm_gc(struct nlm_globals *g)
usr/src/uts/common/klm/nlm_impl.c
368
DTRACE_PROBE2(gc__start, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_impl.c
488
DTRACE_PROBE1(gc__exit, struct nlm_globals *, g);
usr/src/uts/common/klm/nlm_impl.c
505
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_impl.c
602
nlm_suspend_zone(struct nlm_globals *g)
usr/src/uts/common/klm/nlm_impl.c
664
nlm_resume_zone(struct nlm_globals *g)
usr/src/uts/common/klm/nlm_impl.h
447
struct nlm_globals {
usr/src/uts/common/klm/nlm_impl.h
466
TAILQ_ENTRY(nlm_globals) nlm_link; /* (g) */
usr/src/uts/common/klm/nlm_service.c
1014
DTRACE_PROBE3(unlock__end, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
1045
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
1100
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
1205
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
1228
DTRACE_PROBE3(share__start, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
1259
DTRACE_PROBE3(share__end, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
1274
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
1294
DTRACE_PROBE3(unshare__start, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
1317
DTRACE_PROBE3(unshare__end, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
283
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
328
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
479
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
502
DTRACE_PROBE4(no__host, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
508
DTRACE_PROBE3(start, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
683
DTRACE_PROBE3(lock__end, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
849
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
879
DTRACE_PROBE3(start, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
928
DTRACE_PROBE3(cancel__end, struct nlm_globals *, g,
usr/src/uts/common/klm/nlm_service.c
947
struct nlm_globals *g;
usr/src/uts/common/klm/nlm_service.c
983
DTRACE_PROBE3(start, struct nlm_globals *, g,