Lines Matching full:context
13 int init_windows(struct mbox_context *context);
14 void free_windows(struct mbox_context *context);
16 int write_from_window_v1(struct mbox_context *context,
18 int write_from_window(struct mbox_context *context, uint32_t offset,
21 void alloc_window_dirty_bytemap(struct mbox_context *context);
22 int set_window_bytemap(struct mbox_context *context, struct window_context *cur,
24 void close_current_window(struct mbox_context *context, bool set_bmc_event,
26 void reset_window(struct mbox_context *context, struct window_context *window);
27 void reset_all_windows(struct mbox_context *context, bool set_bmc_event);
28 struct window_context *find_oldest_window(struct mbox_context *context);
29 struct window_context *find_largest_window(struct mbox_context *context);
30 struct window_context *search_windows(struct mbox_context *context,
32 int create_map_window(struct mbox_context *context,