Searched refs:a_cpVfp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dvfpops.c953 * Arguments: VFP_T **a_cpVfp - pointer to pointer to VFP_T that represents
975 * a_cpVfp -- contents reset to zero if used to open the file
980 vfpCheckpointOpen(VFP_T **a_cpVfp, VFP_T **r_vfp, char *a_path, argument
984 VFP_T *cpVfp; /* local -> to a_cpVfp checkpointed VFP */
993 if ((a_cpVfp == (VFP_T **)NULL) || (*a_cpVfp == (VFP_T *)NULL) ||
994 ((*a_cpVfp)->_vfpStart == (char *)NULL)) {
995 (void) vfpClose(a_cpVfp);
999 /* localize access to checkpointed VFP_T (*a_cpVfp) */
1001 cpVfp = *a_cpVfp;
[all...]

Completed in 15 milliseconds