Symbol: txdr_unsigned
sys/fs/nfs/client/nfs_clcomsubs.c
197
*tl++ = txdr_unsigned(NFSV41_MINORVERSION);
sys/fs/nfs/client/nfs_clcomsubs.c
199
*tl++ = txdr_unsigned(NFSV4_MINORVERSION);
sys/fs/nfs/client/nfs_clcomsubs.c
202
*tl = txdr_unsigned(opcnt);
sys/fs/nfs/client/nfs_clcomsubs.c
206
*tl = txdr_unsigned(NFSV4OP_SEQUENCE);
sys/fs/nfs/client/nfs_clcomsubs.c
217
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clcomsubs.c
223
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clcomsubs.c
241
*tl = txdr_unsigned(nfsv4_opmap[procnum].op);
sys/fs/nfs/client/nfs_clport.c
844
sp->sa_uid = txdr_unsigned(vap->va_uid);
sys/fs/nfs/client/nfs_clport.c
848
sp->sa_gid = txdr_unsigned(vap->va_gid);
sys/fs/nfs/client/nfs_clport.c
854
sp->sa_size = txdr_unsigned(rdev);
sys/fs/nfs/client/nfs_clport.c
856
sp->sa_size = txdr_unsigned(vap->va_size);
sys/fs/nfs/client/nfs_clport.c
864
*tl = txdr_unsigned(vap->va_mode);
sys/fs/nfs/client/nfs_clport.c
872
*tl = txdr_unsigned(vap->va_uid);
sys/fs/nfs/client/nfs_clport.c
880
*tl = txdr_unsigned(vap->va_gid);
sys/fs/nfs/client/nfs_clport.c
896
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT);
sys/fs/nfs/client/nfs_clport.c
900
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER);
sys/fs/nfs/client/nfs_clport.c
904
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE);
sys/fs/nfs/client/nfs_clport.c
909
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT);
sys/fs/nfs/client/nfs_clport.c
913
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER);
sys/fs/nfs/client/nfs_clport.c
917
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE);
sys/fs/nfs/client/nfs_clrpcops.c
1165
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
1231
*tl++ = txdr_unsigned(NFSV4OP_GETFH);
sys/fs/nfs/client/nfs_clrpcops.c
1232
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
1307
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
1436
*tl++ = txdr_unsigned(uiop->uio_offset);
sys/fs/nfs/client/nfs_clrpcops.c
1437
*tl++ = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
1441
*(tl + 2) = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
1613
*tl++ = txdr_unsigned(*iomode);
sys/fs/nfs/client/nfs_clrpcops.c
1614
*tl = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
1619
*tl++ = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
1620
*tl++ = txdr_unsigned(*iomode);
sys/fs/nfs/client/nfs_clrpcops.c
1621
*tl = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
1633
x = txdr_unsigned((u_int32_t)uiop->uio_offset);
sys/fs/nfs/client/nfs_clrpcops.c
1636
x = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
1665
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
1779
*tl++ = txdr_unsigned(NFSMAJOR(rdev));
sys/fs/nfs/client/nfs_clrpcops.c
1780
*tl = txdr_unsigned(NFSMINOR(rdev));
sys/fs/nfs/client/nfs_clrpcops.c
1796
*tl++ = txdr_unsigned(NFSMAJOR(rdev));
sys/fs/nfs/client/nfs_clrpcops.c
1797
*tl = txdr_unsigned(NFSMINOR(rdev));
sys/fs/nfs/client/nfs_clrpcops.c
1802
*tl++ = txdr_unsigned(NFSV4OP_GETFH);
sys/fs/nfs/client/nfs_clrpcops.c
1803
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
1923
*tl = txdr_unsigned(NFSCREATE_EXCLUSIVE);
sys/fs/nfs/client/nfs_clrpcops.c
1928
*tl = txdr_unsigned(NFSCREATE_UNCHECKED);
sys/fs/nfs/client/nfs_clrpcops.c
1984
*tl++ = txdr_unsigned(owp->nfsow_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
1985
*tl++ = txdr_unsigned(NFSV4OPEN_ACCESSWRITE |
sys/fs/nfs/client/nfs_clrpcops.c
1987
*tl++ = txdr_unsigned(NFSV4OPEN_DENYNONE);
sys/fs/nfs/client/nfs_clrpcops.c
1992
*tl++ = txdr_unsigned(NFSV4OPEN_CREATE);
sys/fs/nfs/client/nfs_clrpcops.c
1997
*tl = txdr_unsigned(NFSCREATE_GUARDED);
sys/fs/nfs/client/nfs_clrpcops.c
2001
*tl = txdr_unsigned(NFSCREATE_EXCLUSIVE41);
sys/fs/nfs/client/nfs_clrpcops.c
2009
*tl = txdr_unsigned(NFSCREATE_EXCLUSIVE);
sys/fs/nfs/client/nfs_clrpcops.c
2015
*tl = txdr_unsigned(NFSCREATE_UNCHECKED);
sys/fs/nfs/client/nfs_clrpcops.c
2019
*tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL);
sys/fs/nfs/client/nfs_clrpcops.c
2023
*tl++ = txdr_unsigned(NFSV4OP_GETFH);
sys/fs/nfs/client/nfs_clrpcops.c
2024
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2029
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clrpcops.c
2032
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
215
*tl = txdr_unsigned(mode);
sys/fs/nfs/client/nfs_clrpcops.c
221
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2227
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clrpcops.c
2232
*tl = txdr_unsigned(NFSV4OP_REMOVE);
sys/fs/nfs/client/nfs_clrpcops.c
2315
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clrpcops.c
2320
*tl = txdr_unsigned(NFSV4OP_DELEGRETURN);
sys/fs/nfs/client/nfs_clrpcops.c
2335
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clrpcops.c
2340
*tl = txdr_unsigned(NFSV4OP_SAVEFH);
sys/fs/nfs/client/nfs_clrpcops.c
2349
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2353
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clrpcops.c
2357
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2361
*tl = txdr_unsigned(NFSV4OP_RENAME);
sys/fs/nfs/client/nfs_clrpcops.c
2449
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clrpcops.c
2455
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2460
*tl = txdr_unsigned(NFSV4OP_LINK);
sys/fs/nfs/client/nfs_clrpcops.c
2516
*tl = txdr_unsigned(NFLNK);
sys/fs/nfs/client/nfs_clrpcops.c
2579
*tl = txdr_unsigned(NFDIR);
sys/fs/nfs/client/nfs_clrpcops.c
2586
*tl++ = txdr_unsigned(NFSV4OP_GETFH);
sys/fs/nfs/client/nfs_clrpcops.c
2587
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2590
*tl = txdr_unsigned(NFSV4OP_PUTFH);
sys/fs/nfs/client/nfs_clrpcops.c
2593
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2768
*tl++ = txdr_unsigned(NFSV4OP_GETFH);
sys/fs/nfs/client/nfs_clrpcops.c
2769
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2882
*tl = txdr_unsigned(readsize);
sys/fs/nfs/client/nfs_clrpcops.c
2897
*tl++ = txdr_unsigned(readsize);
sys/fs/nfs/client/nfs_clrpcops.c
2898
*tl = txdr_unsigned(readsize);
sys/fs/nfs/client/nfs_clrpcops.c
2901
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
2904
*tl = txdr_unsigned(readsize);
sys/fs/nfs/client/nfs_clrpcops.c
3193
*tl++ = txdr_unsigned(NFSV4OP_GETFH);
sys/fs/nfs/client/nfs_clrpcops.c
3194
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
3317
*tl++ = txdr_unsigned(nmp->nm_readdirsize);
sys/fs/nfs/client/nfs_clrpcops.c
3318
*tl = txdr_unsigned(nmp->nm_readdirsize);
sys/fs/nfs/client/nfs_clrpcops.c
3322
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
3630
*tl = txdr_unsigned(cnt);
sys/fs/nfs/client/nfs_clrpcops.c
3636
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
3848
*tl++ = txdr_unsigned(NFSV4LOCKT_READ);
sys/fs/nfs/client/nfs_clrpcops.c
3850
*tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);
sys/fs/nfs/client/nfs_clrpcops.c
3918
*tl++ = txdr_unsigned(type);
sys/fs/nfs/client/nfs_clrpcops.c
3919
*tl = txdr_unsigned(lp->nfsl_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
3922
*tl = txdr_unsigned(lp->nfsl_seqid + 1);
sys/fs/nfs/client/nfs_clrpcops.c
396
*tl++ = txdr_unsigned(op->nfso_own->nfsow_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
397
*tl++ = txdr_unsigned(mode & NFSV4OPEN_ACCESSBOTH);
sys/fs/nfs/client/nfs_clrpcops.c
3971
*tl++ = txdr_unsigned(NFSV4LOCKT_READ);
sys/fs/nfs/client/nfs_clrpcops.c
3973
*tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);
sys/fs/nfs/client/nfs_clrpcops.c
3974
*tl++ = txdr_unsigned(reclaim);
sys/fs/nfs/client/nfs_clrpcops.c
398
*tl++ = txdr_unsigned((mode >> NFSLCK_SHIFT) & NFSV4OPEN_DENYBOTH);
sys/fs/nfs/client/nfs_clrpcops.c
3983
*tl++ = txdr_unsigned(lp->nfsl_open->nfso_own->nfsow_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
3991
*tl++ = txdr_unsigned(lp->nfsl_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
4007
*tl = txdr_unsigned(lp->nfsl_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
4010
*tl = txdr_unsigned(lp->nfsl_seqid + 1);
sys/fs/nfs/client/nfs_clrpcops.c
403
*tl++ = txdr_unsigned(NFSV4OPEN_NOCREATE);
sys/fs/nfs/client/nfs_clrpcops.c
405
*tl = txdr_unsigned(NFSV4OPEN_CLAIMPREVIOUS);
sys/fs/nfs/client/nfs_clrpcops.c
407
*tl = txdr_unsigned(delegtype);
sys/fs/nfs/client/nfs_clrpcops.c
410
*tl = txdr_unsigned(NFSV4OPEN_CLAIMDELEGATECUR);
sys/fs/nfs/client/nfs_clrpcops.c
420
*tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL);
sys/fs/nfs/client/nfs_clrpcops.c
425
*tl = txdr_unsigned(NFSV4OP_GETATTR);
sys/fs/nfs/client/nfs_clrpcops.c
4328
*tl = txdr_unsigned(NFSV4OP_LOOKUP);
sys/fs/nfs/client/nfs_clrpcops.c
4338
*opcntp = txdr_unsigned(3 + cnt);
sys/fs/nfs/client/nfs_clrpcops.c
4340
*opcntp = txdr_unsigned(2 + cnt);
sys/fs/nfs/client/nfs_clrpcops.c
4342
*tl = txdr_unsigned(NFSV4OP_GETFH);
sys/fs/nfs/client/nfs_clrpcops.c
4491
*tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */
sys/fs/nfs/client/nfs_clrpcops.c
4492
*tl = txdr_unsigned(clp->nfsc_rev);
sys/fs/nfs/client/nfs_clrpcops.c
4496
*tl++ = txdr_unsigned(exchflags);
sys/fs/nfs/client/nfs_clrpcops.c
4497
*tl++ = txdr_unsigned(NFSV4EXCH_SP4NONE);
sys/fs/nfs/client/nfs_clrpcops.c
4500
*tl = txdr_unsigned(1);
sys/fs/nfs/client/nfs_clrpcops.c
4575
*tl++ = txdr_unsigned(sequenceid);
sys/fs/nfs/client/nfs_clrpcops.c
4579
*tl = txdr_unsigned(crflags);
sys/fs/nfs/client/nfs_clrpcops.c
4584
*tl++ = txdr_unsigned(100000); /* Max request size */
sys/fs/nfs/client/nfs_clrpcops.c
4585
*tl++ = txdr_unsigned(100000); /* Max response size */
sys/fs/nfs/client/nfs_clrpcops.c
4586
*tl++ = txdr_unsigned(4096); /* Max response size cached */
sys/fs/nfs/client/nfs_clrpcops.c
4587
*tl++ = txdr_unsigned(20); /* Max operations */
sys/fs/nfs/client/nfs_clrpcops.c
4588
*tl++ = txdr_unsigned(64); /* Max slots */
sys/fs/nfs/client/nfs_clrpcops.c
4594
*tl++ = txdr_unsigned(10000); /* Max request size */
sys/fs/nfs/client/nfs_clrpcops.c
4595
*tl++ = txdr_unsigned(10000); /* Max response size */
sys/fs/nfs/client/nfs_clrpcops.c
4596
*tl++ = txdr_unsigned(4096); /* Max response size cached */
sys/fs/nfs/client/nfs_clrpcops.c
4597
*tl++ = txdr_unsigned(4); /* Max operations */
sys/fs/nfs/client/nfs_clrpcops.c
4598
*tl++ = txdr_unsigned(NFSV4_CBSLOTS); /* Max slots */
sys/fs/nfs/client/nfs_clrpcops.c
4602
*tl++ = txdr_unsigned(NFS_CALLBCKPROG); /* Call back prog # */
sys/fs/nfs/client/nfs_clrpcops.c
4605
*tl++ = txdr_unsigned(1); /* Auth_sys only */
sys/fs/nfs/client/nfs_clrpcops.c
4606
*tl++ = txdr_unsigned(AUTH_SYS); /* AUTH_SYS type */
sys/fs/nfs/client/nfs_clrpcops.c
4607
*tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */
sys/fs/nfs/client/nfs_clrpcops.c
4727
*tl++ = txdr_unsigned(NFSLAYOUT_NFSV4_1_FILES);
sys/fs/nfs/client/nfs_clrpcops.c
4728
*tl++ = txdr_unsigned(iomode);
sys/fs/nfs/client/nfs_clrpcops.c
4735
*tl++ = txdr_unsigned(stateidp->seqid);
sys/fs/nfs/client/nfs_clrpcops.c
4740
*tl = txdr_unsigned(layoutlen);
sys/fs/nfs/client/nfs_clrpcops.c
4883
*tl++ = txdr_unsigned(layouttype);
sys/fs/nfs/client/nfs_clrpcops.c
4884
*tl++ = txdr_unsigned(100000);
sys/fs/nfs/client/nfs_clrpcops.c
4886
*tl = txdr_unsigned(1); /* One word of bits. */
sys/fs/nfs/client/nfs_clrpcops.c
4888
*tl = txdr_unsigned(*notifybitsp);
sys/fs/nfs/client/nfs_clrpcops.c
4890
*tl = txdr_unsigned(0);
sys/fs/nfs/client/nfs_clrpcops.c
5045
*tl++ = txdr_unsigned(stateidp->seqid);
sys/fs/nfs/client/nfs_clrpcops.c
5057
*tl++ = txdr_unsigned(layouttype);
sys/fs/nfs/client/nfs_clrpcops.c
5058
*tl = txdr_unsigned(layoutupdatecnt);
sys/fs/nfs/client/nfs_clrpcops.c
5099
*tl++ = txdr_unsigned(layouttype);
sys/fs/nfs/client/nfs_clrpcops.c
5100
*tl++ = txdr_unsigned(iomode);
sys/fs/nfs/client/nfs_clrpcops.c
5101
*tl = txdr_unsigned(layoutreturn);
sys/fs/nfs/client/nfs_clrpcops.c
5110
*tl++ = txdr_unsigned(stateidp->seqid);
sys/fs/nfs/client/nfs_clrpcops.c
5114
*tl = txdr_unsigned(layoutcnt);
sys/fs/nfs/client/nfs_clrpcops.c
5698
*(tl + 2) = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
5744
*tl++ = txdr_unsigned(*iomode);
sys/fs/nfs/client/nfs_clrpcops.c
5745
*tl = txdr_unsigned(len);
sys/fs/nfs/client/nfs_clrpcops.c
5904
*tl = txdr_unsigned(cnt);
sys/fs/nfs/client/nfs_clrpcops.c
595
*tl++ = txdr_unsigned(op->nfso_own->nfsow_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
596
*tl++ = txdr_unsigned(mode & NFSV4OPEN_ACCESSBOTH);
sys/fs/nfs/client/nfs_clrpcops.c
597
*tl = txdr_unsigned((mode >> NFSLCK_SHIFT) & NFSV4OPEN_DENYBOTH);
sys/fs/nfs/client/nfs_clrpcops.c
751
*tl++ = txdr_unsigned(op->nfso_own->nfsow_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
797
*tl = txdr_unsigned(op->nfso_own->nfsow_seqid);
sys/fs/nfs/client/nfs_clrpcops.c
886
*tl++ = txdr_unsigned(nfsboottime.tv_sec);
sys/fs/nfs/client/nfs_clrpcops.c
887
*tl = txdr_unsigned(clp->nfsc_rev);
sys/fs/nfs/client/nfs_clrpcops.c
894
*tl = txdr_unsigned(NFS_CALLBCKPROG);
sys/fs/nfs/client/nfs_clrpcops.c
935
*tl = txdr_unsigned(clp->nfsc_cbident);
sys/fs/nfs/client/nfs_clstate.c
3498
*tl++ = txdr_unsigned(seqid);
sys/fs/nfs/client/nfs_clstate.c
3499
*tl++ = txdr_unsigned(slotid);
sys/fs/nfs/client/nfs_clstate.c
3500
*tl++ = txdr_unsigned(NFSV4_CBSLOTS - 1);
sys/fs/nfs/client/nfs_clstate.c
3501
*tl = txdr_unsigned(NFSV4_CBSLOTS - 1);
sys/fs/nfs/client/nfs_clstate.c
3542
*retopsp = txdr_unsigned(retops);
sys/fs/nfs/client/nfs_clstate.c
4657
return (txdr_unsigned(nd->nd_repstat & 0xffff));
sys/fs/nfs/client/nfs_clstate.c
4659
return (txdr_unsigned(NFSERR_BADXDR));
sys/fs/nfs/client/nfs_clstate.c
4662
return (txdr_unsigned(nd->nd_repstat));
sys/fs/nfs/client/nfs_clstate.c
4666
return (txdr_unsigned(nd->nd_repstat));
sys/fs/nfs/client/nfs_clstate.c
4671
return (txdr_unsigned(nd->nd_repstat));
sys/fs/nfs/client/nfs_clstate.c
4674
return (txdr_unsigned(nd->nd_repstat));
sys/fs/nfs/client/nfs_clstate.c
4675
return (txdr_unsigned(*defaulterrp));
sys/fs/nfs/common/bootp_subr.c
1277
ifctx->call.xid = txdr_unsigned(ifctx->xid);
sys/fs/nfs/common/krpc_subr.c
158
sdata->prog = txdr_unsigned(prog);
sys/fs/nfs/common/krpc_subr.c
159
sdata->vers = txdr_unsigned(vers);
sys/fs/nfs/common/krpc_subr.c
160
sdata->proto = txdr_unsigned(IPPROTO_UDP);
sys/fs/nfs/common/krpc_subr.c
283
call->rp_xid = txdr_unsigned(xid);
sys/fs/nfs/common/krpc_subr.c
285
call->rp_rpcvers = txdr_unsigned(2);
sys/fs/nfs/common/krpc_subr.c
286
call->rp_prog = txdr_unsigned(prog);
sys/fs/nfs/common/krpc_subr.c
287
call->rp_vers = txdr_unsigned(vers);
sys/fs/nfs/common/krpc_subr.c
288
call->rp_proc = txdr_unsigned(func);
sys/fs/nfs/common/krpc_subr.c
290
call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX);
sys/fs/nfs/common/krpc_subr.c
291
call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));
sys/fs/nfs/common/krpc_subr.c
363
if (reply->rp_direction != txdr_unsigned(REPLY))
sys/fs/nfs/common/krpc_subr.c
366
if (reply->rp_xid != txdr_unsigned(xid))
sys/fs/nfs/common/krpc_subr.c
461
xs->len = txdr_unsigned(len);
sys/fs/nfs/common/nfs_common.h
45
txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : MAKEIMODE((t), (m)))
sys/fs/nfs/common/nfs_common.h
48
#define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
sys/fs/nfs/common/nfs_commonacl.c
305
*tl++ = txdr_unsigned(acetype);
sys/fs/nfs/common/nfs_commonacl.c
324
*tl++ = txdr_unsigned(aceflag);
sys/fs/nfs/common/nfs_commonacl.c
382
*tl++ = txdr_unsigned(acemask);
sys/fs/nfs/common/nfs_commonacl.c
383
*tl++ = txdr_unsigned(namelen);
sys/fs/nfs/common/nfs_commonacl.c
448
*entrycntp = txdr_unsigned(entrycnt);
sys/fs/nfs/common/nfs_commonkrpc.c
909
*nd->nd_slotseq = txdr_unsigned(
sys/fs/nfs/common/nfs_commonsubs.c
2160
*tl = txdr_unsigned(NFSV4FHTYPE_PERSISTENT);
sys/fs/nfs/common/nfs_commonsubs.c
2197
*tl++ = txdr_unsigned(mp->mnt_stat.f_fsid.val[0]);
sys/fs/nfs/common/nfs_commonsubs.c
2199
*tl = txdr_unsigned(mp->mnt_stat.f_fsid.val[1]);
sys/fs/nfs/common/nfs_commonsubs.c
2209
*tl = txdr_unsigned(nfsrv_lease);
sys/fs/nfs/common/nfs_commonsubs.c
2214
*tl = txdr_unsigned(rderror);
sys/fs/nfs/common/nfs_commonsubs.c
2225
*tl = txdr_unsigned(NFSV4ACE_SUPTYPES);
sys/fs/nfs/common/nfs_commonsubs.c
2257
*tl = txdr_unsigned(vap->va_fileid);
sys/fs/nfs/common/nfs_commonsubs.c
2281
*tl = txdr_unsigned(freenum);
sys/fs/nfs/common/nfs_commonsubs.c
2287
*tl = txdr_unsigned(fs.f_ffree);
sys/fs/nfs/common/nfs_commonsubs.c
2293
*tl = txdr_unsigned(fs.f_files);
sys/fs/nfs/common/nfs_commonsubs.c
2318
*tl = txdr_unsigned(LINK_MAX);
sys/fs/nfs/common/nfs_commonsubs.c
2323
*tl = txdr_unsigned(NFS_MAXNAMLEN);
sys/fs/nfs/common/nfs_commonsubs.c
2329
*tl = txdr_unsigned(fsinf.fs_rtmax);
sys/fs/nfs/common/nfs_commonsubs.c
2335
*tl = txdr_unsigned(fsinf.fs_wtmax);
sys/fs/nfs/common/nfs_commonsubs.c
2350
*tl = txdr_unsigned(vap->va_nlink);
sys/fs/nfs/common/nfs_commonsubs.c
2438
*tl++ = txdr_unsigned(NFSMAJOR(vap->va_rdev));
sys/fs/nfs/common/nfs_commonsubs.c
2439
*tl = txdr_unsigned(NFSMINOR(vap->va_rdev));
sys/fs/nfs/common/nfs_commonsubs.c
2479
*tl++ = txdr_unsigned(NFSV4SATTRTIME_TOCLIENT);
sys/fs/nfs/common/nfs_commonsubs.c
2484
*tl = txdr_unsigned(NFSV4SATTRTIME_TOSERVER);
sys/fs/nfs/common/nfs_commonsubs.c
2508
*tl++ = txdr_unsigned(NFSV4SATTRTIME_TOCLIENT);
sys/fs/nfs/common/nfs_commonsubs.c
2513
*tl = txdr_unsigned(NFSV4SATTRTIME_TOSERVER);
sys/fs/nfs/common/nfs_commonsubs.c
2539
*retnump = txdr_unsigned(retnum);
sys/fs/nfs/common/nfs_commonsubs.c
2558
*tl++ = txdr_unsigned(cnt);
sys/fs/nfs/common/nfs_commonsubs.c
2560
*tl++ = txdr_unsigned(attrbitp->bits[i]);
sys/fs/nfs/common/nfs_commonsubs.c
3164
*tl = txdr_unsigned(uid);
sys/fs/nfs/common/nfs_commonsubs.c
3166
*tl = txdr_unsigned(gid);
sys/fs/nfs/common/nfs_commonsubs.c
407
*tl = txdr_unsigned(siz);
sys/fs/nfs/common/nfs_commonsubs.c
4145
*tl++ = txdr_unsigned(slotseq);
sys/fs/nfs/common/nfs_commonsubs.c
4146
*tl++ = txdr_unsigned(slotpos);
sys/fs/nfs/common/nfs_commonsubs.c
4147
*tl++ = txdr_unsigned(maxslot);
sys/fs/nfs/common/nfs_commonsubs.c
462
newnfs_true = txdr_unsigned(TRUE);
sys/fs/nfs/common/nfs_commonsubs.c
463
newnfs_false = txdr_unsigned(FALSE);
sys/fs/nfs/common/nfs_commonsubs.c
464
newnfs_xdrneg1 = txdr_unsigned(-1);
sys/fs/nfs/common/nfsproto.h
641
txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
sys/fs/nfs/common/nfsproto.h
643
#define vtonfsv34_mode(m) txdr_unsigned((m) & 07777)
sys/fs/nfs/common/nfsproto.h
645
#define vtonfsv2_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \
sys/fs/nfs/common/nfsproto.h
646
txdr_unsigned(newnfsv2_type[((u_int32_t)(a))]))
sys/fs/nfs/common/nfsproto.h
647
#define vtonfsv34_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \
sys/fs/nfs/common/nfsproto.h
648
txdr_unsigned(nfsv34_type[((u_int32_t)(a))]))
sys/fs/nfs/server/nfs_nfsdport.c
1778
*tl = txdr_unsigned(dp->d_fileno);
sys/fs/nfs/server/nfs_nfsdport.c
1785
*tl = txdr_unsigned(*cookiep);
sys/fs/nfs/server/nfs_nfsdport.c
2225
*tl = txdr_unsigned(dp->d_fileno);
sys/fs/nfs/server/nfs_nfsdport.c
2229
*tl = txdr_unsigned(*cookiep);
sys/fs/nfs/server/nfs_nfsdport.c
2239
*tl = txdr_unsigned(*cookiep);
sys/fs/nfs/server/nfs_nfsdserv.c
162
*tl++ = txdr_unsigned(supported);
sys/fs/nfs/server/nfs_nfsdserv.c
165
*tl = txdr_unsigned(nfsmode);
sys/fs/nfs/server/nfs_nfsdserv.c
2015
*tl++ = txdr_unsigned(nfsboottime.tv_sec);
sys/fs/nfs/server/nfs_nfsdserv.c
2016
*tl = txdr_unsigned(nfsboottime.tv_usec);
sys/fs/nfs/server/nfs_nfsdserv.c
2056
*tl++ = txdr_unsigned(NFS_V2MAXDATA);
sys/fs/nfs/server/nfs_nfsdserv.c
2057
*tl++ = txdr_unsigned(sf->f_bsize);
sys/fs/nfs/server/nfs_nfsdserv.c
2058
*tl++ = txdr_unsigned(sf->f_blocks);
sys/fs/nfs/server/nfs_nfsdserv.c
2059
*tl++ = txdr_unsigned(sf->f_bfree);
sys/fs/nfs/server/nfs_nfsdserv.c
2060
*tl = txdr_unsigned(sf->f_bavail);
sys/fs/nfs/server/nfs_nfsdserv.c
2107
*tl++ = txdr_unsigned(fs.fs_rtmax);
sys/fs/nfs/server/nfs_nfsdserv.c
2108
*tl++ = txdr_unsigned(fs.fs_rtpref);
sys/fs/nfs/server/nfs_nfsdserv.c
2109
*tl++ = txdr_unsigned(fs.fs_rtmult);
sys/fs/nfs/server/nfs_nfsdserv.c
2110
*tl++ = txdr_unsigned(fs.fs_wtmax);
sys/fs/nfs/server/nfs_nfsdserv.c
2111
*tl++ = txdr_unsigned(fs.fs_wtpref);
sys/fs/nfs/server/nfs_nfsdserv.c
2112
*tl++ = txdr_unsigned(fs.fs_wtmult);
sys/fs/nfs/server/nfs_nfsdserv.c
2113
*tl++ = txdr_unsigned(fs.fs_dtpref);
sys/fs/nfs/server/nfs_nfsdserv.c
2118
*tl = txdr_unsigned(fs.fs_properties);
sys/fs/nfs/server/nfs_nfsdserv.c
2157
pc->pc_linkmax = txdr_unsigned(linkmax);
sys/fs/nfs/server/nfs_nfsdserv.c
2158
pc->pc_namemax = txdr_unsigned(namemax);
sys/fs/nfs/server/nfs_nfsdserv.c
2159
pc->pc_notrunc = txdr_unsigned(notrunc);
sys/fs/nfs/server/nfs_nfsdserv.c
2160
pc->pc_chownrestricted = txdr_unsigned(chownres);
sys/fs/nfs/server/nfs_nfsdserv.c
2329
*tl++ = txdr_unsigned(stateid.seqid);
sys/fs/nfs/server/nfs_nfsdserv.c
2342
*tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);
sys/fs/nfs/server/nfs_nfsdserv.c
2344
*tl++ = txdr_unsigned(NFSV4LOCKT_READ);
sys/fs/nfs/server/nfs_nfsdserv.c
2453
*tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);
sys/fs/nfs/server/nfs_nfsdserv.c
2455
*tl++ = txdr_unsigned(NFSV4LOCKT_READ);
sys/fs/nfs/server/nfs_nfsdserv.c
2563
*tl++ = txdr_unsigned(stateid.seqid);
sys/fs/nfs/server/nfs_nfsdserv.c
2929
*tl++ = txdr_unsigned(stateid.seqid);
sys/fs/nfs/server/nfs_nfsdserv.c
2945
*tl = txdr_unsigned(rflags & NFSV4OPEN_RFLAGS);
sys/fs/nfs/server/nfs_nfsdserv.c
2949
*tl = txdr_unsigned(NFSV4OPEN_DELEGATEREAD);
sys/fs/nfs/server/nfs_nfsdserv.c
2951
*tl = txdr_unsigned(NFSV4OPEN_DELEGATEWRITE);
sys/fs/nfs/server/nfs_nfsdserv.c
2953
*tl = txdr_unsigned(NFSV4OPEN_DELEGATENONEEXT);
sys/fs/nfs/server/nfs_nfsdserv.c
2956
*tl++ = txdr_unsigned(NFSV4OPEN_CONTENTION);
sys/fs/nfs/server/nfs_nfsdserv.c
2960
*tl++ = txdr_unsigned(NFSV4OPEN_RESOURCE);
sys/fs/nfs/server/nfs_nfsdserv.c
2964
*tl = txdr_unsigned(NFSV4OPEN_NOTWANTED);
sys/fs/nfs/server/nfs_nfsdserv.c
2967
*tl = txdr_unsigned(NFSV4OPEN_DELEGATENONE);
sys/fs/nfs/server/nfs_nfsdserv.c
2970
*tl++ = txdr_unsigned(delegstateid.seqid);
sys/fs/nfs/server/nfs_nfsdserv.c
2980
*tl++ = txdr_unsigned(NFSV4OPEN_LIMITSIZE);
sys/fs/nfs/server/nfs_nfsdserv.c
2984
*tl++ = txdr_unsigned(NFSV4ACE_ALLOWEDTYPE);
sys/fs/nfs/server/nfs_nfsdserv.c
2985
*tl++ = txdr_unsigned(0x0);
sys/fs/nfs/server/nfs_nfsdserv.c
2993
*tl = txdr_unsigned(acemask);
sys/fs/nfs/server/nfs_nfsdserv.c
3057
*tl++ = txdr_unsigned(stateid.seqid);
sys/fs/nfs/server/nfs_nfsdserv.c
3200
*tl++ = txdr_unsigned(stateid.seqid);
sys/fs/nfs/server/nfs_nfsdserv.c
3287
*tl++ = txdr_unsigned(stateid.seqid);
sys/fs/nfs/server/nfs_nfsdserv.c
3401
*tl = txdr_unsigned(RPCAUTH_UNIX);
sys/fs/nfs/server/nfs_nfsdserv.c
3405
*tl++ = txdr_unsigned(RPCAUTH_GSS);
sys/fs/nfs/server/nfs_nfsdserv.c
3409
*tl++ = txdr_unsigned(GSS_KERBV_QOP);
sys/fs/nfs/server/nfs_nfsdserv.c
3410
*tl = txdr_unsigned(RPCAUTHGSS_SVCNONE);
sys/fs/nfs/server/nfs_nfsdserv.c
3414
*tl++ = txdr_unsigned(RPCAUTH_GSS);
sys/fs/nfs/server/nfs_nfsdserv.c
3418
*tl++ = txdr_unsigned(GSS_KERBV_QOP);
sys/fs/nfs/server/nfs_nfsdserv.c
3419
*tl = txdr_unsigned(RPCAUTHGSS_SVCINTEGRITY);
sys/fs/nfs/server/nfs_nfsdserv.c
3423
*tl++ = txdr_unsigned(RPCAUTH_GSS);
sys/fs/nfs/server/nfs_nfsdserv.c
3427
*tl++ = txdr_unsigned(GSS_KERBV_QOP);
sys/fs/nfs/server/nfs_nfsdserv.c
3428
*tl = txdr_unsigned(RPCAUTHGSS_SVCPRIVACY);
sys/fs/nfs/server/nfs_nfsdserv.c
3432
*sizp = txdr_unsigned(len);
sys/fs/nfs/server/nfs_nfsdserv.c
3815
*tl++ = txdr_unsigned(confirm.lval[0]); /* SequenceID */
sys/fs/nfs/server/nfs_nfsdserv.c
3816
*tl++ = txdr_unsigned(v41flags); /* Exch flags */
sys/fs/nfs/server/nfs_nfsdserv.c
3817
*tl++ = txdr_unsigned(NFSV4EXCH_SP4NONE); /* No SSV */
sys/fs/nfs/server/nfs_nfsdserv.c
3823
*tl++ = txdr_unsigned(NFSX_UNSIGNED);
sys/fs/nfs/server/nfs_nfsdserv.c
3825
*tl = txdr_unsigned(1);
sys/fs/nfs/server/nfs_nfsdserv.c
3920
*tl++ = txdr_unsigned(confirm.lval[0]); /* sequenceid */
sys/fs/nfs/server/nfs_nfsdserv.c
3921
*tl++ = txdr_unsigned(sep->sess_crflags);
sys/fs/nfs/server/nfs_nfsdserv.c
3925
*tl++ = txdr_unsigned(sep->sess_maxreq);
sys/fs/nfs/server/nfs_nfsdserv.c
3926
*tl++ = txdr_unsigned(sep->sess_maxresp);
sys/fs/nfs/server/nfs_nfsdserv.c
3927
*tl++ = txdr_unsigned(sep->sess_maxrespcached);
sys/fs/nfs/server/nfs_nfsdserv.c
3928
*tl++ = txdr_unsigned(sep->sess_maxops);
sys/fs/nfs/server/nfs_nfsdserv.c
3929
*tl++ = txdr_unsigned(sep->sess_maxslots);
sys/fs/nfs/server/nfs_nfsdserv.c
3930
*tl++ = txdr_unsigned(1);
sys/fs/nfs/server/nfs_nfsdserv.c
3931
*tl++ = txdr_unsigned(0); /* No RDMA. */
sys/fs/nfs/server/nfs_nfsdserv.c
3935
*tl++ = txdr_unsigned(sep->sess_cbmaxreq);
sys/fs/nfs/server/nfs_nfsdserv.c
3936
*tl++ = txdr_unsigned(sep->sess_cbmaxresp);
sys/fs/nfs/server/nfs_nfsdserv.c
3937
*tl++ = txdr_unsigned(sep->sess_cbmaxrespcached);
sys/fs/nfs/server/nfs_nfsdserv.c
3938
*tl++ = txdr_unsigned(sep->sess_cbmaxops);
sys/fs/nfs/server/nfs_nfsdserv.c
3939
*tl++ = txdr_unsigned(sep->sess_cbsess.nfsess_foreslots);
sys/fs/nfs/server/nfs_nfsdserv.c
3940
*tl++ = txdr_unsigned(1);
sys/fs/nfs/server/nfs_nfsdserv.c
3941
*tl = txdr_unsigned(0); /* No RDMA. */
sys/fs/nfs/server/nfs_nfsdserv.c
3982
*tl++ = txdr_unsigned(sequenceid);
sys/fs/nfs/server/nfs_nfsdserv.c
3983
*tl++ = txdr_unsigned(nd->nd_slotid);
sys/fs/nfs/server/nfs_nfsdserv.c
3984
*tl++ = txdr_unsigned(highest_slotid);
sys/fs/nfs/server/nfs_nfsdserv.c
3985
*tl++ = txdr_unsigned(target_highest_slotid);
sys/fs/nfs/server/nfs_nfsdserv.c
3986
*tl = txdr_unsigned(sflags);
sys/fs/nfs/server/nfs_nfsdserv.c
624
*tl = txdr_unsigned(len);
sys/fs/nfs/server/nfs_nfsdserv.c
770
*tl++ = txdr_unsigned(cnt);
sys/fs/nfs/server/nfs_nfsdserv.c
778
*tl = txdr_unsigned(cnt);
sys/fs/nfs/server/nfs_nfsdserv.c
940
*tl++ = txdr_unsigned(retlen);
sys/fs/nfs/server/nfs_nfsdserv.c
948
*tl++ = txdr_unsigned(stable);
sys/fs/nfs/server/nfs_nfsdserv.c
950
*tl++ = txdr_unsigned(NFSWRITE_FILESYNC);
sys/fs/nfs/server/nfs_nfsdserv.c
956
*tl++ = txdr_unsigned(nfsboottime.tv_sec);
sys/fs/nfs/server/nfs_nfsdserv.c
957
*tl = txdr_unsigned(nfsboottime.tv_usec);
sys/fs/nfs/server/nfs_nfsdsocket.c
1115
*retopsp = txdr_unsigned(retops);
sys/fs/nfs/server/nfs_nfsdsocket.c
772
*repp++ = txdr_unsigned(NFSV4OP_OPILLEGAL);
sys/fs/nfs/server/nfs_nfsdstate.c
4158
*tl++ = txdr_unsigned(stateidp->seqid);
sys/fs/nfs/server/nfs_nfsdstate.c
4285
*tl++ = txdr_unsigned(NFSV41_MINORVERSION);
sys/fs/nfs/server/nfs_nfsdstate.c
4286
*tl++ = txdr_unsigned(callback);
sys/fs/nfs/server/nfs_nfsdstate.c
4287
*tl++ = txdr_unsigned(2);
sys/fs/nfs/server/nfs_nfsdstate.c
4288
*tl = txdr_unsigned(NFSV4OP_CBSEQUENCE);
sys/fs/nfs/server/nfs_nfsdstate.c
4293
*tl = txdr_unsigned(op);
sys/fs/nfs/server/nfs_nfsdstate.c
4295
*tl++ = txdr_unsigned(NFSV4_MINORVERSION);
sys/fs/nfs/server/nfs_nfsdstate.c
4296
*tl++ = txdr_unsigned(callback);
sys/fs/nfs/server/nfs_nfsdstate.c
4297
*tl++ = txdr_unsigned(1);
sys/fs/nfs/server/nfs_nfsdstate.c
4298
*tl = txdr_unsigned(op);
sys/fs/nfs/server/nfs_nfsdstate.c
6038
*tl++ = txdr_unsigned(slotseq);
sys/fs/nfs/server/nfs_nfsdstate.c
6039
*tl++ = txdr_unsigned(slotpos);
sys/fs/nfs/server/nfs_nfsdstate.c
6040
*tl++ = txdr_unsigned(maxslot);
sys/fs/nfs/server/nfs_nfsdsubs.c
1396
fp->fa_nlink = txdr_unsigned(nvap->na_nlink);
sys/fs/nfs/server/nfs_nfsdsubs.c
1397
fp->fa_uid = txdr_unsigned(nvap->na_uid);
sys/fs/nfs/server/nfs_nfsdsubs.c
1398
fp->fa_gid = txdr_unsigned(nvap->na_gid);
sys/fs/nfs/server/nfs_nfsdsubs.c
1404
fp->fa3_rdev.specdata1 = txdr_unsigned(NFSMAJOR(nvap->na_rdev));
sys/fs/nfs/server/nfs_nfsdsubs.c
1405
fp->fa3_rdev.specdata2 = txdr_unsigned(NFSMINOR(nvap->na_rdev));
sys/fs/nfs/server/nfs_nfsdsubs.c
1407
fp->fa3_fsid.nfsuquad[1] = txdr_unsigned(nvap->na_fsid);
sys/fs/nfs/server/nfs_nfsdsubs.c
1409
fp->fa3_fileid.nfsuquad[1] = txdr_unsigned(nvap->na_fileid);
sys/fs/nfs/server/nfs_nfsdsubs.c
1416
fp->fa2_size = txdr_unsigned(nvap->na_size);
sys/fs/nfs/server/nfs_nfsdsubs.c
1417
fp->fa2_blocksize = txdr_unsigned(nvap->na_blocksize);
sys/fs/nfs/server/nfs_nfsdsubs.c
1421
fp->fa2_rdev = txdr_unsigned(nvap->na_rdev);
sys/fs/nfs/server/nfs_nfsdsubs.c
1422
fp->fa2_blocks = txdr_unsigned(nvap->na_bytes / NFS_FABLKSIZE);
sys/fs/nfs/server/nfs_nfsdsubs.c
1423
fp->fa2_fsid = txdr_unsigned(nvap->na_fsid);
sys/fs/nfs/server/nfs_nfsdsubs.c
1424
fp->fa2_fileid = txdr_unsigned(nvap->na_fileid);
sys/fs/nfs/server/nfs_nfsdsubs.c
1510
return (txdr_unsigned(nd->nd_repstat & 0xffff));
sys/fs/nfs/server/nfs_nfsdsubs.c
1514
return (txdr_unsigned(NFSERR_BADXDR));
sys/fs/nfs/server/nfs_nfsdsubs.c
1517
return (txdr_unsigned(nd->nd_repstat));
sys/fs/nfs/server/nfs_nfsdsubs.c
1522
return (txdr_unsigned(nd->nd_repstat));
sys/fs/nfs/server/nfs_nfsdsubs.c
1527
return (txdr_unsigned(nd->nd_repstat));
sys/fs/nfs/server/nfs_nfsdsubs.c
1528
return (txdr_unsigned(*defaulterrp));
sys/fs/nfs/server/nfs_nfsdsubs.c
1531
return (txdr_unsigned(nfsrv_v2errmap[nd->nd_repstat - 1]));
sys/fs/nfs/server/nfs_nfsdsubs.c
1532
return (txdr_unsigned(NFSERR_IO));
sys/fs/nfs/server/nfs_nfsdsubs.c
1770
*tl = txdr_unsigned(NFDIR);
sys/fs/nfs/server/nfs_nfsdsubs.c
1776
*tl++ = txdr_unsigned(NFSV4ROOT_FSID0);
sys/fs/nfs/server/nfs_nfsdsubs.c
1778
*tl = txdr_unsigned(NFSV4ROOT_REFERRAL);
sys/fs/nfs/server/nfs_nfsdsubs.c
1784
*tl = txdr_unsigned(NFSERR_MOVED);
sys/fs/nfs/server/nfs_nfsdsubs.c
1792
*tl = txdr_unsigned(refp->nfr_srvcnt);
sys/fs/nfs/server/nfs_nfsdsubs.c
1797
*tl = txdr_unsigned(1);
sys/fs/nfs/server/nfs_nfsdsubs.c
1820
*tl = txdr_unsigned(refp->nfr_dfileno);
sys/fs/nfs/server/nfs_nfsdsubs.c
1828
*retnump = txdr_unsigned(retnum);
sys/nfs/krpc_subr.c
163
sdata->prog = txdr_unsigned(prog);
sys/nfs/krpc_subr.c
164
sdata->vers = txdr_unsigned(vers);
sys/nfs/krpc_subr.c
165
sdata->proto = txdr_unsigned(proto);
sys/nfs/krpc_subr.c
202
if (reply->rp_direction != txdr_unsigned(RPC_REPLY))
sys/nfs/krpc_subr.c
205
if (reply->rp_xid != txdr_unsigned(*(u_int32_t*)context))
sys/nfs/krpc_subr.c
290
call->rp_xid = txdr_unsigned(xid);
sys/nfs/krpc_subr.c
292
call->rp_rpcvers = txdr_unsigned(2);
sys/nfs/krpc_subr.c
293
call->rp_prog = txdr_unsigned(prog);
sys/nfs/krpc_subr.c
294
call->rp_vers = txdr_unsigned(vers);
sys/nfs/krpc_subr.c
295
call->rp_proc = txdr_unsigned(func);
sys/nfs/krpc_subr.c
297
call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX);
sys/nfs/krpc_subr.c
298
call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));
sys/nfs/krpc_subr.c
428
xs->len = txdr_unsigned(len);
sys/nfs/krpc_subr.c
483
xi->atype = txdr_unsigned(1);
sys/nfs/krpc_subr.c
486
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
487
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
488
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
489
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
508
if (xi->atype != txdr_unsigned(1)) {
sys/nfs/nfs_bootparam.c
323
call->call_prog = txdr_unsigned(BOOTPARAM_PROG);
sys/nfs/nfs_bootparam.c
324
call->call_vers = txdr_unsigned(BOOTPARAM_VERS);
sys/nfs/nfs_bootparam.c
325
call->call_proc = txdr_unsigned(BOOTPARAM_WHOAMI);
sys/nfs/nfs_bootparam.c
331
call->call_arglen = txdr_unsigned(m->m_next->m_len);
sys/nfs/nfs_iod.c
365
*nickp++ = txdr_unsigned(RPCAKN_NICKNAME);
sys/nfs/nfs_iod.c
366
*nickp = txdr_unsigned(nuidp->nu_nickname);
sys/nfs/nfs_iod.c
374
*verfp++ = txdr_unsigned(RPCAKN_NICKNAME);
sys/nfs/nfs_iod.c
383
ktvin.tv_sec = txdr_unsigned(nuidp->nu_timestamp.tv_sec);
sys/nfs/nfs_iod.c
384
ktvin.tv_usec = txdr_unsigned(nuidp->nu_timestamp.tv_usec);
sys/nfs/nfs_serv.c
1001
*tl++ = txdr_unsigned(stable);
sys/nfs/nfs_serv.c
1003
*tl++ = txdr_unsigned(NFSV3WRITE_FILESYNC);
sys/nfs/nfs_serv.c
1011
*tl++ = txdr_unsigned(btv.tv_sec);
sys/nfs/nfs_serv.c
1012
*tl = txdr_unsigned(btv.tv_usec);
sys/nfs/nfs_serv.c
1305
*tl++ = txdr_unsigned(nfsd->nd_len);
sys/nfs/nfs_serv.c
1306
*tl++ = txdr_unsigned(swp->nd_stable);
sys/nfs/nfs_serv.c
1314
*tl++ = txdr_unsigned(btv.tv_sec);
sys/nfs/nfs_serv.c
1315
*tl = txdr_unsigned(btv.tv_usec);
sys/nfs/nfs_serv.c
218
*tl = txdr_unsigned(outmode);
sys/nfs/nfs_serv.c
2867
*tl = txdr_unsigned(dp->d_fileno >> 32);
sys/nfs/nfs_serv.c
2871
*tl = txdr_unsigned(dp->d_fileno);
sys/nfs/nfs_serv.c
2874
*tl = txdr_unsigned(nlen);
sys/nfs/nfs_serv.c
3165
fl.fl_fhsize = txdr_unsigned(NFSX_V3FH);
sys/nfs/nfs_serv.c
3174
*tl = txdr_unsigned(dp->d_fileno >> 32);
sys/nfs/nfs_serv.c
3177
*tl = txdr_unsigned(dp->d_fileno);
sys/nfs/nfs_serv.c
3180
*tl = txdr_unsigned(nlen);
sys/nfs/nfs_serv.c
3314
*tl++ = txdr_unsigned(btv.tv_sec);
sys/nfs/nfs_serv.c
3315
*tl = txdr_unsigned(btv.tv_usec);
sys/nfs/nfs_serv.c
3380
sfp->sf_tsize = txdr_unsigned(NFS_MAXDGRAMDATA);
sys/nfs/nfs_serv.c
3381
sfp->sf_bsize = txdr_unsigned(NFS_V2CLAMP16(sf->f_frsize));
sys/nfs/nfs_serv.c
3382
sfp->sf_blocks = txdr_unsigned(NFS_V2CLAMP32(sf->f_blocks));
sys/nfs/nfs_serv.c
3383
sfp->sf_bfree = txdr_unsigned(NFS_V2CLAMP32(sf->f_bfree));
sys/nfs/nfs_serv.c
3384
sfp->sf_bavail = txdr_unsigned(NFS_V2CLAMP32(sf->f_bavail));
sys/nfs/nfs_serv.c
3446
sip->fs_rtmax = txdr_unsigned(maxdata);
sys/nfs/nfs_serv.c
3447
sip->fs_rtpref = txdr_unsigned(maxdata);
sys/nfs/nfs_serv.c
3448
sip->fs_rtmult = txdr_unsigned(NFS_FABLKSIZE);
sys/nfs/nfs_serv.c
3449
sip->fs_wtmax = txdr_unsigned(maxdata);
sys/nfs/nfs_serv.c
3450
sip->fs_wtpref = txdr_unsigned(maxdata);
sys/nfs/nfs_serv.c
3451
sip->fs_wtmult = txdr_unsigned(NFS_FABLKSIZE);
sys/nfs/nfs_serv.c
3452
sip->fs_dtpref = txdr_unsigned(maxdata);
sys/nfs/nfs_serv.c
3455
sip->fs_timedelta.nfsv3_nsec = txdr_unsigned(1);
sys/nfs/nfs_serv.c
3456
sip->fs_properties = txdr_unsigned(NFSV3FSINFO_LINK |
sys/nfs/nfs_serv.c
3508
pc->pc_linkmax = txdr_unsigned(linkmax);
sys/nfs/nfs_serv.c
3509
pc->pc_namemax = txdr_unsigned(namemax);
sys/nfs/nfs_serv.c
3510
pc->pc_notrunc = txdr_unsigned(notrunc);
sys/nfs/nfs_serv.c
3511
pc->pc_chownrestricted = txdr_unsigned(chownres);
sys/nfs/nfs_serv.c
613
*tl = txdr_unsigned(len);
sys/nfs/nfs_serv.c
831
*tl++ = txdr_unsigned(len);
sys/nfs/nfs_serv.c
838
*tl = txdr_unsigned(len);
sys/nfs/nfs_serv.c
999
*tl++ = txdr_unsigned(retlen);
sys/nfs/nfs_socket.c
577
*tl++ = txdr_unsigned(nd->nd_retxid);
sys/nfs/nfs_socket.c
583
*tl = txdr_unsigned(err & ~NFSERR_AUTHERR);
sys/nfs/nfs_socket.c
588
*tl++ = txdr_unsigned(RPC_VER2);
sys/nfs/nfs_socket.c
589
*tl = txdr_unsigned(RPC_VER2);
sys/nfs/nfs_socket.c
616
txdr_unsigned(nuidp->nu_timestamp.tv_sec
sys/nfs/nfs_socket.c
619
txdr_unsigned(nuidp->nu_timestamp.tv_usec);
sys/nfs/nfs_socket.c
632
*tl++ = txdr_unsigned(3 * NFSX_UNSIGNED);
sys/nfs/nfs_socket.c
636
*tl++ = txdr_unsigned(
sys/nfs/nfs_socket.c
648
*tl = txdr_unsigned(RPC_PROGUNAVAIL);
sys/nfs/nfs_socket.c
651
*tl = txdr_unsigned(RPC_PROGMISMATCH);
sys/nfs/nfs_socket.c
653
*tl++ = txdr_unsigned(2);
sys/nfs/nfs_socket.c
654
*tl = txdr_unsigned(3);
sys/nfs/nfs_socket.c
657
*tl = txdr_unsigned(RPC_PROCUNAVAIL);
sys/nfs/nfs_socket.c
660
*tl = txdr_unsigned(RPC_GARBAGE);
sys/nfs/nfs_socket.c
667
*tl = txdr_unsigned(nfsrv_errmap(nd, err));
sys/nfs/nfs_subs.c
1063
*tl++ = txdr_unsigned(siz);
sys/nfs/nfs_subs.c
1087
*tl++ = txdr_unsigned(siz);
sys/nfs/nfs_subs.c
1478
rpc_vers = txdr_unsigned(RPC_VER2);
sys/nfs/nfs_subs.c
1479
rpc_call = txdr_unsigned(RPC_CALL);
sys/nfs/nfs_subs.c
1480
rpc_reply = txdr_unsigned(RPC_REPLY);
sys/nfs/nfs_subs.c
1481
rpc_msgdenied = txdr_unsigned(RPC_MSGDENIED);
sys/nfs/nfs_subs.c
1482
rpc_msgaccepted = txdr_unsigned(RPC_MSGACCEPTED);
sys/nfs/nfs_subs.c
1483
rpc_mismatch = txdr_unsigned(RPC_MISMATCH);
sys/nfs/nfs_subs.c
1484
rpc_autherr = txdr_unsigned(RPC_AUTHERR);
sys/nfs/nfs_subs.c
1485
rpc_auth_unix = txdr_unsigned(RPCAUTH_UNIX);
sys/nfs/nfs_subs.c
1486
rpc_auth_kerb = txdr_unsigned(RPCAUTH_KERB4);
sys/nfs/nfs_subs.c
1487
nfs_prog = txdr_unsigned(NFS_PROG);
sys/nfs/nfs_subs.c
1488
nfs_true = txdr_unsigned(true);
sys/nfs/nfs_subs.c
1489
nfs_false = txdr_unsigned(false);
sys/nfs/nfs_subs.c
1490
nfs_xdrneg1 = txdr_unsigned(-1);
sys/nfs/nfs_subs.c
1680
fp->fa_nlink = txdr_unsigned(vap->va_nlink);
sys/nfs/nfs_subs.c
1681
fp->fa_uid = txdr_unsigned(vap->va_uid);
sys/nfs/nfs_subs.c
1682
fp->fa_gid = txdr_unsigned(vap->va_gid);
sys/nfs/nfs_subs.c
1688
fp->fa3_rdev.specdata1 = txdr_unsigned(major(vap->va_rdev));
sys/nfs/nfs_subs.c
1689
fp->fa3_rdev.specdata2 = txdr_unsigned(minor(vap->va_rdev));
sys/nfs/nfs_subs.c
1691
fp->fa3_fsid.nfsuquad[1] = txdr_unsigned(vap->va_fsid);
sys/nfs/nfs_subs.c
1699
fp->fa2_size = txdr_unsigned(NFS_V2CLAMP32(vap->va_size));
sys/nfs/nfs_subs.c
1700
fp->fa2_blocksize = txdr_unsigned(NFS_V2CLAMP16(vap->va_blocksize));
sys/nfs/nfs_subs.c
1704
fp->fa2_rdev = txdr_unsigned(vap->va_rdev);
sys/nfs/nfs_subs.c
1705
fp->fa2_blocks = txdr_unsigned(vap->va_bytes / NFS_FABLKSIZE);
sys/nfs/nfs_subs.c
1706
fp->fa2_fsid = txdr_unsigned(vap->va_fsid);
sys/nfs/nfs_subs.c
1707
fp->fa2_fileid = txdr_unsigned(vap->va_fileid);
sys/nfs/nfs_subs.c
2038
return txdr_unsigned(newxid);
sys/nfs/nfs_subs.c
638
*tl++ = txdr_unsigned(NFS_PROG);
sys/nfs/nfs_subs.c
640
*tl++ = txdr_unsigned(NFS_VER3);
sys/nfs/nfs_subs.c
642
*tl++ = txdr_unsigned(NFS_VER2);
sys/nfs/nfs_subs.c
644
*tl++ = txdr_unsigned(procid);
sys/nfs/nfs_subs.c
646
*tl++ = txdr_unsigned(nfsv2_procid[procid]);
sys/nfs/nfs_subs.c
651
*tl++ = txdr_unsigned(auth_type);
sys/nfs/nfs_subs.c
652
*tl = txdr_unsigned(authsiz);
sys/nfs/nfs_subs.c
658
*tl++ = txdr_unsigned(kauth_cred_geteuid(cr));
sys/nfs/nfs_subs.c
659
*tl++ = txdr_unsigned(kauth_cred_getegid(cr));
sys/nfs/nfs_subs.c
661
*tl++ = txdr_unsigned(grpsiz);
sys/nfs/nfs_subs.c
663
*tl++ = txdr_unsigned(kauth_cred_group(cr, i)); /* XXX elad review */
sys/nfs/nfs_subs.c
699
*tl++ = txdr_unsigned(RPCAUTH_KERB4);
sys/nfs/nfs_subs.c
700
*tl = txdr_unsigned(verf_len);
sys/nfs/nfs_subs.c
727
*tl++ = txdr_unsigned(RPCAUTH_NULL);
sys/nfs/nfs_vnops.c
1151
*(tl + 2) = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1155
*tl++ = txdr_unsigned(uiop->uio_offset);
sys/nfs/nfs_vnops.c
1156
*tl++ = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1277
*tl++ = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1278
*tl++ = txdr_unsigned(*iomode);
sys/nfs/nfs_vnops.c
1279
*tl = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1287
x = txdr_unsigned((u_int32_t)uiop->uio_offset);
sys/nfs/nfs_vnops.c
1290
x = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1456
rdev = txdr_unsigned(vap->va_rdev);
sys/nfs/nfs_vnops.c
1476
*tl++ = txdr_unsigned(major(vap->va_rdev));
sys/nfs/nfs_vnops.c
1477
*tl = txdr_unsigned(minor(vap->va_rdev));
sys/nfs/nfs_vnops.c
1595
*tl = txdr_unsigned(NFSV3CREATE_EXCLUSIVE);
sys/nfs/nfs_vnops.c
1600
*tl = txdr_unsigned(excl_mode);
sys/nfs/nfs_vnops.c
2436
*tl++ = txdr_unsigned(uiop->uio_offset);
sys/nfs/nfs_vnops.c
2438
*tl = txdr_unsigned(nmp->nm_readdirsize);
sys/nfs/nfs_vnops.c
2647
*tl++ = txdr_unsigned(nmp->nm_readdirsize);
sys/nfs/nfs_vnops.c
2648
*tl = txdr_unsigned(nmp->nm_rsize);
sys/nfs/nfs_vnops.c
3018
*tl = txdr_unsigned(cnt);
sys/nfs/nfs_vnops.c
340
*tl = txdr_unsigned(mode);
sys/nfs/nfs_vnops.c
696
sp->sa_uid = txdr_unsigned(vap->va_uid);
sys/nfs/nfs_vnops.c
700
sp->sa_gid = txdr_unsigned(vap->va_gid);
sys/nfs/nfs_vnops.c
701
sp->sa_size = txdr_unsigned(vap->va_size);
sys/nfs/nfsm_subs.h
113
*tl++ = txdr_unsigned((n)->n_fhsize); \
sys/nfs/nfsm_subs.h
131
*tl++ = txdr_unsigned(NFSRVFH_SIZE(f)); \
sys/nfs/nfsm_subs.h
143
*tl++ = txdr_unsigned(NFSRVFH_SIZE(f)); \
sys/nfs/nfsm_subs.h
308
*tl = txdr_unsigned((a)->va_mode); \
sys/nfs/nfsm_subs.h
316
*tl = txdr_unsigned((a)->va_uid); \
sys/nfs/nfsm_subs.h
324
*tl = txdr_unsigned((a)->va_gid); \
sys/nfs/nfsm_subs.h
340
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT); \
sys/nfs/nfsm_subs.h
344
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER); \
sys/nfs/nfsm_subs.h
348
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE); \
sys/nfs/nfsm_subs.h
353
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT); \
sys/nfs/nfsm_subs.h
357
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER); \
sys/nfs/nfsm_subs.h
361
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE); \
sys/nfs/nfsm_subs.h
427
*tl++ = txdr_unsigned(s); \
sys/nfs/nfsproto.h
228
txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
sys/nfs/nfsproto.h
230
#define vtonfsv3_mode(m) txdr_unsigned((m) & ALLPERMS)
sys/nfs/nfsproto.h
232
#define vtonfsv2_type(a) txdr_unsigned(nfsv2_type[((int32_t)(a))])
sys/nfs/nfsproto.h
233
#define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])