Searched refs:set_options (Results 1 – 9 of 9) sorted by relevance
39 disassembler.set_options(Option_UseMarkup)
38 uint64_t set_options[NR_OPTS_SZ]; member267 uint64_t set_options[NR_OPTS_SZ]; member
53 o->set_options[i] = le64_to_cpu(top->set_options[i]); in convert_thread_options_to_cpu()262 top->set_options[i] = cpu_to_le64(o->set_options[i]); in convert_thread_options_to_net()
4211 return (o->set_options[index] & (1UL << offset)) != 0; in opt_is_set()4236 o->set_options[index] |= 1UL << offset; in fio_option_mark_set()
144 def set_options(self, options): member in Disassembler
116 void set_options(int options) { options_ = options; } in set_options() function
90 static int set_options(ares_channel channel, const char *str);532 status = set_options(channel, res_options); in init_by_environment()998 status = set_options(channel, p); in init_by_resolv_conf()1526 static int set_options(ares_channel channel, const char *str) in set_options() function
22 %rename(set_options) x86_set_options;
919 void set_options( enum x86_options options ) { in set_options() function