Home
last modified time | relevance | path

Searched refs:nlm_slreq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h146 struct nlm_slreq { struct
148 TAILQ_ENTRY(nlm_slreq) nsr_link; argument
150 TAILQ_HEAD(nlm_slreq_list, nlm_slreq);
H A Dnlm_impl.c263 struct nlm_slreq *nlm_slreq_find_locked(struct nlm_host *,
1264 struct nlm_slreq *slr; in nlm_host_notify_server()
2095 struct nlm_slreq *slr, *new_slr = NULL; in nlm_slreq_register()
2136 struct nlm_slreq *slr; in nlm_slreq_unregister()
2155 struct nlm_slreq *
2159 struct nlm_slreq *slr = NULL; in nlm_slreq_find_locked()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c565 struct nlm_slreq nsr; in nlm_slreq_walk_step()
584 static void nlm_slreq_print(uintptr_t, const struct nlm_slreq *, uint_t);
595 struct nlm_slreq nsr; in nlm_slreq_dcmd()
639 nlm_slreq_print(uintptr_t addr, const struct nlm_slreq *nsr, uint_t flags) in nlm_slreq_print()
866 const struct nlm_slreq *nv = data; in nlm_list_slreq_cb()