Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c138 struct pkginfo *pinf; in pkginfoIsPkgInstalled() local
153 pinf = _pkginfoFactory(); in pkginfoIsPkgInstalled()
158 r = pkginfo(pinf, a_pkgInst, NULL, NULL); in pkginfoIsPkgInstalled()
162 *r_pinfo = pinf; in pkginfoIsPkgInstalled()
165 pkginfoFree(&pinf); in pkginfoIsPkgInstalled()
1026 struct pkginfo *pinf = (struct pkginfo *)NULL; in pkgLocateHighestInst() local
1087 pinf = _pkginfoFactory(); in pkgLocateHighestInst()
1101 r = pkginfo(pinf, pkgWild, NULL, NULL); in pkgLocateHighestInst()
1110 pkginfoFree(&pinf); in pkgLocateHighestInst()
1115 pinf->pkginst ? pinf->pkginst : "", in pkgLocateHighestInst()
[all …]