Home
last modified time | relevance | path

Searched refs:ept1 (Results 1 – 2 of 2) sorted by relevance

/illumos-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) in ckdup() argument
373 if (!strchr("?dx", ept1->ftype)) in ckdup()
380 ept2->ainfo.mode = ept1->ainfo.mode; in ckdup()
381 if ((ept1->ainfo.mode != ept2->ainfo.mode) && in ckdup()
382 (ept1->ainfo.mode != BADMODE)) in ckdup()
386 (void) strcpy(ept2->ainfo.owner, ept1->ainfo.owner); in ckdup()
387 if (strcmp(ept1->ainfo.owner, ept2->ainfo.owner) && in ckdup()
388 strcmp(ept1->ainfo.owner, "?")) in ckdup()
392 (void) strcpy(ept2->ainfo.group, ept1->ainfo.group); in ckdup()
[all …]
H A Dpkgobjmap.c66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
553 struct cfent *ept1, *ept2; in dup_merg() local
555 ept1 = &(ext1->cf_ent); in dup_merg()
558 if (strchr("?dx", ept1->ftype)) in dup_merg()
583 (void) memcpy(ept2, ept1, sizeof (struct cfent)); in dup_merg()
597 ept2->pinfo = ept1->pinfo; in dup_merg()
610 ckdup(struct cfent *ept1, struct cfent *ept2) in ckdup() argument
614 if (!strchr("?dx", ept1->ftype)) in ckdup()
621 ept2->ainfo.mode = ept1->ainfo.mode; in ckdup()
622 if ((ept1->ainfo.mode != ept2->ainfo.mode) && in ckdup()
[all …]