Definition at line 100 of file dazuko_core.c.
int slot::id |
Definition at line 107 of file dazuko_core.c.
Referenced by dazuko_register_daemon(), and dazuko_return_access().
Definition at line 108 of file dazuko_core.c.
Referenced by __dazuko_change_slot_state(), _dazuko_find_slot(), _dazuko_unregister_daemon(), dazuko_find_slot(), dazuko_handle_request_return_an_access(), dazuko_register_daemon(), dazuko_run_daemon_on_slotlist(), and dazuko_set_option().
int slot::write_mode |
Definition at line 109 of file dazuko_core.c.
Referenced by dazuko_handle_request(), dazuko_register_daemon(), and handle_event_as_readonly().
int slot::state |
Definition at line 110 of file dazuko_core.c.
Referenced by __dazuko_change_slot_state(), and dazuko_slot_state().
int slot::response |
Definition at line 111 of file dazuko_core.c.
Referenced by dazuko_return_access(), and dazuko_run_daemon_on_slotlist().
int slot::event |
Definition at line 112 of file dazuko_core.c.
Referenced by dazuko_handle_request(), dazuko_handle_request_get_an_access(), dazuko_handle_user_request_compat1(), dazuko_handle_user_request_compat12(), dazuko_run_daemon_on_slotlist(), and handle_event_as_readonly().
Definition at line 113 of file dazuko_core.c.
Referenced by dazuko_handle_user_request_compat1(), dazuko_handle_user_request_compat12(), and dazuko_run_daemon_on_slotlist().
char* slot::filename |
Definition at line 114 of file dazuko_core.c.
Referenced by dazuko_handle_request(), dazuko_handle_request_get_an_access(), dazuko_handle_user_request_compat1(), dazuko_handle_user_request_compat12(), and dazuko_run_daemon_on_slotlist().
struct event_properties slot::event_p |
Definition at line 115 of file dazuko_core.c.
Referenced by dazuko_handle_request(), dazuko_handle_request_get_an_access(), dazuko_handle_user_request_compat1(), dazuko_handle_user_request_compat12(), and dazuko_run_daemon_on_slotlist().
struct file_properties slot::file_p |
Definition at line 116 of file dazuko_core.c.
Referenced by dazuko_handle_request(), dazuko_handle_request_get_an_access(), and dazuko_run_daemon_on_slotlist().
struct xp_mutex slot::mutex |
Definition at line 117 of file dazuko_core.c.
Referenced by _dazuko_find_slot(), _dazuko_unregister_daemon(), dazuko_change_slot_state(), dazuko_handle_request(), dazuko_handle_request_get_an_access(), dazuko_handle_user_request_compat1(), dazuko_handle_user_request_compat12(), dazuko_register_daemon(), dazuko_return_access(), dazuko_run_daemon_on_slotlist(), and dazuko_slot_state().
struct slot_list* slot::slot_list |
Definition at line 118 of file dazuko_core.c.
Referenced by dazuko_get_an_access(), and dazuko_register_daemon().
Definition at line 119 of file dazuko_core.c.
Referenced by _dazuko_unregister_daemon(), dazuko_get_an_access(), dazuko_register_daemon(), and dazuko_run_daemon_on_slotlist().
Definition at line 120 of file dazuko_core.c.
Referenced by _dazuko_unregister_daemon(), dazuko_get_an_access(), dazuko_register_daemon(), dazuko_return_access(), and dazuko_run_daemon_on_slotlist().
Definition at line 121 of file dazuko_core.c.
Referenced by _dazuko_unregister_daemon(), dazuko_register_daemon(), dazuko_return_access(), and dazuko_run_daemon_on_slotlist().
Definition at line 87 of file dazuko_xp.c.
char* slot::filename |
Definition at line 93 of file dazuko_xp.c.
struct event_properties slot::event_p |
Definition at line 94 of file dazuko_xp.c.
struct file_properties slot::file_p |
Definition at line 95 of file dazuko_xp.c.
struct xp_mutex slot::mutex |
Definition at line 96 of file dazuko_xp.c.