Home
last modified time | relevance | path

Searched defs:mbox_context (Results 1 – 2 of 2) sorted by relevance

/openbmc/hiomapd/
H A Dmboxd.h73 struct mbox_context { struct
74 enum api_version version;
75 const struct protocol_ops *protocol;
76 const struct transport_ops *transport;
77 struct backend backend;
80 const char *source;
83 enum mbox_state state;
84 struct pollfd fds[TOTAL_FDS];
85 sd_bus *bus;
86 bool terminate;
[all …]
/openbmc/phosphor-mboxd/
H A Dmbox.h138 struct mbox_context { struct
140 enum mbox_state state;
141 enum api_version version;
142 struct pollfd fds[TOTAL_FDS];
143 sd_bus *bus;
144 bool terminate;
145 uint8_t bmc_events;
146 uint8_t prev_seq;
149 const mboxd_mbox_handler *handlers;
153 struct window_list windows;
[all …]