taglinefilesource code
status_ptr53drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_ptr112drivers/sound/sound_switch.cstatus_ptr = 0;
status_ptr318drivers/sound/sound_switch.cc = status_len - status_ptr;
status_ptr325drivers/sound/sound_switch.cmemcpy_tofs (&((buf)[0]), &status_buf[status_ptr], l);
status_ptr326drivers/sound/sound_switch.cstatus_ptr += l;
status_ptr426drivers/sound/sound_switch.cstatus_len = status_ptr = 0;