tone_t
#define SPKRTONE _IOW('S', 1, tone_t) /* emit tone */
tone_t *tp = (tone_t *)cmdarg;
tone_t *tp = (tone_t *)(*(caddr_t *)cmdarg);
tone_t ttp;
error = copyin(tp, &ttp, sizeof(tone_t));
static tone_t sound;