cd_init
static int cd_init(void);
.dv_init = cd_init,
mdb_walker_t w = { "count", "count", cd_init, cd_step, NULL };
{ "countdown", "count down from 16 to 0", cd_init, cd_step, NULL },