Home
last modified time | relevance | path

Searched refs:a_cfTmpVfp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c440 swapcfile(PKGserver server, VFP_T **a_cfTmpVfp, char *pkginst, int dbchg) in swapcfile() argument
464 if ((dbchg == 0) && (vfpGetModified(*a_cfTmpVfp) == 0)) { in swapcfile()
475 pe = vfpGetCurrCharPtr(*a_cfTmpVfp); /* last char in contents file */ in swapcfile()
476 ps = vfpGetFirstCharPtr(*a_cfTmpVfp); /* 1st char in contents file */ in swapcfile()
497 vfpSetLastCharPtr(*a_cfTmpVfp, pl); in swapcfile()
511 vfpPuts(*a_cfTmpVfp, line); in swapcfile()
515 if (pkgservercommitfile(*a_cfTmpVfp, server) != 0) { in swapcfile()
519 vfpClose(a_cfTmpVfp); in swapcfile()
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c112 int ckflag, PKGserver server, VFP_T **a_cfTmpVfp);
138 int nparts, PKGserver pkgserver, VFP_T **a_cfTmpVfp, in instvol() argument
739 pkgserver, a_cfTmpVfp); in instvol()
1206 PKGserver pkgserver, VFP_T **a_cfTmpVfp) in endofclass() argument
1222 if (!ocfile(&pkgserver, a_cfTmpVfp, pkgmap_blks)) { in endofclass()
1415 if (putcvfpfile(&(entry.cf_ent), *a_cfTmpVfp)) { in endofclass()
1421 n = swapcfile(pkgserver, a_cfTmpVfp, pkginst, dbchg); in endofclass()
H A Dpkginstall.h69 int nparts, PKGserver server, VFP_T **a_cfTmpVfp,