Searched refs:clientshash (Results 1 – 2 of 2) sorted by relevance
55 struct hashtable *clientshash = NULL; variable86 clientshash = _hash_init(MAX_CLIENTS); in daemon_init()87 if (!clientshash) in daemon_init()123 free(clientshash); in daemon_init()171 if (_hash_lookup(clientshash, cl->pid)) { in daemon_add_client()179 _hash_insert(clientshash, cl->pid, cl); in daemon_add_client()204 _hash_remove(clientshash, cl->pid); in daemon_remove_client()
73 extern struct hashtable *clientshash;230 struct client *cl = _hash_lookup(clientshash, pid); in install_fd_client()415 struct client *cl= _hash_lookup(clientshash, pid); in shmget_allocate_segment()512 struct client *cl= _hash_lookup(clientshash, pid); in shmget_allocate_segment()642 cl = _hash_lookup(clientshash, pid); in handle_shmat()681 cl = _hash_lookup(clientshash, pid); in handle_shmdt()