Home
last modified time | relevance | path

Searched refs:_notify_lib_check (Results 1 – 5 of 5) sorted by relevance

/trueos/lib/libnotify/
HDnotify_internal.h101 uint32_t _notify_lib_check(notify_state_t *ns, pid_t pid, int token, int *check);
HDlibnotify.h183 uint32_t _notify_lib_check(notify_state_t *ns, pid_t pid, int token, int *check);
HDlibnotify.c962 _notify_lib_check(notify_state_t *ns, pid_t pid, int token, int *check) in _notify_lib_check() function
HDnotify_client.c1967 status = _notify_lib_check(globals->self_state, NOTIFY_CLIENT_SELF, token, check); in notify_check()
/trueos/usr.sbin/notifyd/
HDnotify_proc.c1034 *status = _notify_lib_check(global.notify_state, pid, token, check); in __notify_server_check()