Searched refs:fnv (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-prng.c26 #include <fnv.h>
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c398 nl7c_logd_init(int fsz, caddr_t *fnv) argument
415 fnp = fnv;
424 if (++fnp == &fnv[NCA_FIOV_SZ])
463 /* Read the symlink and find it in fnv[], else fresh start */
480 fnp = fnv;
485 if (++fnp == &fnv[NCA_FIOV_SZ])
516 * fnv[]. Remove the existing symlink (if any) then create the new
H A Dnl7c.c622 static caddr_t fnv[NCA_FIOV_SZ]; variable
649 caddr_t *fnvp = fnv;
810 if (fnvp == fnv) {
817 if (fnvp < &fnv[NCA_FIOV_SZ]) {
840 if (! nl7c_logd_init(file_size, fnv)) {
/illumos-gate/usr/src/lib/libast/
H A DMakefile90 fnv.h \
/illumos-gate/usr/src/lib/libast/common/
H A Dllib-last74 #include <fnv.h>

Completed in 54 milliseconds