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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c276 mntentry_str_hash(char *s, uint_t hash) function
297 hash = mntentry_str_hash(m->m_host, 0);
298 hash = mntentry_str_hash(m->m_path, hash);

Completed in 283 milliseconds