mdb_qops_remove
extern void mdb_qops_remove(const mdb_qops_t *, uintptr_t);
mdb_qops_remove(&ip_qops, (uintptr_t)sym.st_value);
mdb_qops_remove(&logdmux_uqops, (uintptr_t)sym.st_value);
mdb_qops_remove(&logdmux_lqops, (uintptr_t)sym.st_value);
mdb_qops_remove(&ptm_qops, (uintptr_t)sym.st_value);
mdb_qops_remove(&pts_qops, (uintptr_t)sym.st_value);
mdb_qops_remove(&sppptun_qops, (uintptr_t)sym.st_value);
mdb_qops_remove(&sppp_qops, (uintptr_t)sym.st_value);