Searched refs:toc_pt (Results 1 – 1 of 1) sorted by relevance
120 struct dstoc *toc_pt; in ds_order() local124 toc_pt = ds_head; in ds_order()126 while (toc_pt) { in ds_order()128 if (strcmp(list[j], toc_pt->pkg) == 0) { in ds_order()135 toc_pt = toc_pt->next; in ds_order()296 struct dstoc *tail, *toc_pt; in ds_init() local435 toc_pt = (struct dstoc *)calloc(1, sizeof (struct dstoc)); in ds_init()436 if (!toc_pt) { in ds_init()444 if (sscanf(line, "%s %d %d %[ 0-9]", toc_pt->pkg, in ds_init()445 &toc_pt->nparts, &toc_pt->maxsiz, toc_pt->volnos) < 3) { in ds_init()[all …]