taglinefilesource code
status_buf52drivers/sound/sound_switch.cstatic char    *status_buf = NULL;
status_buf68drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_buf100drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
status_buf271drivers/sound/sound_switch.cCOPY_TO_USER (buf, 0, &status_buf[status_ptr], l);
status_buf372drivers/sound/sound_switch.cif ((status_buf = (char *) KERNEL_MALLOC (4000)) == NULL)
status_buf429drivers/sound/sound_switch.cif (status_buf)
status_buf430drivers/sound/sound_switch.cKERNEL_FREE (status_buf);
status_buf431drivers/sound/sound_switch.cstatus_buf = NULL;