Searched refs:ocfile (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | Makefile | 32 ocfile.o pathdup.o pkgdbmerg.o procmap.o \
|
H A D | ocfile.c | 199 ocfile(PKGserver *server, VFP_T **r_tmpvfp, fsblkcnt_t map_blks) function 252 * execution to continue by failing the ocfile() call. 410 * The "ocfile()" or "socfile()" functions must be called to re-
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | delmap.c | 67 if (!ocfile(pkgserver, tmpfp, 0L) ||
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | main.c | 369 if (!ocfile(&pkgserver, &cfTmpVfp, 0L)) {
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 282 /* ocfile.c */ 284 extern int ocfile __P((PKGserver *serverp, VFP_T **tmpvfp,
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 1222 if (!ocfile(&pkgserver, a_cfTmpVfp, pkgmap_blks)) {
|
H A D | main.c | 1704 * Get the number of blocks used by the pkgmap, ocfile() 1734 if (!ocfile(&pkgserver, &cfTmpVfp, pkgmap_blks)) {
|
Completed in 72 milliseconds