Searched refs:_notify_lib_port_proc_new (Results 1 – 3 of 3) sorted by relevance
| /trueos/lib/libnotify/ |
| HD | libnotify.h | 110 #define _notify_lib_port_new(A,B,C,D) _notify_lib_port_proc_new(A,B,0,C,D) 111 #define _notify_lib_proc_new(A,B,C,D) _notify_lib_port_proc_new(A,MACH_PORT_NULL,B,C,D) 215 uint32_t _notify_lib_port_proc_new(notify_state_t *ns, mach_port_t port, pid_t proc, uint32_t state…
|
| HD | libnotify.c | 358 _notify_lib_port_proc_new(notify_state_t *ns, mach_port_t port, pid_t proc, uint32_t state, dispatc… in _notify_lib_port_proc_new() function
|
| /trueos/usr.sbin/notifyd/ |
| HD | notify_proc.c | 328 _notify_lib_port_proc_new(global.notify_state, MACH_PORT_NULL, pid, 0, src); in register_pid() 365 _notify_lib_port_proc_new(global.notify_state, c->port, 0, NOTIFY_PORT_PROC_STATE_SUSPENDED, src); in register_port()
|