Home
last modified time | relevance | path

Searched defs:ndi_event_hdl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dndi_impldefs.h44 struct ndi_event_hdl { struct
64 ndi_event_hdl_t ndi_next_hdl; argument
H A Dpshot.h103 ndi_event_hdl_t ndi_event_hdl; member
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1210 struct ndi_event_hdl *ndi_event_hdl; in ndi_event_alloc_hdl() local
1238 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; in ndi_event_free_hdl() local
1292 struct ndi_event_hdl *ndi_event_hdl; in ndi_event_bind_set() local
1606 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; in ndi_event_retrieve_cookie() local
1651 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; in ndi_event_is_defined() local
1692 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; in ndi_event_add_callback() local
1768 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; in ndi_event_remove_callback() local
1785 do_ndi_event_remove_callback(struct ndi_event_hdl *ndi_event_hdl, in do_ndi_event_remove_callback()
1832 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; in ndi_event_run_callbacks() local
1919 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; in ndi_event_do_callback() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c209 ndi_event_hdl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ndi_event_hdl() function