Searched refs:vxworksFileId (Results 1 – 1 of 1) sorted by relevance
251 struct vxworksFileId *pId; /* Unique file ID */905 struct vxworksFileId { struct906 struct vxworksFileId *pNext; /* Next in a list of them all */ argument917 static struct vxworksFileId *vxworksFileList = 0; argument966 static struct vxworksFileId *vxworksFindFileId(const char *zAbsoluteName){ in vxworksFindFileId()967 struct vxworksFileId *pNew; /* search key and new file ID */ in vxworksFindFileId()968 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */ in vxworksFindFileId()1008 static void vxworksReleaseFileId(struct vxworksFileId *pId){ in vxworksReleaseFileId()1013 struct vxworksFileId **pp; in vxworksReleaseFileId()1123 struct vxworksFileId *pId; /* Unique file ID for vxworks. */