Searched refs:vxworksFileId (Results 1 – 1 of 1) sorted by relevance
39133 struct vxworksFileId *pId; /* Unique file ID */39796 struct vxworksFileId { struct39797 struct vxworksFileId *pNext; /* Next in a list of them all */ argument39808 static struct vxworksFileId *vxworksFileList = 0; argument39857 static struct vxworksFileId *vxworksFindFileId(const char *zAbsoluteName){ in vxworksFindFileId()39858 struct vxworksFileId *pNew; /* search key and new file ID */ in vxworksFindFileId()39859 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */ in vxworksFindFileId()39899 static void vxworksReleaseFileId(struct vxworksFileId *pId){ in vxworksReleaseFileId()39904 struct vxworksFileId **pp; in vxworksReleaseFileId()40014 struct vxworksFileId *pId; /* Unique file ID for vxworks. */