Home
last modified time | relevance | path

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

/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 */ member
866 qip->qi_ops = qops; in mdb_qops_install()
872 qip->qi_ops = qops; in mdb_qops_install()
885 if (qip->qi_addr == qinit_addr && qip->qi_ops == qops) { in mdb_qops_remove()
931 qip->qi_ops->q_info(q, buf, nbytes); in mdb_qinfo()
940 return (qip->qi_ops->q_rnext(q)); in mdb_qrnext()
951 return (qip->qi_ops->q_wnext(q)); in mdb_qwnext()