Searched defs:sppp_qops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c681 static const mdb_qops_t sppp_qops = { sppp_qinfo, sppp_rnext, sppp_wnext }; variable
693 mdb_qops_install(&sppp_qops, (uintptr_t)sym.st_value);
710 mdb_qops_remove(&sppp_qops, (uintptr_t)sym.st_value);

Completed in 45 milliseconds