Home | History | Annotate | Download | only in posix

Lines Matching refs:dt

952 static struct carveup **collate(int count, struct dirtree *dt,
960 *tbsort = (void *)dt;
961 dt = dt->child;
966 temp = dt->next;
967 tbsort[i] = (void *)dt->extra;
968 free(dt);
969 dt = temp;
1009 struct dirtree *dt;
1062 dt = dirtree_read("/proc", get_ps);
1065 struct carveup **tbsort = collate(TT.kcount, dt, ksort);
1184 struct dirtree *dt;
1190 dt= dirtree_read("/proc", get_ps);
1191 plnew->tb = collate(plnew->count = TT.kcount, dt, ksort);