Searched defs:vfp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c648 gpkgmapvfp(struct cfent *ept, VFP_T *vfp) argument
671 /* return error if no vfp specified */
673 if (vfp == (VFP_T *)NULL) {
678 while (((c = vfpGetcNoInc(vfp)) != '\0') && (isspace(vfpGetc(vfp))))
696 if (vfp->_vfpCurr && (vfp->_vfpCurr > vfp->_vfpEnd)) {
720 c = vfpGetc(vfp);
730 (void) findendvfp(&vfpGetCurrCharPtr(vfp));
[all...]
H A Dvfpops.c45 * to use the various "vfp" operations to access a file, with a resulting
53 * vfpClose - close file associated with vfp
60 * vfpGetModifiedLen - get highest modified byte (length) contained in vfp
61 * vfpGetPath - get the path associated with the vfp
64 * vfpGets - get a string from the vfp into a fixed size buffer
67 * vfpOpen - open file on vfp
80 * vfpWriteToFile - write data contained in vfp to specified file
102 * flags element of the vfp. These flags may only occupy the high order order
103 * 16 bits of the 32-bit unsigned vfp "flags" object.
112 /* path name given to "anonymous" (string) vfp */
156 VFP_T *vfp; local
413 VFP_T *vfp; local
818 VFP_T *vfp; /* newly allocated checkpointed VFP */ local
985 VFP_T *vfp; /* new VFP open on checkpointed backing store */ local
[all...]
/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c1436 vmem_freelist_t *vfp; local
1462 vfp = &vmp->vm_freelist[i];
1463 vfp->vs_end = 1UL << i;
1464 vfp->vs_knext = (vmem_seg_t *)(vfp + 1);
1465 vfp->vs_kprev = (vmem_seg_t *)(vfp - 1);

Completed in 34 milliseconds