Lines Matching defs:ub
59 } * ub;
125 if ((ub = (struct utab *)malloc(sizeof (struct utab))) == NULL) {
130 ub->ut_uid = p->pt_uid;
131 CPYN(ub->ut_name, p->pt_name);
132 ub->ut_cpu[0] = MINT(p->pt_cpu[0]);
133 ub->ut_cpu[1] = MINT(p->pt_cpu[1]);
135 ub->ut_kcore[0] = memk * MINT(p->pt_cpu[0]);
136 ub->ut_kcore[1] = memk * MINT(p->pt_cpu[1]);
137 ub->ut_pc = 1;
139 if (*(pt = (struct utab **)tsearch((void *)ub, (void **)&root, \
145 if (*pt != ub) {
151 free(ub);