OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kttcp_io_args
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/
kttcpio.h
45
struct
kttcp_io_args
{
struct
53
#define KTTCP_IO_SEND _IOWR('K', 0, struct
kttcp_io_args
)
54
#define KTTCP_IO_RECV _IOWR('K', 1, struct
kttcp_io_args
)
kttcp.c
68
static int kttcp_send(struct lwp *l, struct
kttcp_io_args
*);
69
static int kttcp_recv(struct lwp *l, struct
kttcp_io_args
*);
109
error = kttcp_send(l, (struct
kttcp_io_args
*) data);
113
error = kttcp_recv(l, (struct
kttcp_io_args
*) data);
124
kttcp_send(struct lwp *l, struct
kttcp_io_args
*kio)
157
kttcp_recv(struct lwp *l, struct
kttcp_io_args
*kio)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
704
unsigned struct_kttcp_io_args_sz = sizeof(
kttcp_io_args
);
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025