Data Fields | |
xp_atomic | use_count |
slot | slots [NUM_SLOTS] |
path * | incl_paths |
path * | excl_paths |
char * | reg_name |
xp_rwlock | lock_lists |
char | access_mask |
xp_rwlock | lock_trusted_list |
trusted_container * | trusted_list |
char | set_trusted_list |
xp_queue | wait_kernel_waiting_for_any_READY_slot_or_zero_use_count |
xp_atomic | use_count |
slot | slots [NUM_SLOTS] |
char | reg_name [1] |
Definition at line 124 of file dazuko_core.c.
struct xp_atomic slot_list::use_count |
Definition at line 126 of file dazuko_core.c.
Referenced by _dazuko_unregister_daemon(), and dazuko_register_daemon().
struct slot slot_list::slots[NUM_SLOTS] |
Definition at line 127 of file dazuko_core.c.
Referenced by _dazuko_find_slot(), dazuko_get_and_hold_ready_slot(), and dazuko_register_daemon().
struct path* slot_list::incl_paths |
Definition at line 128 of file dazuko_core.c.
Referenced by dazuko_is_selected(), dazuko_remove_all_paths(), and dazuko_set_option().
struct path* slot_list::excl_paths |
Definition at line 129 of file dazuko_core.c.
Referenced by dazuko_is_selected(), dazuko_remove_all_paths(), and dazuko_set_option().
char* slot_list::reg_name |
Definition at line 130 of file dazuko_core.c.
Referenced by dazuko_exit(), dazuko_register_daemon(), and find_slot_list_from_groupname().
struct xp_rwlock slot_list::lock_lists |
Definition at line 131 of file dazuko_core.c.
Referenced by dazuko_is_selected(), dazuko_register_daemon(), dazuko_remove_all_paths(), and dazuko_set_option().
Definition at line 132 of file dazuko_core.c.
Referenced by _dazuko_unregister_daemon(), dazuko_handle_user_request_compat1(), dazuko_register_trusted_daemon(), dazuko_set_option(), and dazuko_setup_amc_cache().
Definition at line 134 of file dazuko_core.c.
Referenced by dazuko_add_trusted_daemon(), dazuko_is_our_daemon(), dazuko_register_daemon(), dazuko_remove_all_trusted(), dazuko_remove_trusted(), and dazuko_unregister_trusted_daemon().
Definition at line 135 of file dazuko_core.c.
Referenced by _remove_trusted_node(), dazuko_add_trusted_daemon(), dazuko_is_our_daemon(), dazuko_remove_all_trusted(), dazuko_remove_trusted(), and dazuko_unregister_trusted_daemon().
Definition at line 136 of file dazuko_core.c.
Referenced by dazuko_add_trusted_daemon(), dazuko_is_our_daemon(), and dazuko_unregister_trusted_daemon().
Definition at line 138 of file dazuko_core.c.
Referenced by _dazuko_unregister_daemon(), dazuko_get_an_access(), dazuko_register_daemon(), and dazuko_run_daemon_on_slotlist().
struct xp_atomic slot_list::use_count |
Definition at line 101 of file dazuko_xp.c.
struct slot slot_list::slots[NUM_SLOTS] |
Definition at line 102 of file dazuko_xp.c.
char slot_list::reg_name[1] |
Definition at line 103 of file dazuko_xp.c.