Lines Matching refs:up
82 dumbclock_start, /* start up driver */
101 register struct dumbclock_unit *up;
124 up = emalloc_zero(sizeof(*up));
126 pp->unitptr = up;
134 free(up);
147 up->ymd = *tm_time_p;
170 register struct dumbclock_unit *up;
174 up = pp->unitptr;
177 if (NULL != up)
178 free(up);
190 struct dumbclock_unit *up;
206 up = pp->unitptr;
210 if (up->tcswitch == 0) {
211 up->tcswitch = 1;
212 up->laststamp = trtmp;
214 up->tcswitch = 0;
218 pp->lastrec = up->laststamp;
219 up->laststamp = trtmp;
220 up->tcswitch = 1;
253 asserted_tm.tm_year = up->ymd.tm_year;
254 asserted_tm.tm_mon = up->ymd.tm_mon;
255 asserted_tm.tm_mday = up->ymd.tm_mday;
284 up->ymd = *lt_p;
315 if (up->linect > 0)
316 up->linect--;
333 up->lasthour = (u_char)pp->hour;
346 register struct dumbclock_unit *up;
360 up = pp->unitptr;
363 if (up->linect > 0)