Searched defs:vfpo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Ddofinal.c57 dofinal(PKGserver server, VFP_T *vfpo, int rmflag, char *myclass, char *prog) argument
87 save_path = check_db_entry(vfpo, &entry, rmflag, myclass,
103 check_db_entry(VFP_T *vfpo, struct cfextra *entry, int rmflag, char *myclass, argument
147 if (putcvfpfile(&(entry->cf_ent), vfpo)) {
152 (void) vfpSetModified(vfpo);
154 vfpPutc(vfpo, '-');
155 vfpPuts(vfpo, entry->cf_ent.path);
156 vfpPutc(vfpo, '\n');
233 if (putcvfpfile(&(entry->cf_ent), vfpo)) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c98 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);
106 static void output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo);
290 do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, struct cfent *cf_ent, int ctrl) argument
345 if (putcvfpfile(cf_ent, vfpo)) {
486 output(vfpo, cf_ent, pkgpinfo);
489 output(vfpo, &(el_ent->cf_ent), pkgpinfo);
522 do_new_ent(VFP_T *vfpo, struct cfextra *el_ent, int ctrl) argument
618 output(vfpo, &(el_ent->cf_ent), pinfo);
1058 output(VFP_T *vfpo, struc argument
[all...]

Completed in 60 milliseconds