tag | line | file | source code |
status_buf | 44 | drivers/sound/sound_switch.c | static char *status_buf = NULL; |
status_buf | 56 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], s, l); |
status_buf | 88 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], &buf[10 - l], l); |
status_buf | 329 | drivers/sound/sound_switch.c | memcpy_tofs (&((buf)[0]), &status_buf[status_ptr], l); |
status_buf | 426 | drivers/sound/sound_switch.c | if ((status_buf = (char *) kmalloc (4000, GFP_KERNEL)) == NULL) |
status_buf | 481 | drivers/sound/sound_switch.c | if (status_buf) |
status_buf | 482 | drivers/sound/sound_switch.c | kfree (status_buf); |
status_buf | 483 | drivers/sound/sound_switch.c | status_buf = NULL; |