HomeSort by: relevance | last modified time | path
    Searched defs:pubtype (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 1842 int rem, len, error = 0, pubtype = 0, outlen = 0, percent = 0; local
1908 * pubtype == 1 -> native path
1909 * pubtype == 2 -> canonical path
1921 pubtype = 1;
1923 pubtype = 2;
1929 if (*fromcp == '/' && pubtype != 1) {
1959 if (*fromcp == '%' && pubtype == 2) {

Completed in 14 milliseconds