Home
last modified time | relevance | path

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

/dragonfly/lib/libc/sysvipc/
H A Dshm.c185 data = _hash_lookup(shmres, shmid); in _shmget()
229 data = _hash_lookup(shmres, shmid); in sysvipc_shmat()
470 data = _hash_lookup(shmres, id); in get_shmdata()
535 data = _hash_lookup(shmres, id); in set_shmdata_access()
H A Dsysvipc_hash.h49 void *_hash_lookup(struct hashtable *, u_long);
H A DSymbol.map54 _hash_lookup;
H A Dsysvipc_hash.c96 _hash_lookup(struct hashtable *hashtable, u_long key) in _hash_lookup() function
H A Dsem.c53 data = _hash_lookup(shmres, id); in put_shmdata()
559 data = _hash_lookup(shmaddrs, (u_long)undos); in semundo_adjust()
H A Dmsg.c66 data = _hash_lookup(shmres, id); in put_shmdata()
/dragonfly/usr.sbin/sysvipcd/
H A Dshmd.c230 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()
H A Dsysvipcd.c171 if (_hash_lookup(clientshash, cl->pid)) { in daemon_add_client()