HomeSort by: relevance | last modified time | path
    Searched refs:isdgram (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 322 int cacherep = RC_DOIT, isdgram, taglen = -1; local in function:nfs_proc
331 isdgram = 0;
333 isdgram = 1;
382 nfsrvd_dorpc(nd, isdgram, tagstr, taglen, minorvers, td);
nfs_nfsdserv.c 93 nfsrvd_access(struct nfsrv_descript *nd, __unused int isdgram,
180 nfsrvd_getattr(struct nfsrv_descript *nd, int isdgram,
282 isdgram, 1, supports_nfsv4acls,
306 nfsrvd_setattr(struct nfsrv_descript *nd, __unused int isdgram,
495 nfsrvd_lookup(struct nfsrv_descript *nd, __unused int isdgram,
595 nfsrvd_readlink(struct nfsrv_descript *nd, __unused int isdgram,
638 nfsrvd_read(struct nfsrv_descript *nd, __unused int isdgram,
798 nfsrvd_write(struct nfsrv_descript *nd, __unused int isdgram,
977 nfsrvd_create(struct nfsrv_descript *nd, __unused int isdgram,
1146 nfsrvd_mknod(struct nfsrv_descript *nd, __unused int isdgram,
    [all...]
nfs_nfsdsocket.c 367 static void nfsrvd_compound(struct nfsrv_descript *nd, int isdgram,
475 nfsrvd_dorpc(struct nfsrv_descript *nd, int isdgram, u_char *tag, int taglen,
558 nfsrvd_compound(nd, isdgram, tag, taglen, minorvers, p);
568 error = (*(nfsrv3_procs1[nd->nd_procnum]))(nd, isdgram,
571 error = (*(nfsrv3_procs2[nd->nd_procnum]))(nd, isdgram,
574 error = (*(nfsrv3_procs0[nd->nd_procnum]))(nd, isdgram,
620 nfsrvd_compound(struct nfsrv_descript *nd, int isdgram, u_char *tag,
979 error = (*(nfsrv4_ops1[op]))(nd, isdgram, vp,
1026 error = (*(nfsrv4_ops2[op]))(nd, isdgram,
1065 isdgram, vp, p, &vpnes)
    [all...]
nfs_nfsdport.c 1535 struct ucred *cred, struct thread *p, int isdgram, int reterr,
1541 attrbitp, cred, p, isdgram, reterr, supports_nfsv4acls, at_root,
1572 nfsrvd_readdir(struct nfsrv_descript *nd, int isdgram,
1816 nfsrvd_readdirplus(struct nfsrv_descript *nd, int isdgram,
2261 nd->nd_cred, p, isdgram, 0,
2267 nd->nd_cred, p, isdgram, 0,
  /src/usr.bin/fstat/
fstat.c 1072 bool isdgram; local in function:socktrans
1117 isdgram = false;
1123 isdgram = true;
1135 ntohs(inp->inp_lport), isdgram);
1137 ntohs(inp->inp_fport), isdgram);
1148 isdgram = true;
1160 ntohs(inp->inp_lport), isdgram);
1162 ntohs(inp->inp_fport), isdgram);
  /src/sys/fs/nfs/common/
nfs_commonport.c 278 nfsvno_getfs(struct nfsfsinfo *sip, int isdgram)
287 if (isdgram)
nfs_commonsubs.c 2044 nfsattrbit_t *attrbitp, struct ucred *cred, NFSPROC_T *p, int isdgram,
2082 nfsvno_getfs(&fsinf, isdgram);

Completed in 20 milliseconds