Searched refs:_notify_lib_register_plain (Results 1 – 5 of 5) sorted by relevance
| /trueos/usr.sbin/notifyd/ |
| HD | notifyd.c | 915 …_notify_lib_register_plain(global.notify_state, NOTIFY_IPC_VERSION_NAME, -1, notifyd_token++, -1, … in init_config() 955 _notify_lib_register_plain(global.notify_state, args[1], -1, notifyd_token++, -1, 0, 0, &nid); in init_config() 966 _notify_lib_register_plain(global.notify_state, args[1], -1, notifyd_token++, -1, 0, 0, &nid); in init_config() 980 _notify_lib_register_plain(global.notify_state, args[1], -1, notifyd_token++, -1, 0, 0, &nid); in init_config()
|
| HD | notify_proc.c | 556 status = _notify_lib_register_plain(global.notify_state, name, pid, token, -1, uid, gid, &nid); in __notify_server_register_plain_2() 667 *status = _notify_lib_register_plain(global.notify_state, name, pid, token, x, uid, gid, name_id); in __notify_server_register_check_2()
|
| /trueos/lib/libnotify/ |
| HD | libnotify.h | 187 uint32_t _notify_lib_register_plain(notify_state_t *ns, const char *name, pid_t pid, int token, uin…
|
| HD | notify_client.c | 1398 …status = _notify_lib_register_plain(ns_self, name, NOTIFY_CLIENT_SELF, token, SLOT_NONE, 0, 0, &ni… in notify_register_check() 1474 …status = _notify_lib_register_plain(ns_self, name, NOTIFY_CLIENT_SELF, token, SLOT_NONE, 0, 0, &ni… in notify_register_plain()
|
| HD | libnotify.c | 1300 _notify_lib_register_plain(notify_state_t *ns, const char *name, pid_t pid, int token, uint32_t slo… in _notify_lib_register_plain() function
|