Searched refs:_nc_table_find (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/usr.sbin/notifyd/ |
| HD | service.c | 84 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()
|
| HD | table.h | 39 extern void *_nc_table_find(table_t *t, const char *key);
|
| HD | notifyd.c | 682 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()
|
| HD | notify_proc.c | 466 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/ |
| HD | libnotify.c | 620 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()
|
| HD | table.h | 40 extern void *_nc_table_find(table_t *t, const char *key);
|
| HD | notify_client.c | 545 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()
|
| HD | table.c | 149 _nc_table_find(table_t *tin, const char *key) in _nc_table_find() function
|