/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | procmap.c | 53 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 D | pkgobjmap.c | 61 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 D | finalck.c | 61 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 D | pkgdbmerg.c | 81 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 D | eptstat.c | 69 eptstat(struct cfent *entry, char *pkg, char c) in eptstat()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | delmap.c | 55 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 D | special.c | 382 generate_special_contents_rules(int ient, struct cfent **ppcfent, in generate_special_contents_rules() 434 pathcmp(const char *pc, const struct cfent *pent) in pathcmp() 498 special_contents_remove(int ient, struct cfent **ppcfent, const char *pcroot) in special_contents_remove()
|
H A D | main.c | 54 struct cfent **eptlist; 1122 struct cfent *ept; in rmclass()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 58 static char *findspool(struct cfent *ept); 62 ckentry(int envflag, int maptyp, struct cfent *ept, VFP_T *vfp, in ckentry() 210 struct cfent mine; in xdir() 225 (void) memset((char *)&mine, '\0', sizeof (struct cfent)); in xdir() 288 findspool(struct cfent *ept) in findspool()
|
H A D | checkmap.c | 56 extern struct cfent **eptlist; 59 extern int ckentry(int, int, struct cfent *, VFP_T *, PKGserver); 74 static struct cfent entry;
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 449 extern int gpkgmap(struct cfent *ept, FILE *fp); 450 extern int gpkgmapvfp(struct cfent *ept, VFP_T *fpv); 469 extern int ppkgmap(struct cfent *ept, FILE *fp); 470 extern int putcfile(struct cfent *ept, FILE *fp); 471 extern int putcvfpfile(struct cfent *ept, VFP_T *vfp); 481 extern int srchcfile(struct cfent *ept, char *path, PKGserver server); 508 extern void tputcfent(struct cfent *ept, FILE *fp);
|
H A D | cfext.h | 68 struct cfent cf_ent; /* basic contents file entry */
|
H A D | putcfile.c | 50 putcfile(struct cfent *a_ept, FILE *a_fp) in putcfile() 218 putcvfpfile(struct cfent *a_ept, VFP_T *a_vfp) in putcvfpfile()
|
H A D | ppkgmap.c | 43 ppkgmap(struct cfent *ept, FILE *fp) in ppkgmap()
|
H A D | tputcfent.c | 45 tputcfent(struct cfent *ept, FILE *fp) in tputcfent()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 65 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 D | splpkgmap.c | 66 struct cfent *ept; 98 splpkgmap(struct cfent **eptlist, unsigned int eptnum, char *order[], in splpkgmap() 103 struct cfent *ept; in splpkgmap()
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 236 extern int finalck __P((struct cfent *ept, int attrchg, int contchg, 297 extern struct cfent **procmap __P((VFP_T *vfp, int mapflag, char *ir)); 298 extern void repl_cfent __P((struct cfent *new, struct cfent *old)); 307 extern struct pinfo *eptstat __P((struct cfent *entry, char *pkg, char c));
|
/titanic_41/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 83 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()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 155 struct cfent *ept; in instvol() 848 struct cfent *ept = (struct cfent *)NULL; in domerg() 1140 if ((stateFlag == B_FALSE) || (ept == (struct cfent *)NULL)) { in domerg() 1215 struct cfent *ept; /* entry from the internal list */ in endofclass() 1444 struct cfent *ept; in fix_attributes()
|
H A D | check.c | 692 struct cfent *ept; in ckconflct() 1059 struct cfent *ept; in ckpkgfiles()
|
/titanic_41/usr/src/head/ |
H A D | pkgstrct.h | 80 struct cfent { struct
|
/titanic_41/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 112 static struct cfent entry; 141 static void pkgusage(struct cfstat *dp, struct cfent *pentry); 725 pkgusage(struct cfstat *dp, struct cfent *pentry) in pkgusage()
|
/titanic_41/usr/src/cmd/svr4pkg/installf/ |
H A D | dofinal.c | 47 extern struct cfent **eptlist;
|
H A D | installf.c | 134 struct cfent *ept; in validate()
|