Searched defs:VBUF (Results 1 – 1 of 1) sorted by relevance
34 typedef struct VBUF VBUF; typedef39 struct VBUF { struct45 VBUF_GET_READY_FN get_ready; /* read buffer empty action */ argument46 VBUF_PUT_READY_FN put_ready; /* write buffer full action */ argument47 VBUF_SPACE_FN space; /* request for buffer space */ argument51 * Typically, an application will embed a VBUF structure into a larger argument