taglinefilesource code
status_ptr51drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_ptr112drivers/sound/sound_switch.cstatus_ptr = 0;
status_ptr228drivers/sound/sound_switch.cc = status_len - status_ptr;
status_ptr235drivers/sound/sound_switch.cCOPY_TO_USER (buf, 0, &status_buf[status_ptr], l);
status_ptr236drivers/sound/sound_switch.cstatus_ptr += l;
status_ptr321drivers/sound/sound_switch.cstatus_len = status_ptr = 0;