Home
last modified time | relevance | path

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

/titanic_52/usr/src/uts/common/sys/
H A Dndi_impldefs.h46 struct ndi_event_hdl { struct
66 ndi_next_hdlndi_event_hdl global() argument
H A Dpshot.h105 ndi_event_hdl_t ndi_event_hdl; member
/titanic_52/usr/src/uts/common/os/
H A Dsunndi.c1208 struct ndi_event_hdl *ndi_event_hdl; in ndi_event_alloc_hdl() local
1236 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_free_hdl() local
1290 struct ndi_event_hdl *ndi_event_hdl; ndi_event_bind_set() local
1604 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_retrieve_cookie() local
1649 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_is_defined() local
1691 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_add_callback() local
1767 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_remove_callback() local
1784 do_ndi_event_remove_callback(struct ndi_event_hdl * ndi_event_hdl,ddi_callback_id_t cb_id) do_ndi_event_remove_callback() argument
1831 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_run_callbacks() local
1918 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_do_callback() local
1999 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_tag_to_cookie() local
2025 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_cookie_to_tag() local
2053 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_cookie_to_name() local
2080 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; ndi_event_tag_to_name() local
[all...]
/titanic_52/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c207 ndi_event_hdl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ndi_event_hdl() function