Searched refs:ept2 (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
369 ckdup(struct cfent *ept1, struct cfent *ept2) argument
371 /* ept2 will be modified to contain "merged" entries */
376 if (!strchr("?dx", ept2->ftype))
379 if (ept2->ainfo.mode == BADMODE)
380 ept2->ainfo.mode = ept1->ainfo.mode;
381 if ((ept1->ainfo.mode != ept2->ainfo.mode) &&
385 if (strcmp(ept2->ainfo.owner, "?") == 0)
386 (void) strcpy(ept2->ainfo.owner, ept1->ainfo.owner);
387 if (strcmp(ept1->ainfo.owner, ept2
[all...]
H A Dpkgobjmap.c66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
546 * The calling routine will overwrite ept1, so this must return ept2 with
553 struct cfent *ept1, *ept2; local
556 ept2 = &(ext2->cf_ent);
561 if (strchr("?dx", ept2->ftype))
567 * While ept2 has the correct pinfo list (it was preloaded into
569 * else. Here we copy the guts of ept1 into ept2.
575 char *path = ept2->path;
576 char *local = ept2->ainfo.local;
579 short npkgs = ept2
610 ckdup(struct cfent *ept1, struct cfent *ept2) argument
[all...]

Completed in 67 milliseconds