| 749 | } |
| 750 | |
| 751 | void |
| 752 | soaio_snd(void *context, int pending) |
| 753 | { |
| 754 | struct socket *so; |
| 755 | |
| 756 | so = context; |
| 757 | soaio_process_sb(so, &so->so_snd); |
| 758 | } |
| 759 | |
| 760 | void |
| 761 | sowakeup_aio(struct socket *so, struct sockbuf *sb) |
nothing calls this directly
no test coverage detected