Symbol: cfent
usr/src/cmd/svr4pkg/hdrs/libinst.h
239
extern int finalck __P((struct cfent *ept, int attrchg, int contchg,
usr/src/cmd/svr4pkg/hdrs/libinst.h
300
extern struct cfent **procmap __P((VFP_T *vfp, int mapflag, char *ir));
usr/src/cmd/svr4pkg/hdrs/libinst.h
301
extern void repl_cfent __P((struct cfent *new, struct cfent *old));
usr/src/cmd/svr4pkg/hdrs/libinst.h
310
extern struct pinfo *eptstat __P((struct cfent *entry, char *pkg, char c));
usr/src/cmd/svr4pkg/installf/dofinal.c
47
extern struct cfent **eptlist;
usr/src/cmd/svr4pkg/installf/installf.c
134
struct cfent *ept;
usr/src/cmd/svr4pkg/installf/main.c
146
struct cfent *ept;
usr/src/cmd/svr4pkg/libinst/eptstat.c
69
eptstat(struct cfent *entry, char *pkg, char c)
usr/src/cmd/svr4pkg/libinst/finalck.c
153
finalck_warning(struct cfent *ept, int attrchg, int contchg)
usr/src/cmd/svr4pkg/libinst/finalck.c
61
static int finalck_warning(struct cfent *ept, int attrchg, int contchg);
usr/src/cmd/svr4pkg/libinst/finalck.c
62
static int finalck_error(struct cfent *ept, int attrchg, int contchg);
usr/src/cmd/svr4pkg/libinst/finalck.c
65
finalck(struct cfent *ept, int attrchg, int contchg, boolean_t a_warning)
usr/src/cmd/svr4pkg/libinst/finalck.c
95
finalck_error(struct cfent *ept, int attrchg, int contchg)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
101
static int typechg(struct cfent *el_ent, struct cfent *cf_ent,
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
105
static void chgclass(struct cfent *cf_ent, struct pinfo *pinfo);
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
1056
output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
106
static void output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo);
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
1098
chgclass(struct cfent *cf_ent, struct pinfo *pinfo)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
118
static struct cfent cf_ent; /* scratch area */
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
290
do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, struct cfent *cf_ent, int ctrl)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
684
is_setuid(struct cfent *ent)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
694
is_setgid(struct cfent *ent)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
725
typechg(struct cfent *el_ent, struct cfent *cf_ent, struct mergstat *mstat)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
81
extern int cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent);
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
841
merg(struct cfextra *el_ent, struct cfent *cf_ent)
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
95
static int is_setuid(struct cfent *ent);
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
96
static int is_setgid(struct cfent *ent);
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
97
static int merg(struct cfextra *el_ent, struct cfent *cf_ent);
usr/src/cmd/svr4pkg/libinst/pkgdbmerg.c
99
struct cfent *cf_ent, int ctrl);
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
286
struct cfent *ept, map_entry;
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
298
(void) memset(&map_entry, '\000', sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
335
(void) memcpy(ept, &map_entry, sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
390
struct cfent *ept, *ept_i;
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
553
struct cfent *ept1, *ept2;
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
583
(void) memcpy(ept2, ept1, sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
61
static int pkgobjassign(struct cfent *ept, char **server_local,
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
610
ckdup(struct cfent *ept1, struct cfent *ept2)
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
658
repl_cfent(struct cfent *new, struct cfent *old)
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
66
static int ckdup(struct cfent *ept1, struct cfent *ept2);
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
665
(void) memcpy(old, new, sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
697
cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent)
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
709
(void) memcpy(&(tp->cf_ent), cf_ent, sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
95
pkgobjassign(struct cfent *ept, char **server_local, char **client_local,
usr/src/cmd/svr4pkg/libinst/procmap.c
195
struct cfent **
usr/src/cmd/svr4pkg/libinst/procmap.c
198
struct cfent *ept = (struct cfent *)NULL;
usr/src/cmd/svr4pkg/libinst/procmap.c
199
struct cfent map_entry;
usr/src/cmd/svr4pkg/libinst/procmap.c
200
struct cfent **ept_ptr;
usr/src/cmd/svr4pkg/libinst/procmap.c
209
space = ar_create(EPTMALLOC, (unsigned)sizeof (struct cfent),
usr/src/cmd/svr4pkg/libinst/procmap.c
219
(void) memset(&map_entry, '\000', sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/procmap.c
240
ept_ptr = (struct cfent **)ar_next_avail(space);
usr/src/cmd/svr4pkg/libinst/procmap.c
249
(void) memcpy(ept, &map_entry, sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/procmap.c
263
eptlist = (struct cfent **)ar_get_head(space);
usr/src/cmd/svr4pkg/libinst/procmap.c
290
struct cfent *ept, *ept_i;
usr/src/cmd/svr4pkg/libinst/procmap.c
369
ckdup(struct cfent *ept1, struct cfent *ept2)
usr/src/cmd/svr4pkg/libinst/procmap.c
53
static struct cfent **eptlist;
usr/src/cmd/svr4pkg/libinst/procmap.c
61
static int procassign(struct cfent *ept, char **server_local,
usr/src/cmd/svr4pkg/libinst/procmap.c
66
static int ckdup(struct cfent *ept1, struct cfent *ept2);
usr/src/cmd/svr4pkg/libinst/procmap.c
91
procassign(struct cfent *ept, char **server_local, char **client_local,
usr/src/cmd/svr4pkg/pkgchk/checkmap.c
56
extern struct cfent **eptlist;
usr/src/cmd/svr4pkg/pkgchk/checkmap.c
59
extern int ckentry(int, int, struct cfent *, VFP_T *, PKGserver);
usr/src/cmd/svr4pkg/pkgchk/checkmap.c
74
static struct cfent entry;
usr/src/cmd/svr4pkg/pkgchk/ckentry.c
209
struct cfent mine;
usr/src/cmd/svr4pkg/pkgchk/ckentry.c
224
(void) memset((char *)&mine, '\0', sizeof (struct cfent));
usr/src/cmd/svr4pkg/pkgchk/ckentry.c
287
findspool(struct cfent *ept)
usr/src/cmd/svr4pkg/pkgchk/ckentry.c
58
static char *findspool(struct cfent *ept);
usr/src/cmd/svr4pkg/pkgchk/ckentry.c
62
ckentry(int envflag, int maptyp, struct cfent *ept, VFP_T *vfp,
usr/src/cmd/svr4pkg/pkgchk/main.c
105
struct cfent **eptlist;
usr/src/cmd/svr4pkg/pkginfo/pkginfo.c
116
static struct cfent entry;
usr/src/cmd/svr4pkg/pkginfo/pkginfo.c
145
static void pkgusage(struct cfstat *dp, struct cfent *pentry);
usr/src/cmd/svr4pkg/pkginfo/pkginfo.c
728
pkgusage(struct cfstat *dp, struct cfent *pentry)
usr/src/cmd/svr4pkg/pkginstall/check.c
1059
struct cfent *ept;
usr/src/cmd/svr4pkg/pkginstall/check.c
692
struct cfent *ept;
usr/src/cmd/svr4pkg/pkginstall/dockspace.c
196
struct cfent *ept;
usr/src/cmd/svr4pkg/pkginstall/instvol.c
1143
if ((stateFlag == B_FALSE) || (ept == (struct cfent *)NULL)) {
usr/src/cmd/svr4pkg/pkginstall/instvol.c
1218
struct cfent *ept; /* entry from the internal list */
usr/src/cmd/svr4pkg/pkginstall/instvol.c
1447
struct cfent *ept;
usr/src/cmd/svr4pkg/pkginstall/instvol.c
158
struct cfent *ept;
usr/src/cmd/svr4pkg/pkginstall/instvol.c
851
struct cfent *ept = (struct cfent *)NULL;
usr/src/cmd/svr4pkg/pkgmk/main.c
156
static struct cfent *svept;
usr/src/cmd/svr4pkg/pkgmk/main.c
166
static void outvol(struct cfent **eptlist, unsigned int eptnum, int part,
usr/src/cmd/svr4pkg/pkgmk/main.c
178
struct cfent **eptlist;
usr/src/cmd/svr4pkg/pkgmk/main.c
65
extern int splpkgmap(struct cfent **eptlist, unsigned int eptnum,
usr/src/cmd/svr4pkg/pkgmk/main.c
704
outvol(struct cfent **eptlist, unsigned int eptnum, int part, int nparts)
usr/src/cmd/svr4pkg/pkgmk/main.c
74
static boolean_t valid_zone_attr(struct cfent **eptlist);
usr/src/cmd/svr4pkg/pkgmk/main.c
873
valid_zone_attr(struct cfent **eptlist)
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
87
static struct cfent entry;
usr/src/cmd/svr4pkg/pkgmk/splpkgmap.c
103
struct cfent *ept;
usr/src/cmd/svr4pkg/pkgmk/splpkgmap.c
66
struct cfent *ept;
usr/src/cmd/svr4pkg/pkgmk/splpkgmap.c
98
splpkgmap(struct cfent **eptlist, unsigned int eptnum, char *order[],
usr/src/cmd/svr4pkg/pkgproto/main.c
171
struct cfent entry;
usr/src/cmd/svr4pkg/pkgproto/main.c
444
findlink(struct cfent *ept, char *path, char *svpath)
usr/src/cmd/svr4pkg/pkgproto/main.c
83
static void findlink(struct cfent *ept, char *path, char *svpath);
usr/src/cmd/svr4pkg/pkgremove/delmap.c
143
ept = (struct cfent *)calloc(1, sizeof (struct cfent));
usr/src/cmd/svr4pkg/pkgremove/delmap.c
145
eptlist = (struct cfent **)realloc(eptlist,
usr/src/cmd/svr4pkg/pkgremove/delmap.c
146
(eptnum+EPTMALLOC)*sizeof (struct cfent *));
usr/src/cmd/svr4pkg/pkgremove/delmap.c
154
eptlist[eptnum] = (struct cfent *)NULL;
usr/src/cmd/svr4pkg/pkgremove/delmap.c
55
extern struct cfent **eptlist;
usr/src/cmd/svr4pkg/pkgremove/delmap.c
61
struct cfent *ept;
usr/src/cmd/svr4pkg/pkgremove/delmap.c
77
eptlist = (struct cfent **)calloc(EPTMALLOC,
usr/src/cmd/svr4pkg/pkgremove/delmap.c
78
sizeof (struct cfent *));
usr/src/cmd/svr4pkg/pkgremove/delmap.c
84
ept = (struct cfent *)calloc(1,
usr/src/cmd/svr4pkg/pkgremove/delmap.c
85
(unsigned)sizeof (struct cfent));
usr/src/cmd/svr4pkg/pkgremove/main.c
1117
struct cfent *ept;
usr/src/cmd/svr4pkg/pkgremove/main.c
58
struct cfent **eptlist;
usr/src/lib/libpkg/common/cfext.h
68
struct cfent cf_ent; /* basic contents file entry */
usr/src/lib/libpkg/common/gpkgmap.c
138
gpkgmap(struct cfent *ept, FILE *fp)
usr/src/lib/libpkg/common/gpkgmap.c
641
gpkgmapvfp(struct cfent *ept, VFP_T *vfp)
usr/src/lib/libpkg/common/pkglib.h
424
extern int gpkgmap(struct cfent *ept, FILE *fp);
usr/src/lib/libpkg/common/pkglib.h
425
extern int gpkgmapvfp(struct cfent *ept, VFP_T *fpv);
usr/src/lib/libpkg/common/pkglib.h
444
extern int ppkgmap(struct cfent *ept, FILE *fp);
usr/src/lib/libpkg/common/pkglib.h
445
extern int putcfile(struct cfent *ept, FILE *fp);
usr/src/lib/libpkg/common/pkglib.h
446
extern int putcvfpfile(struct cfent *ept, VFP_T *vfp);
usr/src/lib/libpkg/common/pkglib.h
453
extern int srchcfile(struct cfent *ept, char *path, PKGserver server);
usr/src/lib/libpkg/common/pkglib.h
479
extern void tputcfent(struct cfent *ept, FILE *fp);
usr/src/lib/libpkg/common/ppkgmap.c
43
ppkgmap(struct cfent *ept, FILE *fp)
usr/src/lib/libpkg/common/putcfile.c
218
putcvfpfile(struct cfent *a_ept, VFP_T *a_vfp)
usr/src/lib/libpkg/common/putcfile.c
50
putcfile(struct cfent *a_ept, FILE *a_fp)
usr/src/lib/libpkg/common/srchcfile.c
125
srchcfile(struct cfent *ept, char *path, PKGserver server)
usr/src/lib/libpkg/common/tputcfent.c
45
tputcfent(struct cfent *ept, FILE *fp)