Searched defs:hash (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_auth.c47 * Generate a hash key from a magic.
50 * \return hash key.
52 * The key is the modulus of the hash table size, #DRM_HASH_SIZE, which must be
66 * Searches in drm_device::magiclist within all files with the same hash key
74 int hash = drm_hash_magic(magic); local
78 for (pt = master->magiclist[hash].head; pt; pt = pt->next) {
96 * associated the magic number hash key in drm_device::magiclist, while holding
102 int hash; local
108 hash = drm_hash_magic(magic);
118 if (master->magiclist[hash]
143 int hash; local
[all...]

Completed in 7 milliseconds