Lines Matching defs:ub
54 } * ub;
99 if ((ub = (struct utab *)malloc(sizeof (struct utab))) == NULL) {
104 ub->ut_uid = p->pt_uid;
105 CPYN(ub->ut_name, p->pt_name);
106 ub->ut_cpu[0] = MINT(p->pt_cpu[0]);
107 ub->ut_cpu[1] = MINT(p->pt_cpu[1]);
109 ub->ut_kcore[0] = memk * MINT(p->pt_cpu[0]);
110 ub->ut_kcore[1] = memk * MINT(p->pt_cpu[1]);
111 ub->ut_pc = 1;
113 if (*(pt = (struct utab **)tsearch((void *)ub, (void **)&root, \
119 if (*pt != ub) {
125 free(ub);