Searched refs:dis_store (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dof.c | 61 dis_store(const dtrace_difo_t *dp, const char *name, dif_instr_t instr) in dis_store() function 361 { "stb", dis_store }, /* DIF_OP_STB */ in dis() 362 { "sth", dis_store }, /* DIF_OP_STH */ in dis() 363 { "stw", dis_store }, /* DIF_OP_STW */ in dis() 364 { "stx", dis_store }, /* DIF_OP_STX */ in dis()
|