Home
last modified time | relevance | path

Searched refs: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) in dofinal() argument
87 save_path = check_db_entry(vfpo, &entry, rmflag, myclass, in dofinal()
103 check_db_entry(VFP_T *vfpo, struct cfextra *entry, int rmflag, char *myclass, in check_db_entry() argument
147 if (putcvfpfile(&(entry->cf_ent), vfpo)) { in check_db_entry()
152 (void) vfpSetModified(vfpo); in check_db_entry()
154 vfpPutc(vfpo, '-'); in check_db_entry()
155 vfpPuts(vfpo, entry->cf_ent.path); in check_db_entry()
156 vfpPutc(vfpo, '\n'); in check_db_entry()
233 if (putcvfpfile(&(entry->cf_ent), vfpo)) { in check_db_entry()
/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);
345 if (putcvfpfile(cf_ent, vfpo)) { in do_like_ent()
486 output(vfpo, cf_ent, pkgpinfo); in do_like_ent()
489 output(vfpo, &(el_ent->cf_ent), pkgpinfo); in do_like_ent()
522 do_new_ent(VFP_T *vfpo, struct cfextra *el_ent, int ctrl) in do_new_ent() argument
616 output(vfpo, &(el_ent->cf_ent), pinfo); in do_new_ent()
1056 output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo) in output() argument
1067 if (putcvfpfile(ent, vfpo)) { in output()
[all …]