Symbol: txdr_unsigned
sys/vfs/nfs/bootp_subr.c
1196
ifctx->call.xid = txdr_unsigned(ifctx->xid);
sys/vfs/nfs/krpc_subr.c
157
sdata->prog = txdr_unsigned(prog);
sys/vfs/nfs/krpc_subr.c
158
sdata->vers = txdr_unsigned(vers);
sys/vfs/nfs/krpc_subr.c
159
sdata->proto = txdr_unsigned(IPPROTO_UDP);
sys/vfs/nfs/krpc_subr.c
284
call->rp_xid = txdr_unsigned(xid);
sys/vfs/nfs/krpc_subr.c
286
call->rp_rpcvers = txdr_unsigned(2);
sys/vfs/nfs/krpc_subr.c
287
call->rp_prog = txdr_unsigned(prog);
sys/vfs/nfs/krpc_subr.c
288
call->rp_vers = txdr_unsigned(vers);
sys/vfs/nfs/krpc_subr.c
289
call->rp_proc = txdr_unsigned(func);
sys/vfs/nfs/krpc_subr.c
291
call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX);
sys/vfs/nfs/krpc_subr.c
292
call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));
sys/vfs/nfs/krpc_subr.c
377
if (reply->rp_direction != txdr_unsigned(RPC_REPLY))
sys/vfs/nfs/krpc_subr.c
380
if (reply->rp_xid != txdr_unsigned(xid))
sys/vfs/nfs/krpc_subr.c
475
xs->len = txdr_unsigned(len);
sys/vfs/nfs/nfs_bio.c
1358
*(tl + 2) = txdr_unsigned(len);
sys/vfs/nfs/nfs_bio.c
1360
*tl++ = txdr_unsigned(bio->bio_offset);
sys/vfs/nfs/nfs_bio.c
1361
*tl++ = txdr_unsigned(len);
sys/vfs/nfs/nfs_bio.c
1501
*tl++ = txdr_unsigned(len);
sys/vfs/nfs/nfs_bio.c
1502
*tl++ = txdr_unsigned(iomode);
sys/vfs/nfs/nfs_bio.c
1503
*tl = txdr_unsigned(len);
sys/vfs/nfs/nfs_bio.c
1509
x = txdr_unsigned((u_int32_t)offset);
sys/vfs/nfs/nfs_bio.c
1512
x = txdr_unsigned(len);
sys/vfs/nfs/nfs_bio.c
1705
*tl = txdr_unsigned(bp->b_dirtyend - bp->b_dirtyoff);
sys/vfs/nfs/nfs_mountrpc.c
237
*mtod(m, u_int32_t *) = txdr_unsigned(*fhsizep);
sys/vfs/nfs/nfs_serv.c
1180
*tl++ = txdr_unsigned(retlen);
sys/vfs/nfs/nfs_serv.c
1185
*tl++ = txdr_unsigned(stable);
sys/vfs/nfs/nfs_serv.c
1187
*tl++ = txdr_unsigned(NFSV3WRITE_FILESYNC);
sys/vfs/nfs/nfs_serv.c
1195
*tl++ = txdr_unsigned(nfsver.tv_sec);
sys/vfs/nfs/nfs_serv.c
1196
*tl = txdr_unsigned(nfsver.tv_nsec / 1000);
sys/vfs/nfs/nfs_serv.c
1477
*tl++ = txdr_unsigned(nfsd->nd_len);
sys/vfs/nfs/nfs_serv.c
1478
*tl++ = txdr_unsigned(swp->nd_stable);
sys/vfs/nfs/nfs_serv.c
1486
*tl++ = txdr_unsigned(nfsver.tv_sec);
sys/vfs/nfs/nfs_serv.c
1487
*tl = txdr_unsigned(nfsver.tv_nsec / 1000);
sys/vfs/nfs/nfs_serv.c
266
*tl = txdr_unsigned(nfsmode);
sys/vfs/nfs/nfs_serv.c
3161
*tl = txdr_unsigned(dp->d_ino >> 32);
sys/vfs/nfs/nfs_serv.c
3165
*tl = txdr_unsigned(dp->d_ino);
sys/vfs/nfs/nfs_serv.c
3168
*tl = txdr_unsigned(nlen);
sys/vfs/nfs/nfs_serv.c
3193
*tl = txdr_unsigned(*cookiep >> 32);
sys/vfs/nfs/nfs_serv.c
3197
*tl = txdr_unsigned(*cookiep);
sys/vfs/nfs/nfs_serv.c
3491
fl.fl_off.nfsuquad[0] = txdr_unsigned(*cookiep >> 32);
sys/vfs/nfs/nfs_serv.c
3492
fl.fl_off.nfsuquad[1] = txdr_unsigned(*cookiep);
sys/vfs/nfs/nfs_serv.c
3495
fl.fl_fhsize = txdr_unsigned(NFSX_V3FH);
sys/vfs/nfs/nfs_serv.c
3501
*tl = txdr_unsigned(dp->d_ino >> 32);
sys/vfs/nfs/nfs_serv.c
3504
*tl = txdr_unsigned(dp->d_ino);
sys/vfs/nfs/nfs_serv.c
3507
*tl = txdr_unsigned(nlen);
sys/vfs/nfs/nfs_serv.c
3716
*tl++ = txdr_unsigned(nfsver.tv_sec);
sys/vfs/nfs/nfs_serv.c
3717
*tl = txdr_unsigned(nfsver.tv_nsec / 1000);
sys/vfs/nfs/nfs_serv.c
3792
sfp->sf_tfiles.nfsuquad[1] = txdr_unsigned(sf->f_files);
sys/vfs/nfs/nfs_serv.c
3794
sfp->sf_ffiles.nfsuquad[1] = txdr_unsigned(sf->f_ffree);
sys/vfs/nfs/nfs_serv.c
3796
sfp->sf_afiles.nfsuquad[1] = txdr_unsigned(sf->f_ffree);
sys/vfs/nfs/nfs_serv.c
3799
sfp->sf_tsize = txdr_unsigned(NFS_MAXDGRAMDATA);
sys/vfs/nfs/nfs_serv.c
3800
sfp->sf_bsize = txdr_unsigned(sf->f_bsize);
sys/vfs/nfs/nfs_serv.c
3801
sfp->sf_blocks = txdr_unsigned(sf->f_blocks);
sys/vfs/nfs/nfs_serv.c
3802
sfp->sf_bfree = txdr_unsigned(sf->f_bfree);
sys/vfs/nfs/nfs_serv.c
3803
sfp->sf_bavail = txdr_unsigned(sf->f_bavail);
sys/vfs/nfs/nfs_serv.c
3870
sip->fs_rtmax = txdr_unsigned(NFS_MAXDATA);
sys/vfs/nfs/nfs_serv.c
3871
sip->fs_rtpref = txdr_unsigned(pref);
sys/vfs/nfs/nfs_serv.c
3872
sip->fs_rtmult = txdr_unsigned(NFS_FABLKSIZE);
sys/vfs/nfs/nfs_serv.c
3873
sip->fs_wtmax = txdr_unsigned(NFS_MAXDATA);
sys/vfs/nfs/nfs_serv.c
3874
sip->fs_wtpref = txdr_unsigned(pref);
sys/vfs/nfs/nfs_serv.c
3875
sip->fs_wtmult = txdr_unsigned(NFS_FABLKSIZE);
sys/vfs/nfs/nfs_serv.c
3876
sip->fs_dtpref = txdr_unsigned(pref);
sys/vfs/nfs/nfs_serv.c
3879
sip->fs_timedelta.nfsv3_nsec = txdr_unsigned(1);
sys/vfs/nfs/nfs_serv.c
3880
sip->fs_properties = txdr_unsigned(NFSV3FSINFO_LINK |
sys/vfs/nfs/nfs_serv.c
3945
pc->pc_linkmax = txdr_unsigned(linkmax);
sys/vfs/nfs/nfs_serv.c
3946
pc->pc_namemax = txdr_unsigned(namemax);
sys/vfs/nfs/nfs_serv.c
3947
pc->pc_notrunc = txdr_unsigned(notrunc);
sys/vfs/nfs/nfs_serv.c
3948
pc->pc_chownrestricted = txdr_unsigned(chownres);
sys/vfs/nfs/nfs_serv.c
776
*tl = txdr_unsigned(len);
sys/vfs/nfs/nfs_serv.c
979
*tl++ = txdr_unsigned(cnt);
sys/vfs/nfs/nfs_serv.c
985
*tl = txdr_unsigned(cnt);
sys/vfs/nfs/nfs_socket.c
1612
*tl++ = txdr_unsigned(nd->nd_retxid);
sys/vfs/nfs/nfs_socket.c
1618
*tl = txdr_unsigned(err & ~NFSERR_AUTHERR);
sys/vfs/nfs/nfs_socket.c
1623
*tl++ = txdr_unsigned(RPC_VER2);
sys/vfs/nfs/nfs_socket.c
1624
*tl = txdr_unsigned(RPC_VER2);
sys/vfs/nfs/nfs_socket.c
1657
*tl++ = txdr_unsigned(3 * NFSX_UNSIGNED);
sys/vfs/nfs/nfs_socket.c
1661
*tl++ = txdr_unsigned(nuidp->nu_cr.cr_uid);
sys/vfs/nfs/nfs_socket.c
1672
*tl = txdr_unsigned(RPC_PROGUNAVAIL);
sys/vfs/nfs/nfs_socket.c
1675
*tl = txdr_unsigned(RPC_PROGMISMATCH);
sys/vfs/nfs/nfs_socket.c
1677
*tl++ = txdr_unsigned(2);
sys/vfs/nfs/nfs_socket.c
1678
*tl = txdr_unsigned(3);
sys/vfs/nfs/nfs_socket.c
1681
*tl = txdr_unsigned(RPC_PROCUNAVAIL);
sys/vfs/nfs/nfs_socket.c
1684
*tl = txdr_unsigned(RPC_GARBAGE);
sys/vfs/nfs/nfs_socket.c
1691
*tl = txdr_unsigned(nfsrv_errmap(nd, err));
sys/vfs/nfs/nfs_subs.c
569
rpc_vers = txdr_unsigned(RPC_VER2);
sys/vfs/nfs/nfs_subs.c
570
rpc_call = txdr_unsigned(RPC_CALL);
sys/vfs/nfs/nfs_subs.c
571
rpc_reply = txdr_unsigned(RPC_REPLY);
sys/vfs/nfs/nfs_subs.c
572
rpc_msgdenied = txdr_unsigned(RPC_MSGDENIED);
sys/vfs/nfs/nfs_subs.c
573
rpc_msgaccepted = txdr_unsigned(RPC_MSGACCEPTED);
sys/vfs/nfs/nfs_subs.c
574
rpc_mismatch = txdr_unsigned(RPC_MISMATCH);
sys/vfs/nfs/nfs_subs.c
575
rpc_autherr = txdr_unsigned(RPC_AUTHERR);
sys/vfs/nfs/nfs_subs.c
576
rpc_auth_unix = txdr_unsigned(RPCAUTH_UNIX);
sys/vfs/nfs/nfs_subs.c
577
rpc_auth_kerb = txdr_unsigned(RPCAUTH_KERB4);
sys/vfs/nfs/nfs_subs.c
578
nfs_prog = txdr_unsigned(NFS_PROG);
sys/vfs/nfs/nfs_subs.c
579
nfs_true = txdr_unsigned(TRUE);
sys/vfs/nfs/nfs_subs.c
580
nfs_false = txdr_unsigned(FALSE);
sys/vfs/nfs/nfs_subs.c
581
nfs_xdrneg1 = txdr_unsigned(-1);
sys/vfs/nfs/nfs_syscalls.c
1116
*nickp++ = txdr_unsigned(RPCAKN_NICKNAME);
sys/vfs/nfs/nfs_syscalls.c
1117
*nickp = txdr_unsigned(nuidp->nu_nickname);
sys/vfs/nfs/nfs_syscalls.c
1125
*verfp++ = txdr_unsigned(RPCAKN_NICKNAME);
sys/vfs/nfs/nfs_vnops.c
1406
*(tl + 2) = txdr_unsigned(len);
sys/vfs/nfs/nfs_vnops.c
1408
*tl++ = txdr_unsigned(uiop->uio_offset);
sys/vfs/nfs/nfs_vnops.c
1409
*tl++ = txdr_unsigned(len);
sys/vfs/nfs/nfs_vnops.c
1491
*tl++ = txdr_unsigned(len);
sys/vfs/nfs/nfs_vnops.c
1492
*tl++ = txdr_unsigned(*iomode);
sys/vfs/nfs/nfs_vnops.c
1493
*tl = txdr_unsigned(len);
sys/vfs/nfs/nfs_vnops.c
1499
x = txdr_unsigned((u_int32_t)uiop->uio_offset);
sys/vfs/nfs/nfs_vnops.c
1502
x = txdr_unsigned(len);
sys/vfs/nfs/nfs_vnops.c
1598
rmajor = txdr_unsigned(vap->va_rmajor);
sys/vfs/nfs/nfs_vnops.c
1599
rminor = txdr_unsigned(vap->va_rminor);
sys/vfs/nfs/nfs_vnops.c
1622
*tl++ = txdr_unsigned(vap->va_rmajor);
sys/vfs/nfs/nfs_vnops.c
1623
*tl = txdr_unsigned(vap->va_rminor);
sys/vfs/nfs/nfs_vnops.c
1742
*tl = txdr_unsigned(NFSV3CREATE_EXCLUSIVE);
sys/vfs/nfs/nfs_vnops.c
1752
*tl = txdr_unsigned(NFSV3CREATE_UNCHECKED);
sys/vfs/nfs/nfs_vnops.c
2548
*tl = txdr_unsigned(nmp->nm_readdirsize);
sys/vfs/nfs/nfs_vnops.c
2786
*tl++ = txdr_unsigned(nmp->nm_readdirsize);
sys/vfs/nfs/nfs_vnops.c
2787
*tl = txdr_unsigned(nmp->nm_rsize);
sys/vfs/nfs/nfs_vnops.c
282
*tl = txdr_unsigned(wmode);
sys/vfs/nfs/nfs_vnops.c
3157
*tl = txdr_unsigned(cnt);
sys/vfs/nfs/nfs_vnops.c
932
sp->sa_uid = txdr_unsigned(vap->va_uid);
sys/vfs/nfs/nfs_vnops.c
936
sp->sa_gid = txdr_unsigned(vap->va_gid);
sys/vfs/nfs/nfs_vnops.c
937
sp->sa_size = txdr_unsigned(vap->va_size);
sys/vfs/nfs/nfsm_subs.c
1406
*tl++ = txdr_unsigned(siz);
sys/vfs/nfs/nfsm_subs.c
1429
*tl++ = txdr_unsigned(siz);
sys/vfs/nfs/nfsm_subs.c
1568
fp->fa_nlink = txdr_unsigned(vap->va_nlink);
sys/vfs/nfs/nfsm_subs.c
1569
fp->fa_uid = txdr_unsigned(vap->va_uid);
sys/vfs/nfs/nfsm_subs.c
1570
fp->fa_gid = txdr_unsigned(vap->va_gid);
sys/vfs/nfs/nfsm_subs.c
1576
fp->fa3_rdev.specdata1 = txdr_unsigned(vap->va_rmajor);
sys/vfs/nfs/nfsm_subs.c
1577
fp->fa3_rdev.specdata2 = txdr_unsigned(vap->va_rminor);
sys/vfs/nfs/nfsm_subs.c
1579
fp->fa3_fsid.nfsuquad[1] = txdr_unsigned(vap->va_fsid);
sys/vfs/nfs/nfsm_subs.c
1587
fp->fa2_size = txdr_unsigned(vap->va_size);
sys/vfs/nfs/nfsm_subs.c
1588
fp->fa2_blocksize = txdr_unsigned(vap->va_blocksize);
sys/vfs/nfs/nfsm_subs.c
1592
fp->fa2_rdev = txdr_unsigned(makeudev(vap->va_rmajor, vap->va_rminor));
sys/vfs/nfs/nfsm_subs.c
1593
fp->fa2_blocks = txdr_unsigned(vap->va_bytes / NFS_FABLKSIZE);
sys/vfs/nfs/nfsm_subs.c
1594
fp->fa2_fsid = txdr_unsigned(vap->va_fsid);
sys/vfs/nfs/nfsm_subs.c
1595
fp->fa2_fileid = txdr_unsigned(vap->va_fileid);
sys/vfs/nfs/nfsm_subs.c
165
*tl++ = *xidp = txdr_unsigned(xid);
sys/vfs/nfs/nfsm_subs.c
168
*tl++ = txdr_unsigned(NFS_PROG);
sys/vfs/nfs/nfsm_subs.c
170
*tl++ = txdr_unsigned(NFS_VER3);
sys/vfs/nfs/nfsm_subs.c
172
*tl++ = txdr_unsigned(NFS_VER2);
sys/vfs/nfs/nfsm_subs.c
174
*tl++ = txdr_unsigned(procid);
sys/vfs/nfs/nfsm_subs.c
176
*tl++ = txdr_unsigned(nfsv2_procid[procid]);
sys/vfs/nfs/nfsm_subs.c
181
*tl++ = txdr_unsigned(auth_type);
sys/vfs/nfs/nfsm_subs.c
182
*tl = txdr_unsigned(authsiz);
sys/vfs/nfs/nfsm_subs.c
188
*tl++ = txdr_unsigned(cr->cr_uid);
sys/vfs/nfs/nfsm_subs.c
189
*tl++ = txdr_unsigned(cr->cr_groups[0]);
sys/vfs/nfs/nfsm_subs.c
191
*tl++ = txdr_unsigned(grpsiz);
sys/vfs/nfs/nfsm_subs.c
193
*tl++ = txdr_unsigned(cr->cr_groups[i]);
sys/vfs/nfs/nfsm_subs.c
225
*tl++ = txdr_unsigned(RPCAUTH_KERB4);
sys/vfs/nfs/nfsm_subs.c
226
*tl = txdr_unsigned(verf_len);
sys/vfs/nfs/nfsm_subs.c
250
*tl++ = txdr_unsigned(RPCAUTH_NULL);
sys/vfs/nfs/nfsm_subs.c
342
*tl++ = txdr_unsigned(VTONFS(vp)->n_fhsize);
sys/vfs/nfs/nfsm_subs.c
368
*tl++ = txdr_unsigned(NFSX_V3FH);
sys/vfs/nfs/nfsm_subs.c
383
*tl++ = txdr_unsigned(NFSX_V3FH);
sys/vfs/nfs/nfsm_subs.c
573
*tl = txdr_unsigned(vap->va_mode);
sys/vfs/nfs/nfsm_subs.c
581
*tl = txdr_unsigned(vap->va_uid);
sys/vfs/nfs/nfsm_subs.c
589
*tl = txdr_unsigned(vap->va_gid);
sys/vfs/nfs/nfsm_subs.c
605
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT);
sys/vfs/nfs/nfsm_subs.c
609
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER);
sys/vfs/nfs/nfsm_subs.c
613
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE);
sys/vfs/nfs/nfsm_subs.c
618
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT);
sys/vfs/nfs/nfsm_subs.c
622
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER);
sys/vfs/nfs/nfsm_subs.c
626
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE);
sys/vfs/nfs/nfsm_subs.c
857
*tl++ = txdr_unsigned(len);
sys/vfs/nfs/nfsproto.h
228
txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
sys/vfs/nfs/nfsproto.h
230
#define vtonfsv3_mode(m) txdr_unsigned((m) & ALLPERMS)
sys/vfs/nfs/nfsproto.h
232
#define vtonfsv2_type(a) txdr_unsigned(nfsv2_type[((int32_t)(a))])
sys/vfs/nfs/nfsproto.h
233
#define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])