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 | 271 | drivers/sound/sound_switch.c | COPY_TO_USER (buf, 0, &status_buf[status_ptr], l); |
status_buf | 372 | drivers/sound/sound_switch.c | if ((status_buf = (char *) KERNEL_MALLOC (4000)) == NULL) |
status_buf | 429 | drivers/sound/sound_switch.c | if (status_buf) |
status_buf | 430 | drivers/sound/sound_switch.c | KERNEL_FREE (status_buf); |
status_buf | 431 | drivers/sound/sound_switch.c | status_buf = NULL; |