sys/dev/kttcp.c
109
error = kttcp_send(l, (struct kttcp_io_args *) data);
sys/dev/kttcp.c
113
error = kttcp_recv(l, (struct kttcp_io_args *) data);
sys/dev/kttcp.c
124
kttcp_send(struct lwp *l, struct kttcp_io_args *kio)
sys/dev/kttcp.c
157
kttcp_recv(struct lwp *l, struct kttcp_io_args *kio)
sys/dev/kttcp.c
68
static int kttcp_send(struct lwp *l, struct kttcp_io_args *);
sys/dev/kttcp.c
69
static int kttcp_recv(struct lwp *l, struct kttcp_io_args *);
sys/dev/kttcpio.h
53
#define KTTCP_IO_SEND _IOWR('K', 0, struct kttcp_io_args)
sys/dev/kttcpio.h
54
#define KTTCP_IO_RECV _IOWR('K', 1, struct kttcp_io_args)