poke_mem
static int poke_mem(peekpoke_ctlops_t *in_args);
return (cmd == DDI_CTLOPS_PEEK ? peek_mem(in_args) : poke_mem(in_args));