tag | line | file | source code |
status_buf | 52 | drivers/sound/sound_switch.c | static char *status_buf = NULL; |
status_buf | 68 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], s, l); |
status_buf | 100 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], &buf[10 - l], l); |
status_buf | 301 | drivers/sound/sound_switch.c | COPY_TO_USER (buf, 0, &status_buf[status_ptr], l); |
status_buf | 392 | drivers/sound/sound_switch.c | if ((status_buf = (char *) KERNEL_MALLOC (4000)) == NULL) |
status_buf | 442 | drivers/sound/sound_switch.c | if (status_buf) |
status_buf | 443 | drivers/sound/sound_switch.c | KERNEL_FREE (status_buf); |
status_buf | 444 | drivers/sound/sound_switch.c | status_buf = NULL; |