Searched refs:_bstr_hndl (Results 1 – 1 of 1) sorted by relevance
37 struct _bstr_hndl { struct39 int (*bstr_read)(struct _bstr_hndl *h, uchar_t *buf, off_t size); argument40 int (*bstr_write)(struct _bstr_hndl *h, uchar_t *buf, off_t size); argument41 int (*bstr_close)(struct _bstr_hndl *h); argument42 int (*bstr_size)(struct _bstr_hndl *h, off_t *size); argument43 void (*bstr_rewind)(struct _bstr_hndl *h); argument46 typedef struct _bstr_hndl *bstreamhandle; argument