Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c109 mdb_qops_install(&logdmux_uqops, (uintptr_t)sym.st_value); in _mdb_init()
111 mdb_qops_install(&logdmux_lqops, (uintptr_t)sym.st_value); in _mdb_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c317 mdb_qops_install(&ptm_qops, (uintptr_t)sym.st_value); in _mdb_init()
319 mdb_qops_install(&pts_qops, (uintptr_t)sym.st_value); in _mdb_init()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h122 extern void mdb_qops_install(const mdb_qops_t *, uintptr_t);
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c701 mdb_qops_install(&sppp_qops, (uintptr_t)sym.st_value); in _mdb_init()
704 mdb_qops_install(&sppptun_qops, (uintptr_t)sym.st_value); in _mdb_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern149 mdb_qops_install { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c861 mdb_qops_install(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_install() function
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2046 mdb_qops_install(&ip_qops, (uintptr_t)sym.st_value); in _mdb_init()