taglinefilesource code
status_ptr53drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_ptr116drivers/sound/sound_switch.cstatus_ptr = 0;
status_ptr294drivers/sound/sound_switch.cc = status_len - status_ptr;
status_ptr301drivers/sound/sound_switch.cCOPY_TO_USER (buf, 0, &status_buf[status_ptr], l);
status_ptr302drivers/sound/sound_switch.cstatus_ptr += l;
status_ptr394drivers/sound/sound_switch.cstatus_len = status_ptr = 0;