Home
last modified time | relevance | path

Searched refs:kmdb_wr_path_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.h40 extern kmdb_wr_path_t *kctl_dmod_path_set(kmdb_wr_path_t *);
H A Dkctl_dmod.c55 static kmdb_wr_path_t *kctl_dmod_path;
379 kmdb_wr_path_t *
380 kctl_dmod_path_set(kmdb_wr_path_t *pth) in kctl_dmod_path_set()
382 kmdb_wr_path_t *opth; in kctl_dmod_path_set()
404 kmdb_wr_path_t *pth; in kctl_dmod_path_reset()
H A Dkctl_wr.c136 kmdb_wr_path_t *pth = (kmdb_wr_path_t *)wn; in kctl_wr_process_cb()
137 kmdb_wr_path_t *opth; in kctl_wr_process_cb()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module.c50 kmdb_wr_path_t *wr; in kmdb_module_path_set()
52 wr = mdb_zalloc(sizeof (kmdb_wr_path_t), UM_SLEEP); in kmdb_module_path_set()
60 kmdb_module_path_ack(kmdb_wr_path_t *dpth) in kmdb_module_path_ack()
64 mdb_free(dpth, sizeof (kmdb_wr_path_t)); in kmdb_module_path_ack()
H A Dkmdb_module.h96 extern void kmdb_module_path_ack(kmdb_wr_path_t *);
H A Dkmdb_wr_impl.h109 } kmdb_wr_path_t; typedef
H A Dkmdb_dpi.c300 kmdb_wr_path_t *dpth = (kmdb_wr_path_t *)wn; in kmdb_dbgnotify_cb()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c366 kmdb_wr_path_t dpth; in cmd_wr()