taglinefilesource code
status_buf47drivers/sound/sound_switch.cstatic char    *status_buf = NULL;
status_buf61drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_buf92drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10-l], l);
status_buf209drivers/sound/sound_switch.cCOPY_TO_USER(buf, 0, &status_buf[status_ptr], l);
status_buf292drivers/sound/sound_switch.cif ((status_buf = (char *) KERNEL_MALLOC (4000)) == NULL)
status_buf341drivers/sound/sound_switch.cif (status_buf)
status_buf342drivers/sound/sound_switch.cKERNEL_FREE (status_buf);
status_buf343drivers/sound/sound_switch.cstatus_buf = NULL;