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

  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 1842 int rem, len, error = 0, pubtype = 0, outlen = 0, percent = 0; local in function:nfsrv_parsename
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) {
nfs_nfsdsubs.c 1842 int rem, len, error = 0, pubtype = 0, outlen = 0, percent = 0; local in function:nfsrv_parsename
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 22 milliseconds