Home
last modified time | relevance | path

Searched refs:_nc_table_find (Results 1 – 8 of 8) sorted by relevance

/NextBSD/usr.sbin/notifyd/
HDservice.c84 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in service_open_path()
148 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in service_open_path_private()
306 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in service_open_timer()
388 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in service_open_timer_private()
HDtable.h39 extern void *_nc_table_find(table_t *t, const char *key);
HDnotifyd.c682 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in daemon_post()
729 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in daemon_set_state()
HDnotify_proc.c466 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in __notify_server_post_2()
614 n = (name_info_t *)_nc_table_find(global.notify_state->name_table, name); in __notify_server_register_check_2()
/NextBSD/lib/libnotify/
HDlibnotify.c620 n = (name_info_t *)_nc_table_find(ns->name_table, name); in _notify_lib_post()
1165 n = (name_info_t *)_nc_table_find(ns->name_table, name); in _internal_register_common()
1345 n = (name_info_t *)_nc_table_find(ns->name_table, name); in _notify_lib_set_owner()
1385 n = (name_info_t *)_nc_table_find(ns->name_table, name); in _notify_lib_get_owner()
1439 n = (name_info_t *)_nc_table_find(ns->name_table, name); in _notify_lib_set_access()
1478 n = (name_info_t *)_nc_table_find(ns->name_table, name); in _notify_lib_get_access()
1533 n = (name_info_t *)_nc_table_find(ns->name_table, name); in _notify_lib_release_name()
HDtable.h40 extern void *_nc_table_find(table_t *t, const char *key);
HDnotify_client.c545 n = (name_table_node_t *)_nc_table_find(globals->token_name_table, name); in name_table_find_retain_no_lock()
557 n = (name_table_node_t *)_nc_table_find(globals->token_name_table, name); in name_table_release_no_lock()
577 n = (name_table_node_t *)_nc_table_find(globals->token_name_table, name); in name_table_set_nid()
HDtable.c149 _nc_table_find(table_t *tin, const char *key) in _nc_table_find() function