Lines Matching refs:ssize_t
336 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes);
337 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes);
338 static ssize_t ep0_consume(struct thread *t, const void *buf, size_t nbytes);
339 static ssize_t fill_in_buf(struct thread *t, void *buf, size_t nbytes);
340 static ssize_t empty_out_buf(struct thread *t, const void *buf, size_t nbytes);
347 ssize_t (*in)(struct thread *, void *, size_t);
350 ssize_t (*out)(struct thread *, const void *, size_t);
356 ssize_t status;
423 ssize_t ret; in start_thread_helper()
483 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap()
488 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap()
500 static ssize_t
525 static ssize_t
530 ssize_t ret; in empty_out_buf()
587 static ssize_t
629 ssize_t ret; in ep0_init()