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

/illumos-gate/usr/src/uts/common/sys/
H A Dndi_impldefs.h46 struct ndi_event_hdl { struct
H A Dpshot.h105 ndi_event_hdl_t ndi_event_hdl; member in struct:pshot
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
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",
/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...]

Completed in 65 milliseconds