Searched defs:_sbuf_info (Results 1 – 1 of 1) sorted by relevance
44 typedef struct _sbuf_info { struct45 _sbuf_info *fNext; /* next "newer" buffer in the chain */ argument46 subscriber_id fAvailTo; /* next subscriber to acquire this buffer */47 subscriber_id fHeldBy; /* subscriber that's acquired this buffer */48 bigtime_t fAcqTime; /* time at which this buffer was acquired */49 area_id fAreaID; /* for system memory allocation calls */50 char *fAddress;51 int32 fSize; /* usable portion can be smaller than ... */52 int32 fAreaSize; /* ... the size of the area. */53 bool fIsFinal; /* TRUE => stream is stopping */