Lines Matching refs:cmd
35 extern void atari_microwire_cmd(int cmd);
143 static int AtaMixerIoctl(u_int cmd, u_long arg);
144 static int TTMixerIoctl(u_int cmd, u_long arg);
145 static int FalconMixerIoctl(u_int cmd, u_long arg);
1361 static int AtaMixerIoctl(u_int cmd, u_long arg) in AtaMixerIoctl() argument
1365 switch (cmd) { in AtaMixerIoctl()
1396 static int TTMixerIoctl(u_int cmd, u_long arg) in TTMixerIoctl() argument
1399 switch (cmd) { in TTMixerIoctl()
1428 return AtaMixerIoctl(cmd, arg); in TTMixerIoctl()
1431 static int FalconMixerIoctl(u_int cmd, u_long arg) in FalconMixerIoctl() argument
1434 switch (cmd) { in FalconMixerIoctl()
1458 return AtaMixerIoctl(cmd, arg); in FalconMixerIoctl()