Searched defs:eptlist (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c53 static struct cfent **eptlist; variable in typeref:struct:cfent
263 eptlist = (struct cfent **)ar_get_head(space);
264 if (eptlist == NULL) {
274 return (errflg ? NULL : eptlist);
307 ept = eptlist[index];
310 if (strcmp(ept->path, eptlist[index-1]->path) > 0) {
325 ept_i = eptlist[i];
357 eptlist[j] = eptlist[j-1];
359 eptlist[
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c109 struct pinfo **eptlist; variable in typeref:struct:pinfo
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c101 struct cfent **eptlist; variable in typeref:struct:cfent
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c98 splpkgmap(struct cfent **eptlist, unsigned int eptnum, char *order[], argument
159 if (strchr("dxslcbp", eptlist[i]->ftype))
163 (nodecount(eptlist[i]->path) * DIRSIZE);
165 nblk(eptlist[i]->cinfo.size, bsize, frsize);
171 allocnode(eptlist[i]->path);
189 f[i].ept = ept = eptlist[i];
H A Dmain.c65 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; local
381 eptlist = procmap(vfp, 0, NULL);
383 if (eptlist == NULL) {
390 if (!valid_zone_attr(eptlist)) {
397 for (i = 0; eptlist[i]; i++) {
398 ckmissing(eptlist[i]->path, eptlist[
704 outvol(struct cfent **eptlist, unsigned int eptnum, int part, int nparts) argument
873 valid_zone_attr(struct cfent **eptlist) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c54 struct cfent **eptlist; variable in typeref:struct:cfent
1133 if (eptlist[i] != NULL) {
1134 rmclass(eptlist[i]->pkg_class,
1174 ept = eptlist[i];
1275 if (eptlist[i]) {
1276 free(eptlist[i]);
1278 eptlist[i] = NULL;

Completed in 60 milliseconds