Searched defs:cf_ent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h68 struct cfent cf_ent; /* basic contents file entry */ member in struct:cfextra
/illumos-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);
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);
118 static struct cfent cf_ent; /* scratch area */ local
124 cf_ent.pinfo = (NULL);
136 if ((el_ent->cf_ent.ftype == 'i') ||
137 (el_ent->cf_ent.ftype == 'n')) {
146 if ((eptnum > 0) && (strncmp(el_ent->cf_ent
290 do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, struct cfent *cf_ent, int ctrl) 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
1100 chgclass(struct cfent *cf_ent, struct pinfo *pinfo) argument
[all...]
H A Dpkgobjmap.c239 (ptrdiff_t)ext->cf_ent.path);
241 (ptrdiff_t)ext->cf_ent.path);
243 (ptrdiff_t)ext->cf_ent.path);
245 (ptrdiff_t)ext->cf_ent.ainfo.local);
247 (ptrdiff_t)ext->cf_ent.ainfo.local);
250 ext->cf_ent.path = pathdup(path);
253 ext->client_path = (ext->cf_ent.path + client_path_os);
254 ext->server_path = (ext->cf_ent.path + server_path_os);
255 ext->map_path = (ext->cf_ent.path + map_path_os);
259 ext->cf_ent
697 cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent) argument
[all...]

Completed in 45 milliseconds