Home | History | Annotate | Download | only in server

Lines Matching refs:id

13 	unsigned int id;
33 /* Adds an ID that shares the buffer. */
34 int buffer_share_add_id(struct buffer_share *mix, unsigned int id, void *data);
36 /* Removes an ID that shares the buffer. */
37 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id);
40 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id,
50 * The amount by which the user given by id is ahead of the current write
54 unsigned int id);
57 * Gets the data pointer for given id.
60 unsigned int id);