Searched refs:notify_server_port (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/lib/libnotify/ |
| HD | notify_client.c | 270 …kstatus = bootstrap_look_up2(bootstrap_port, NOTIFY_SERVICE_NAME, &globals->notify_server_port, 0,… in _notify_lib_init() 299 …kstatus = _notify_server_register_plain(globals->notify_server_port, (char*)NOTIFY_IPC_VERSION_NAM… in _notify_lib_init() 302 kstatus = _notify_server_get_state(globals->notify_server_port, cid, &state, &status); in _notify_lib_init() 310 _notify_server_cancel(globals->notify_server_port, cid, &status); in _notify_lib_init() 398 if (globals->notify_server_port != MACH_PORT_NULL) globals->client_opts = NOTIFY_OPT_DISABLE; in _notify_fork_child() 405 globals->notify_server_port = MACH_PORT_NULL; in _notify_fork_child() 611 …kstatus = _notify_server_regenerate(globals->notify_server_port, (caddr_t)t->name, t->namelen, t->… in _notify_lib_regenerate_token() 974 globals->notify_server_port = globals->saved_server_port; in notify_set_options() 991 globals->saved_server_port = globals->notify_server_port; in notify_set_options() 992 globals->notify_server_port = MACH_PORT_NULL; in notify_set_options() [all …]
|
| HD | notify_internal.h | 47 mach_port_t notify_server_port; member
|