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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c186 #define FBT_FMT1_OP(val) ((val) & FBT_OP_MASK) macro
600 if (FBT_FMT1_OP(*instr) == FBT_OP_CALL)
624 if (FBT_FMT1_OP(*instr) == FBT_OP_CALL ||
640 op = FBT_FMT1_OP(delay);
827 if (FBT_FMT1_OP(cti) == FBT_OP_CALL) {
969 if (FBT_FMT1_OP(cti) == FBT_OP_CALL) {

Completed in 60 milliseconds