OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdtbus_mbox_channel
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/fdt/
fdt_mbox.h
37
struct
fdtbus_mbox_channel
{
struct
53
struct
fdtbus_mbox_channel
*
55
struct
fdtbus_mbox_channel
*
58
int fdtbus_mbox_send(struct
fdtbus_mbox_channel
*, const void *,
60
int fdtbus_mbox_recv(struct
fdtbus_mbox_channel
*, void *, size_t);
61
void fdtbus_mbox_put(struct
fdtbus_mbox_channel
*);
fdt_mbox.c
95
struct
fdtbus_mbox_channel
*
99
struct
fdtbus_mbox_channel
*mbox = NULL;
147
struct
fdtbus_mbox_channel
*
161
fdtbus_mbox_put(struct
fdtbus_mbox_channel
*mbox)
170
fdtbus_mbox_send(struct
fdtbus_mbox_channel
*mbox, const void *data, size_t len)
178
fdtbus_mbox_recv(struct
fdtbus_mbox_channel
*mbox, void *data, size_t len)
/src/sys/arch/arm/apple/
apple_rtkit.c
78
struct
fdtbus_mbox_channel
*mc;
86
rtkit_recv(struct
fdtbus_mbox_channel
*mc, struct apple_mbox_msg *msg)
101
rtkit_send(struct
fdtbus_mbox_channel
*mc, uint32_t endpoint,
114
struct
fdtbus_mbox_channel
*mc = state->mc;
125
struct
fdtbus_mbox_channel
*mc = state->mc;
199
struct
fdtbus_mbox_channel
*mc = state->mc;
229
struct
fdtbus_mbox_channel
*mc = state->mc;
258
struct
fdtbus_mbox_channel
*mc = state->mc;
331
struct
fdtbus_mbox_channel
*mc = state->mc;
Completed in 24 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025