Home
last modified time | relevance | path

Searched refs:opt_valp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c178 *((uint_t *)opt->opt_valp) = value; in argvec_process_subopt()
192 *((uint_t *)opt->opt_valp) |= opt->opt_bits; in argvec_process_opt()
196 *((uint_t *)opt->opt_valp) &= ~opt->opt_bits; in argvec_process_opt()
205 *((const char **)opt->opt_valp) = arg->a_un.a_str; in argvec_process_opt()
216 *((uintptr_t *)opt->opt_valp) = uip; in argvec_process_opt()
224 *((uint64_t *)opt->opt_valp) = ui64; in argvec_process_opt()
376 op->opt_valp = va_arg(alist, void *); in mdb_getopts()
H A Dmdb_argvec.h58 void *opt_valp; /* Value storage pointer */ member