taglinefilesource code
status_ptr53drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_ptr116drivers/sound/sound_switch.cstatus_ptr = 0;
status_ptr264drivers/sound/sound_switch.cc = status_len - status_ptr;
status_ptr271drivers/sound/sound_switch.cCOPY_TO_USER (buf, 0, &status_buf[status_ptr], l);
status_ptr272drivers/sound/sound_switch.cstatus_ptr += l;
status_ptr374drivers/sound/sound_switch.cstatus_len = status_ptr = 0;