Lines Matching refs:tmpctl
3514 parsectl_t tmpctl; in parse_control() local
3597 if (!PARSE_GETTIMECODE(parse, &tmpctl)) in parse_control()
3610 tmpctl.parsegettc.parse_state |= parse->timedata.parse_state & in parse_control()
3613 (void)parsestate(tmpctl.parsegettc.parse_state, tt, BUFFER_SIZES(start, tt, 512)); in parse_control()
3619 if (tmpctl.parsegettc.parse_count) in parse_control()
3621 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count)); in parse_control()
3625 tmpctl.parseformat.parse_format = tmpctl.parsegettc.parse_format; in parse_control()
3627 if (!PARSE_GETFMT(parse, &tmpctl)) in parse_control()
3634 int count = tmpctl.parseformat.parse_count; in parse_control()
3645 tmpctl.parseformat.parse_buffer); in parse_control()
3793 parsectl_t tmpctl; in parse_process() local
3795 if (!PARSE_GETTIMECODE(parse, &tmpctl)) in parse_process()
3802 unsigned int count = tmpctl.parsegettc.parse_count; in parse_process()
3809 tmpctl.parsegettc.parse_buffer, count)); in parse_process()
3869 parsectl_t tmpctl; in parse_process() local
3871 tmpctl.parseformat.parse_format = parsetime->parse_format; in parse_process()
3873 if (!PARSE_GETFMT(parse, &tmpctl)) in parse_process()
3882 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer); in parse_process()