| 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 | 317 | drivers/sound/sound_switch.c | memcpy_tofs (&((buf)[0]), &status_buf[status_ptr], l); |
| status_buf | 416 | drivers/sound/sound_switch.c | if ((status_buf = (char *) kmalloc (4000, GFP_KERNEL)) == NULL) |
| status_buf | 469 | drivers/sound/sound_switch.c | if (status_buf) |
| status_buf | 470 | drivers/sound/sound_switch.c | kfree (status_buf); |
| status_buf | 471 | drivers/sound/sound_switch.c | status_buf = NULL; |