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

/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)) {

Completed in 54 milliseconds