taglinefilesource code
status_buf50drivers/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_buf235drivers/sound/sound_switch.cCOPY_TO_USER (buf, 0, &status_buf[status_ptr], l);
status_buf319drivers/sound/sound_switch.cif ((status_buf = (char *) KERNEL_MALLOC (4000)) == NULL)
status_buf368drivers/sound/sound_switch.cif (status_buf)
status_buf369drivers/sound/sound_switch.cKERNEL_FREE (status_buf);
status_buf370drivers/sound/sound_switch.cstatus_buf = NULL;