Searched defs:op_str (Results 1 – 7 of 7) sorted by relevance
146 const char *op_str = NULL; in mes_v11_0_get_op_string() local156 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local175 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local
130 const char *op_str = NULL; in mes_v12_0_get_op_string() local140 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local160 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local
140 op_str = "not_supported" variable in BinaryOp174 op_str = '&&' variable in AndOp198 op_str = '||' variable in OrOp
37 static int get_op(const char *op_str) in get_op()
938 char *op_str = compress ? "compress" : "decompress"; in check_completion() local
551 const char *op_str; global() member 600 const char *op_str; append_filter() local
505 static const char *op_str(enum op op) in op_str() function