Searched refs:hashdata (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dhash.h54 #define hashdata(x) (x & 0x00FF) macro
H A Dhashserv.c90 if (multrel == 0 && hashdata(h->data) > dotpath)
91 oldpath = hashdata(h->data);
206 pr_path(h->key, hashdata(h->data));
328 hashval = hashdata(h->data);
364 hashval = hashdata(hash);
H A Dxec.c158 pos = hashdata(cmdhash);
175 pos = hashdata(cmdhash);
179 builtin(hashdata(cmdhash),argn,com,t);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dhash.c355 hash_Insert(hash_tbl *hashtable, void *hashdata, unsigned hashlen, argument
361 unsigned hashcode = hashi_HashFunction(hashdata, hashlen);
476 hash_Delete(hash_tbl *hashtable, void *hashdata, unsigned hashlen, argument
482 unsigned hashcode = hashi_HashFunction(hashdata, hashlen);
514 hash_Lookup(hash_tbl *hashtable, void *hashdata, unsigned hashlen, argument
520 unsigned hashcode = hashi_HashFunction(hashdata, hashlen);

Completed in 114 milliseconds