Searched refs:eptlist (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 65 extern int splpkgmap(struct cfent **eptlist, unsigned int eptnum, 74 static boolean_t valid_zone_attr(struct cfent **eptlist); 166 static void outvol(struct cfent **eptlist, unsigned int eptnum, int part, 178 struct cfent **eptlist; in main() local 381 eptlist = procmap(vfp, 0, NULL); in main() 383 if (eptlist == NULL) { in main() 390 if (!valid_zone_attr(eptlist)) { in main() 397 for (i = 0; eptlist[i]; i++) { in main() 398 ckmissing(eptlist[i]->path, eptlist[i]->ftype); in main() 399 if (eptlist[i]->ftype != 'i') in main() [all …]
|
H A D | splpkgmap.c | 98 splpkgmap(struct cfent **eptlist, unsigned int eptnum, char *order[], in splpkgmap() argument 159 if (strchr("dxslcbp", eptlist[i]->ftype)) in splpkgmap() 163 (nodecount(eptlist[i]->path) * DIRSIZE); in splpkgmap() 165 nblk(eptlist[i]->cinfo.size, bsize, frsize); in splpkgmap() 171 allocnode(eptlist[i]->path); in splpkgmap() 189 f[i].ept = ept = eptlist[i]; in splpkgmap()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | delmap.c | 55 extern struct cfent **eptlist; 75 if (eptlist != NULL) in delmap() 76 free(eptlist); in delmap() 77 eptlist = (struct cfent **)calloc(EPTMALLOC, in delmap() 79 if (eptlist == NULL) { in delmap() 137 eptlist[eptnum] = ept; in delmap() 145 eptlist = (struct cfent **)realloc(eptlist, in delmap() 147 if (eptlist == NULL) { in delmap() 154 eptlist[eptnum] = (struct cfent *)NULL; in delmap()
|
H A D | main.c | 54 struct cfent **eptlist; variable 1133 if (eptlist[i] != NULL) { in rmclass() 1134 rmclass(eptlist[i]->pkg_class, in rmclass() 1174 ept = eptlist[i]; in rmclass() 1275 if (eptlist[i]) { in rmclass() 1276 free(eptlist[i]); in rmclass() 1278 eptlist[i] = NULL; in rmclass()
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | procmap.c | 53 static struct cfent **eptlist; variable 263 eptlist = (struct cfent **)ar_get_head(space); in procmap() 264 if (eptlist == NULL) { in procmap() 274 return (errflg ? NULL : eptlist); in procmap() 307 ept = eptlist[index]; in sortentry() 310 if (strcmp(ept->path, eptlist[index-1]->path) > 0) { in sortentry() 325 ept_i = eptlist[i]; in sortentry() 357 eptlist[j] = eptlist[j-1]; in sortentry() 359 eptlist[i] = ept; in sortentry()
|
/titanic_50/usr/src/cmd/svr4pkg/installf/ |
H A D | dofinal.c | 47 extern struct cfent **eptlist;
|
H A D | main.c | 109 struct pinfo **eptlist; variable
|
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | checkmap.c | 56 extern struct cfent **eptlist;
|
H A D | main.c | 101 struct cfent **eptlist; variable
|