Lines Matching refs:ssize_t
288 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes);
289 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes);
290 static ssize_t ep0_consume(struct thread *t, const void *buf, size_t nbytes);
291 static ssize_t fill_in_buf(struct thread *t, void *buf, size_t nbytes);
292 static ssize_t empty_out_buf(struct thread *t, const void *buf, size_t nbytes);
299 ssize_t (*in)(struct thread *, void *, size_t);
302 ssize_t (*out)(struct thread *, const void *, size_t);
308 ssize_t status;
375 ssize_t ret; in start_thread_helper()
435 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap()
440 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap()
452 static ssize_t
477 static ssize_t
482 ssize_t ret; in empty_out_buf()
539 static ssize_t
581 ssize_t ret; in ep0_init()