Lines Matching defs:sm
177 void anBegin(std::string sm, std::string st, int flags = CPA::FL_NONE) {
179 cpa->hwBegin((CPA::flags)flags, sys, macAddr, sm, st);
182 void anQ(std::string sm, std::string q) {
184 cpa->hwQ(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
187 void anDq(std::string sm, std::string q) {
189 cpa->hwDq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
192 void anPq(std::string sm, std::string q, int num = 1) {
194 cpa->hwPq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
197 void anRq(std::string sm, std::string q, int num = 1) {
199 cpa->hwRq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
202 void anWe(std::string sm, std::string q) {
204 cpa->hwWe(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
207 void anWf(std::string sm, std::string q) {
209 cpa->hwWf(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
265 /** Annotate sm*/