Searched refs:eptnum (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.h42 extern int eptnum;
H A Dremovef.c57 eptnum = 0;
111 extlist[eptnum++] = new;
112 if (eptnum >= max_eptnum) {
123 extlist[eptnum] = (struct cfextra *)NULL;
126 (unsigned)eptnum, sizeof (struct cfextra *), cfentcmp);
H A Dinstallf.c79 eptnum = 1;
89 eptnum = 0;
113 extlist[eptnum] = new;
114 if ((++eptnum % MALSIZ) == 0) {
116 (sizeof (struct cfextra *) * (eptnum+MALSIZ)));
123 extlist[eptnum] = (struct cfextra *)NULL;
124 qsort((char *)extlist, (unsigned)eptnum, sizeof (struct cfextra *),
H A Dmain.c118 int eptnum; variable
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Ddelmap.c56 extern int eptnum;
91 eptnum = 0;
137 eptlist[eptnum] = ept;
144 if ((++eptnum % EPTMALLOC) == 0) {
146 (eptnum+EPTMALLOC)*sizeof (struct cfent *));
154 eptlist[eptnum] = (struct cfent *)NULL;
H A Dmain.c55 extern int eptnum;
1170 for (i = 0; i < eptnum; i++) {
1210 i = eptnum;
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c95 static void sortsize(struct data *f, struct data **sf, unsigned int eptnum);
98 splpkgmap(struct cfent **eptlist, unsigned int eptnum, char *order[], argument
112 f = (struct data *)calloc(eptnum, sizeof (struct data));
118 sf = (struct data **)calloc(eptnum, sizeof (struct data *));
154 if ((*pilimit > 0) && (eptnum+1 > *pilimit)) {
158 for (i = 0; i < eptnum; i++) {
188 for (i = 0; i < eptnum; i++) {
225 btemp += nblk(eptnum * EFACTOR, bsize, frsize);
229 for (j = 0; j < eptnum; j++) {
257 sortsize(f, sf, eptnum);
403 store(struct data **sf, unsigned int eptnum, char *aclass, fsblkcnt_t limit, fsfilcnt_t ilimit) argument
536 newvolume(struct data **sf, unsigned int eptnum, fsblkcnt_t limit, fsblkcnt_t ilimit) argument
614 sortsize(struct data *f, struct data **sf, unsigned int eptnum) argument
[all...]
H A Dmain.c65 extern int splpkgmap(struct cfent **eptlist, unsigned int eptnum,
166 static void outvol(struct cfent **eptlist, unsigned int eptnum, int part,
198 unsigned int eptnum, i; local
408 eptnum = i;
589 nparts = splpkgmap(eptlist, eptnum, (char **)order, bsize, frsize,
684 outvol(eptlist, eptnum, part, nparts);
717 outvol(struct cfent **eptlist, unsigned int eptnum, int part, int nparts) argument
753 for (i = 0; i < eptnum; i++) {
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c55 static int eptnum; variable
72 errflg = nparts = eptnum = 0;
255 (void) ar_delete(space, eptnum);
259 eptnum++;
270 for (i = 0; i < eptnum; /* void */) {
337 eptnum--;
H A Dpkgobjmap.c54 int eptnum; variable
76 errflg = nparts = eptnum = 0;
269 eptnum++;
346 (void) ar_delete(xspace, eptnum);
350 eptnum++;
355 if (eptnum == 0) {
368 for (i = 0; i < eptnum; /* void */) {
452 eptnum--;
H A Dpkgdbmerg.c91 static int eptnum; variable
130 for (eptnum = 0; (el_ent = extlist[eptnum]) != NULL; eptnum++) {
146 if ((eptnum > 0) && (strncmp(el_ent->cf_ent.path,
147 extlist[eptnum-1]->cf_ent.path, PATH_MAX) == 0)) {
148 memcpy(extlist[eptnum], extlist[eptnum-1],
256 for (i = eptnum + 1; extlist[i]; i++) {

Completed in 117 milliseconds