Searched refs:ndi_event_hdl (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.h39 extern int ndi_event_hdl(uintptr_t addr, uint_t flags, int argc,
H A Dndievents.c156 ndi_event_print(struct ndi_event_hdl *hdl, uint_t flags)
207 ndi_event_hdl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
211 struct ndi_event_hdl handle;
219 if (mdb_vread(&handle, sizeof (struct ndi_event_hdl), addr) == -1) {
220 mdb_warn("failed to read ndi_event_hdl at %p", addr);
251 if (mdb_vread(&handle, sizeof (struct ndi_event_hdl),
253 mdb_warn("failed to read ndi_event_hdl at %p",
H A Dgenunix.c3948 { "ndi_event_hdl", "?", "print ndi_event_hdl", ndi_event_hdl },
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1208 struct ndi_event_hdl *ndi_event_hdl; local
1210 ndi_event_hdl = kmem_zalloc(sizeof (struct ndi_event_hdl),
1213 if (!ndi_event_hdl) {
1217 ndi_event_hdl->ndi_evthdl_dip = dip;
1218 ndi_event_hdl->ndi_evthdl_iblock_cookie = cookie;
1219 mutex_init(&ndi_event_hdl->ndi_evthdl_mutex, NULL,
1222 mutex_init(&ndi_event_hdl->ndi_evthdl_cb_mutex, NULL,
1225 *handle = (ndi_event_hdl_t)ndi_event_hdl;
1236 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
1290 struct ndi_event_hdl *ndi_event_hdl; local
1604 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
1649 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
1691 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
1767 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
1784 do_ndi_event_remove_callback(struct ndi_event_hdl *ndi_event_hdl, ddi_callback_id_t cb_id) argument
1831 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
1918 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
1999 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
2025 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
2053 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
2080 struct ndi_event_hdl *ndi_event_hdl = (struct ndi_event_hdl *)handle; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dndi_impldefs.h46 struct ndi_event_hdl { struct
H A Dsunndi.h465 typedef struct ndi_event_hdl *ndi_event_hdl_t;
527 ndi_event_hdl_t *ndi_event_hdl, uint_t flag);
631 ndi_event_dump_hdl(struct ndi_event_hdl *hdl, char *location);
H A Dpshot.h105 ndi_event_hdl_t ndi_event_hdl; member in struct:pshot
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c634 if (ndi_event_alloc_hdl(devi, NULL, &pshot->ndi_event_hdl,
643 if (ndi_event_bind_set(pshot->ndi_event_hdl, &pshot->ndi_events,
922 rval = ndi_event_free_hdl(pshot->ndi_event_hdl);
2360 return (ndi_event_retrieve_cookie(pshot->ndi_event_hdl,
2382 return (ndi_event_add_callback(pshot->ndi_event_hdl, rdip,
2407 return (ndi_event_remove_callback(pshot->ndi_event_hdl, cb_id));
2437 return (ndi_event_run_callbacks(pshot->ndi_event_hdl, rdip,
2450 pshot->ndi_event_hdl, event_tag);
2458 ndi_event_tag_to_name(pshot->ndi_event_hdl,
2469 ndi_event_tag_to_name(pshot->ndi_event_hdl,
[all...]

Completed in 86 milliseconds