Home | Sort by: relevance | last modified time | path |
/src/sys/fs/nfs/common/ | |
nfsdiskless.h | 79 int sotype; /* Socket type */ member in struct:onfs_args |
/src/sys/nfs/ | |
nfs_clntsocket.c | 106 int error, sotype, rcvflg; local in function:nfs_receive 113 sotype = rep->r_nmp->nm_sotype; 123 if (sotype != SOCK_DGRAM) { 166 if (sotype == SOCK_STREAM) { |
nfs_syscalls.c | 602 int error = 0, cacherep, siz, sotype, writes_todo; local in function:nfssvc_nfsd 727 sotype = slp->ns_so->so_type; 824 if (sotype == SOCK_STREAM) { 849 nfsd_rt(sotype, nd, cacherep); 1066 nfsd_rt(int sotype, struct nfsrv_descript *nd, int cacherep) 1078 if (sotype == SOCK_STREAM) |
nfsmount.h | 55 int sotype; /* Socket type */ member in struct:nfs_args |
/src/sys/compat/netbsd32/ | |
netbsd32.h | 1133 int32_t sotype; /* Socket type */ member in struct:netbsd32_nfs_args |