Lines Matching defs:up
70 * 0 Warm-up
112 zyfer_start, /* start up driver */
131 register struct zyferunit *up;
150 up = emalloc(sizeof(struct zyferunit));
151 memset(up, 0, sizeof(struct zyferunit));
160 free(up);
163 pp->unitptr = up;
171 up->pollcnt = 2;
172 up->polled = 0; /* May not be needed... */
187 register struct zyferunit *up;
191 up = pp->unitptr;
194 if (up != NULL)
195 free(up);
207 register struct zyferunit *up;
221 up = pp->unitptr;
311 up->pollcnt = 2;
313 if (up->polled) {
314 up->polled = 0;
329 register struct zyferunit *up;
337 up = pp->unitptr;
338 if (!up->pollcnt)
341 up->pollcnt--;
343 up->polled = 1;