Lines Matching defs:up
77 register struct tt560unit *up;
109 if (!(up = (struct tt560unit *) emalloc(sizeof(struct tt560unit)))) {
113 memset((char *)up, 0, sizeof(struct tt560unit));
114 up->tt_mem = (tt_mem_space_t *)membase;
120 pp->unitptr = (caddr_t)up;
141 register struct tt560unit *up;
145 up = (struct tt560unit *)pp->unitptr;
147 free(up);
160 register struct tt560unit *up;
173 up = (struct tt560unit *)pp->unitptr;
174 mp = up->tt_mem;
175 tp = &up->tt560rawt;