Home
last modified time | relevance | path

Searched refs:private (Results 1 – 7 of 7) sorted by relevance

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Devent_handler.c56 crash = (struct crash_t *)e->private; in wdt_timeout()
61 info = (struct info_t *)e->private; in wdt_timeout()
179 vme = (struct vm_event_t *)e->private; in event_handle()
A Dsender.c286 struct crash_t *crash = (struct crash_t *)e->private; in crashlog_send_crash()
339 struct info_t *info = (struct info_t *)e->private; in crashlog_send_info()
400 struct vm_event_t *vme = (struct vm_event_t *)e->private; in crashlog_send_vmevent()
472 rcrash = (struct crash_t *)e->private; in crashlog_event_analyze()
488 e->private = (void *)crash; in crashlog_event_analyze()
491 vme = (struct vm_event_t *)e->private; in crashlog_event_analyze()
523 crash = (struct crash_t *)e->private; in crashlog_new_event()
532 info = (struct info_t *)e->private; in crashlog_new_event()
545 vme = (struct vm_event_t *)e->private; in crashlog_new_event()
A Dchannels.c66 const char *channel, void *private, in create_event() argument
85 e->private = private; in create_event()
389 void *private; in receive_inotify_events() local
423 event_type = get_conf_by_wd(ievent->wd, &private); in receive_inotify_events()
428 private, channel->fd, in receive_inotify_events()
A Dload_conf.c275 enum event_type_t get_conf_by_wd(int wd, void **private) in get_conf_by_wd() argument
281 *private = conf; in get_conf_by_wd()
287 *private = conf; in get_conf_by_wd()
A Dloop.c494 void *private) in callback_for_subentries() argument
497 struct walking_inode_data *data = private; in callback_for_subentries()
/misc/debug_tools/acrn_crashlog/acrnprobe/include/
A Devent_queue.h28 void *private; member
A Dload_conf.h252 enum event_type_t get_conf_by_wd(int wd, void **private);

Completed in 14 milliseconds