taglinefilesource code
status_buf52drivers/sound/sound_switch.cstatic char    *status_buf = NULL;
status_buf64drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_buf96drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
status_buf325drivers/sound/sound_switch.cmemcpy_tofs (&((buf)[0]), &status_buf[status_ptr], l);
status_buf424drivers/sound/sound_switch.cif ((status_buf = (char *) kmalloc (4000, GFP_KERNEL)) == NULL)
status_buf478drivers/sound/sound_switch.cif (status_buf)
status_buf479drivers/sound/sound_switch.ckfree (status_buf);
status_buf480drivers/sound/sound_switch.cstatus_buf = NULL;