• Home
  • Raw
  • Download

Lines Matching refs:weston_log_subscription

109 struct weston_log_subscription {  struct
121 static struct weston_log_subscription * argument
125 struct weston_log_subscription *sub; in find_pending_subscription()
149 struct weston_log_subscription *sub = zalloc(sizeof(*sub)); in weston_log_subscription_create_pending()
169 weston_log_subscription_destroy_pending(struct weston_log_subscription *sub) in weston_log_subscription_destroy_pending()
183 weston_log_subscription_write(struct weston_log_subscription *sub, in weston_log_subscription_write()
195 weston_log_subscription_vprintf(struct weston_log_subscription *sub, in weston_log_subscription_vprintf()
215 weston_log_subscription_set_data(struct weston_log_subscription *sub, void *data) in weston_log_subscription_set_data()
223 weston_log_subscription_get_data(struct weston_log_subscription *sub) in weston_log_subscription_get_data()
252 struct weston_log_subscription *sub; in weston_log_subscription_create()
278 weston_log_subscription_destroy(struct weston_log_subscription *sub) in weston_log_subscription_destroy()
310 struct weston_log_subscription *sub) in weston_log_subscription_add()
326 weston_log_subscription_remove(struct weston_log_subscription *sub) in weston_log_subscription_remove()
360 weston_log_run_cb_new_subscription(struct weston_log_subscription *sub) in weston_log_run_cb_new_subscription()
433 struct weston_log_subscription *pending_sub, *pending_sub_tmp; in weston_log_ctx_destroy()
583 struct weston_log_subscription *pending_sub = NULL; in weston_log_ctx_add_log_scope()
687 struct weston_log_subscription *sub, *sub_tmp; in weston_log_scope_destroy()
736 weston_log_subscription_complete(struct weston_log_subscription *sub) in weston_log_subscription_complete()
758 struct weston_log_subscription *sub; in weston_log_scope_complete()
782 struct weston_log_subscription *sub; in weston_log_scope_write()
865 weston_log_subscription_printf(struct weston_log_subscription *sub, in weston_log_subscription_printf()
919 struct weston_log_subscription *sub, *sub_tmp; in weston_log_subscriber_release()
990 WL_EXPORT struct weston_log_subscription *
992 struct weston_log_subscription *sub_iter) in weston_log_subscription_iterate()
1010 return container_of(node, struct weston_log_subscription, source_link); in weston_log_subscription_iterate()