Home
last modified time | relevance | path

Searched refs:mdb_qops_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h120 } mdb_qops_t; typedef
122 extern void mdb_qops_install(const mdb_qops_t *, uintptr_t);
123 extern void mdb_qops_remove(const mdb_qops_t *, uintptr_t);
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c89 static const mdb_qops_t logdmux_uqops = {
95 static const mdb_qops_t logdmux_lqops = {
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c295 static const mdb_qops_t ptm_qops = {
301 static const mdb_qops_t pts_qops = {
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c681 static const mdb_qops_t sppp_qops = {
687 static const mdb_qops_t sppptun_qops = {
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c126 const mdb_qops_t *qi_ops; /* Address of ops vector */
861 mdb_qops_install(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_install()
880 mdb_qops_remove(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_remove()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2008 static const mdb_qops_t ip_qops = {