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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c81 extern int cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent);
97 static int merg(struct cfextra *el_ent, struct cfent *cf_ent);
98 static int do_like_ent(VFP_T *vfpo, struct cfextra *el_ent,
100 static int do_new_ent(VFP_T *vfpo, struct cfextra *el_ent, int ctrl);
101 static int typechg(struct cfent *el_ent, struct cfent *cf_ent,
104 static void set_change(struct cfextra *el_ent);
119 struct cfextra *el_ent; /* extlist entry under review */ local
130 for (eptnum = 0; (el_ent = extlist[eptnum]) != NULL; eptnum++) {
136 if ((el_ent->cf_ent.ftype == 'i') ||
137 (el_ent
290 do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, struct cfent *cf_ent, int ctrl) argument
522 do_new_ent(VFP_T *vfpo, struct cfextra *el_ent, int ctrl) argument
643 set_change(struct cfextra *el_ent) argument
727 typechg(struct cfent *el_ent, struct cfent *cf_ent, struct mergstat *mstat) argument
843 merg(struct cfextra *el_ent, struct cfent *cf_ent) argument
[all...]
H A Dpkgobjmap.c678 * Copy critical portions of cf_ent (from the package database) and el_ent
680 * that to the el_ent structure. The approach we take here is to copy over
692 * The copied entry is returned in the el_ent argument and the function
697 cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent) argument
712 tp->fsys_value = el_ent->fsys_value;
713 tp->cf_ent.volno = el_ent->cf_ent.volno;
714 (void) strlcpy(tp->cf_ent.pkg_class, el_ent->cf_ent.pkg_class,
716 tp->cf_ent.pkg_class_idx = el_ent->cf_ent.pkg_class_idx;
725 tp->cf_ent.path = el_ent->client_path;
726 tp->server_path = el_ent
[all...]

Completed in 56 milliseconds