Lines Matching defs:c
4 * Copyright (c) 1998-2001 by Frank van de Pol <fvdpol@coil.demon.nl>
201 int c;
224 for (c = SNDRV_SEQ_DYNAMIC_CLIENTS_BEGIN;
225 c < SNDRV_SEQ_MAX_CLIENTS;
226 c++) {
227 if (clienttab[c] || clienttablock[c])
229 clienttab[client->number = c] = client;
296 int c, mode; /* client id */
334 c = client->number;
339 sprintf(client->name, "Client-%d", c);
343 snd_seq_system_client_ev_client_start(c);
2261 #include "seq_compat.c"
2421 pr_debug("ALSA: seq unknown ioctl() 0x%x (type='%c', number=0x%02x)\n",
2522 snd_iprintf(buffer, "[%c:%d]", ((s->info.flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL) ? 'r' : 't'), s->info.queue);
2555 snd_iprintf(buffer, " Port %3d : \"%s\" (%c%c%c%c) [%s]",
2586 /* exported to seq_info.c */
2590 int c;
2599 for (c = 0; c < SNDRV_SEQ_MAX_CLIENTS; c++) {
2602 client = client_load_and_use_ptr(c);
2610 c, client->name,