Home | History | Annotate | Download | only in wsconsctl

Lines Matching refs:wr_delay_first

83     { "repeat.delay.first",	&repeat.wr_delay_first,
110 field_by_value(&repeat.wr_delay_first)->flags & FLG_GET ||
225 if (field_by_value(&repeat.wr_delay_first)->flags & FLG_GET)
226 repeat.wr_delay_first = tmp.wr_delay_first;
260 field_by_value(&repeat.wr_delay_first)->flags & FLG_SET ||
382 if (field_by_value(&repeat.wr_delay_first)->flags & FLG_SET)
383 tmp.wr_delay_first = repeat.wr_delay_first;
396 if (field_by_value(&repeat.wr_delay_first)->flags & FLG_SET)
397 pr_field(field_by_value(&repeat.wr_delay_first), " -> ");