Home
last modified time | relevance | path

Searched refs:cfent (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c53 static struct cfent **eptlist;
61 static int procassign(struct cfent *ept, char **server_local,
66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
91 procassign(struct cfent *ept, char **server_local, char **client_local, in procassign()
195 struct cfent **
198 struct cfent *ept = (struct cfent *)NULL; in procmap()
199 struct cfent map_entry; in procmap()
200 struct cfent **ept_ptr; in procmap()
209 space = ar_create(EPTMALLOC, (unsigned)sizeof (struct cfent), in procmap()
219 (void) memset(&map_entry, '\000', sizeof (struct cfent)); in procmap()
[all …]
H A Dpkgobjmap.c61 static int pkgobjassign(struct cfent *ept, char **server_local,
66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
95 pkgobjassign(struct cfent *ept, char **server_local, char **client_local, in pkgobjassign()
286 struct cfent *ept, map_entry; in pkgobjmap()
298 (void) memset(&map_entry, '\000', sizeof (struct cfent)); in pkgobjmap()
335 (void) memcpy(ept, &map_entry, sizeof (struct cfent)); in pkgobjmap()
390 struct cfent *ept, *ept_i; in sortentry()
553 struct cfent *ept1, *ept2; in dup_merg()
583 (void) memcpy(ept2, ept1, sizeof (struct cfent)); in dup_merg()
610 ckdup(struct cfent *ept1, struct cfent *ept2) in ckdup()
[all …]
H A Dpkgdbmerg.c81 extern int cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent);
95 static int is_setuid(struct cfent *ent);
96 static int is_setgid(struct cfent *ent);
97 static int merg(struct cfextra *el_ent, struct cfent *cf_ent);
99 struct cfent *cf_ent, int ctrl);
101 static int typechg(struct cfent *el_ent, struct cfent *cf_ent,
105 static void chgclass(struct cfent *cf_ent, struct pinfo *pinfo);
106 static void output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo);
118 static struct cfent cf_ent; /* scratch area */ in pkgdbmerg()
290 do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, struct cfent *cf_ent, int ctrl) in do_like_ent()
[all …]
H A Dfinalck.c61 static int finalck_warning(struct cfent *ept, int attrchg, int contchg);
62 static int finalck_error(struct cfent *ept, int attrchg, int contchg);
65 finalck(struct cfent *ept, int attrchg, int contchg, boolean_t a_warning) in finalck()
95 finalck_error(struct cfent *ept, int attrchg, int contchg) in finalck_error()
153 finalck_warning(struct cfent *ept, int attrchg, int contchg) in finalck_warning()
H A Deptstat.c69 eptstat(struct cfent *entry, char *pkg, char c) in eptstat()
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Ddelmap.c55 extern struct cfent **eptlist;
61 struct cfent *ept; in delmap()
77 eptlist = (struct cfent **)calloc(EPTMALLOC, in delmap()
78 sizeof (struct cfent *)); in delmap()
84 ept = (struct cfent *)calloc(1, in delmap()
85 (unsigned)sizeof (struct cfent)); in delmap()
143 ept = (struct cfent *)calloc(1, sizeof (struct cfent)); in delmap()
145 eptlist = (struct cfent **)realloc(eptlist, in delmap()
146 (eptnum+EPTMALLOC)*sizeof (struct cfent *)); in delmap()
154 eptlist[eptnum] = (struct cfent *)NULL; in delmap()
H A Dmain.c58 struct cfent **eptlist;
1117 struct cfent *ept; in rmclass()
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c58 static char *findspool(struct cfent *ept);
62 ckentry(int envflag, int maptyp, struct cfent *ept, VFP_T *vfp, in ckentry()
209 struct cfent mine; in xdir()
224 (void) memset((char *)&mine, '\0', sizeof (struct cfent)); in xdir()
287 findspool(struct cfent *ept) in findspool()
H A Dcheckmap.c56 extern struct cfent **eptlist;
59 extern int ckentry(int, int, struct cfent *, VFP_T *, PKGserver);
74 static struct cfent entry;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h424 extern int gpkgmap(struct cfent *ept, FILE *fp);
425 extern int gpkgmapvfp(struct cfent *ept, VFP_T *fpv);
444 extern int ppkgmap(struct cfent *ept, FILE *fp);
445 extern int putcfile(struct cfent *ept, FILE *fp);
446 extern int putcvfpfile(struct cfent *ept, VFP_T *vfp);
453 extern int srchcfile(struct cfent *ept, char *path, PKGserver server);
479 extern void tputcfent(struct cfent *ept, FILE *fp);
H A Dcfext.h68 struct cfent cf_ent; /* basic contents file entry */
H A Dputcfile.c50 putcfile(struct cfent *a_ept, FILE *a_fp) in putcfile()
218 putcvfpfile(struct cfent *a_ept, VFP_T *a_vfp) in putcvfpfile()
H A Dppkgmap.c43 ppkgmap(struct cfent *ept, FILE *fp) in ppkgmap()
H A Dtputcfent.c45 tputcfent(struct cfent *ept, FILE *fp) in tputcfent()
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c65 extern int splpkgmap(struct cfent **eptlist, unsigned int eptnum,
74 static boolean_t valid_zone_attr(struct cfent **eptlist);
156 static struct cfent *svept;
166 static void outvol(struct cfent **eptlist, unsigned int eptnum, int part,
178 struct cfent **eptlist; in main()
704 outvol(struct cfent **eptlist, unsigned int eptnum, int part, int nparts) in outvol()
873 valid_zone_attr(struct cfent **eptlist) in valid_zone_attr()
H A Dsplpkgmap.c66 struct cfent *ept;
98 splpkgmap(struct cfent **eptlist, unsigned int eptnum, char *order[], in splpkgmap()
103 struct cfent *ept; in splpkgmap()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h239 extern int finalck __P((struct cfent *ept, int attrchg, int contchg,
300 extern struct cfent **procmap __P((VFP_T *vfp, int mapflag, char *ir));
301 extern void repl_cfent __P((struct cfent *new, struct cfent *old));
310 extern struct pinfo *eptstat __P((struct cfent *entry, char *pkg, char c));
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c158 struct cfent *ept; in instvol()
851 struct cfent *ept = (struct cfent *)NULL; in domerg()
1143 if ((stateFlag == B_FALSE) || (ept == (struct cfent *)NULL)) { in domerg()
1218 struct cfent *ept; /* entry from the internal list */ in endofclass()
1447 struct cfent *ept; in fix_attributes()
H A Dcheck.c692 struct cfent *ept; in ckconflct()
1059 struct cfent *ept; in ckpkgfiles()
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c83 static void findlink(struct cfent *ept, char *path, char *svpath);
171 struct cfent entry; in output()
444 findlink(struct cfent *ept, char *path, char *svpath) in findlink()
/illumos-gate/usr/src/head/
H A Dpkgstrct.h78 struct cfent { struct
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c116 static struct cfent entry;
145 static void pkgusage(struct cfstat *dp, struct cfent *pentry);
728 pkgusage(struct cfstat *dp, struct cfent *pentry) in pkgusage()
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Ddofinal.c47 extern struct cfent **eptlist;
H A Dinstallf.c134 struct cfent *ept; in validate()
H A Dmain.c146 struct cfent *ept; in main()

12