Searched refs:mdb_qops_remove (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c120 mdb_qops_remove(&logdmux_uqops, (uintptr_t)sym.st_value);
122 mdb_qops_remove(&logdmux_lqops, (uintptr_t)sym.st_value);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h119 extern void mdb_qops_remove(const mdb_qops_t *, uintptr_t);
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c327 mdb_qops_remove(&ptm_qops, (uintptr_t)sym.st_value);
329 mdb_qops_remove(&pts_qops, (uintptr_t)sym.st_value);
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c707 mdb_qops_remove(&sppptun_qops, (uintptr_t)sym.st_value);
710 mdb_qops_remove(&sppp_qops, (uintptr_t)sym.st_value);
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c878 mdb_qops_remove(const mdb_qops_t *qops, uintptr_t qinit_addr) function
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2027 mdb_qops_remove(&ip_qops, (uintptr_t)sym.st_value);

Completed in 73 milliseconds