Searched refs:notify_state_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Libnotify-121.20.1/
H A Dlibnotify.h163 } notify_state_t; typedef in typeref:struct:__anon3017
165 notify_state_t *_notify_lib_notify_state_new(uint32_t flags, uint32_t table_size);
166 void _notify_lib_notify_state_free(notify_state_t *ns);
168 uint32_t _notify_lib_post(notify_state_t *ns, const char *name, uint32_t uid, uint32_t gid);
169 uint32_t _notify_lib_post_nid(notify_state_t *ns, uint64_t nid, uid_t uid, gid_t gid);
170 uint32_t _notify_lib_post_client(notify_state_t *ns, client_t *c);
172 uint32_t _notify_lib_check(notify_state_t *ns, pid_t pid, int token, int *check);
173 uint32_t _notify_lib_get_state(notify_state_t *ns, uint64_t nid, uint64_t *state, uint32_t uid, uint32_t gid);
174 uint32_t _notify_lib_set_state(notify_state_t *ns, uint64_t nid, uint64_t state, uint32_t uid, uint32_t gid);
176 uint32_t _notify_lib_register_plain(notify_state_t *n
[all...]
H A Dlibnotify.c58 notify_state_t *
61 notify_state_t *ns;
63 ns = (notify_state_t *)calloc(1, sizeof(notify_state_t));
103 _notify_lib_notify_state_free(notify_state_t *ns)
129 _internal_client_new(notify_state_t *ns, pid_t pid, int token)
155 _internal_client_release(notify_state_t *ns, client_t *c)
197 _internal_new_name(notify_state_t *ns, const char *name)
229 _internal_insert_controlled_name(notify_state_t *ns, name_info_t *n)
266 _internal_remove_controlled_name(notify_state_t *n
[all...]
H A Dnotify_internal.h43 notify_state_t *self_state;
H A Dnotify_client.c81 extern uint32_t _notify_lib_peek(notify_state_t *ns, pid_t pid, int token, int *val);
82 extern int *_notify_lib_check_addr(notify_state_t *ns, pid_t pid, int token);
123 static notify_state_t *_notify_lib_self_state();
873 static notify_state_t *
944 notify_state_t *ns_self;
1041 notify_state_t *ns_self;
1070 notify_state_t *ns_self;
1099 notify_state_t *ns_self;
1128 notify_state_t *ns_self;
1263 notify_state_t *ns_sel
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotifyd.h38 notify_state_t *notify_state;
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c77 typedef uint32_t notify_state_t; typedef
78 extern int notify_set_state(int, notify_state_t);
80 typedef uint64_t notify_state_t; typedef

Completed in 168 milliseconds