Searched refs:a_cfTmpVfp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | ocfile.c | 442 swapcfile(PKGserver server, VFP_T **a_cfTmpVfp, char *pkginst, int dbchg) in swapcfile() argument 466 if ((dbchg == 0) && (vfpGetModified(*a_cfTmpVfp) == 0)) { in swapcfile() 477 pe = vfpGetCurrCharPtr(*a_cfTmpVfp); /* last char in contents file */ in swapcfile() 478 ps = vfpGetFirstCharPtr(*a_cfTmpVfp); /* 1st char in contents file */ in swapcfile() 499 vfpSetLastCharPtr(*a_cfTmpVfp, pl); in swapcfile() 513 vfpPuts(*a_cfTmpVfp, line); in swapcfile() 517 if (pkgservercommitfile(*a_cfTmpVfp, server) != 0) { in swapcfile() 519 vfpClose(a_cfTmpVfp); in swapcfile()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 115 int ckflag, PKGserver server, VFP_T **a_cfTmpVfp); 141 int nparts, PKGserver pkgserver, VFP_T **a_cfTmpVfp, in instvol() argument 742 pkgserver, a_cfTmpVfp); in instvol() 1209 PKGserver pkgserver, VFP_T **a_cfTmpVfp) in endofclass() argument 1225 if (!ocfile(&pkgserver, a_cfTmpVfp, pkgmap_blks)) { in endofclass() 1418 if (putcvfpfile(&(entry.cf_ent), *a_cfTmpVfp)) { in endofclass() 1424 n = swapcfile(pkgserver, a_cfTmpVfp, pkginst, dbchg); in endofclass()
|
H A D | pkginstall.h | 73 int nparts, PKGserver server, VFP_T **a_cfTmpVfp,
|