Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c124 const mdb_qops_t *qi_ops; /* Address of ops vector */ member
864 qip->qi_ops = qops; in mdb_qops_install()
870 qip->qi_ops = qops; in mdb_qops_install()
883 if (qip->qi_addr == qinit_addr && qip->qi_ops == qops) { in mdb_qops_remove()
929 qip->qi_ops->q_info(q, buf, nbytes); in mdb_qinfo()
938 return (qip->qi_ops->q_rnext(q)); in mdb_qrnext()
949 return (qip->qi_ops->q_wnext(q)); in mdb_qwnext()