menlo_reset_cmd_t
menlo_reset_cmd_t reset_cmd;
bzero((uint8_t *)&reset_cmd, sizeof (menlo_reset_cmd_t));
if (cmd_size < sizeof (menlo_reset_cmd_t)) {
sizeof (menlo_reset_cmd_t));
cmd_size = sizeof (menlo_reset_cmd_t);
cmd_size = sizeof (menlo_reset_cmd_t);
kmem_free(cmd_buf, sizeof (menlo_reset_cmd_t));
menlo_reset_cmd_t reset;