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_buf317drivers/sound/sound_switch.cmemcpy_tofs (&((buf)[0]), &status_buf[status_ptr], l);
status_buf408drivers/sound/sound_switch.cif ((status_buf = (char *) kmalloc (4000, GFP_KERNEL)) == NULL)
status_buf458drivers/sound/sound_switch.cif (status_buf)
status_buf459drivers/sound/sound_switch.ckfree (status_buf);
status_buf460drivers/sound/sound_switch.cstatus_buf = NULL;