Symbol: fxdr_unsigned
sys/vfs/nfs/krpc_subr.c
385
error = fxdr_unsigned(u_int32_t, reply->rp_errno);
sys/vfs/nfs/krpc_subr.c
392
error = fxdr_unsigned(u_int32_t, reply->rp_status);
sys/vfs/nfs/krpc_subr.c
425
len += fxdr_unsigned(u_int32_t, reply->rp_auth.authlen);
sys/vfs/nfs/nfs_bio.c
1397
eof = fxdr_unsigned(int, *(tl + 1));
sys/vfs/nfs/nfs_bio.c
1560
rlen = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_bio.c
1579
commit = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_mountrpc.c
286
size = fxdr_unsigned(u_int32_t, fattribs.v3[6]);
sys/vfs/nfs/nfs_mountrpc.c
292
size = fxdr_unsigned(u_int32_t, fattribs.v2[5]);
sys/vfs/nfs/nfs_mountrpc.c
418
*iptr = fxdr_unsigned(u_int32_t, i);
sys/vfs/nfs/nfs_serv.c
1039
stable = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_serv.c
1042
off = (off_t)fxdr_unsigned(u_int32_t, *++tl);
sys/vfs/nfs/nfs_serv.c
1047
retlen = len = fxdr_unsigned(int32_t, *tl);
sys/vfs/nfs/nfs_serv.c
1268
nfsd->nd_stable = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_serv.c
1271
nfsd->nd_off = (off_t)fxdr_unsigned(u_int32_t, *++tl);
sys/vfs/nfs/nfs_serv.c
1276
len = fxdr_unsigned(int32_t, *tl);
sys/vfs/nfs/nfs_serv.c
1679
how = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_serv.c
1699
vap->va_type = IFTOVT(fxdr_unsigned(u_int32_t, sp->sa_mode));
sys/vfs/nfs/nfs_serv.c
1705
tsize = fxdr_unsigned(int32_t, sp->sa_size);
sys/vfs/nfs/nfs_serv.c
1712
rdev = fxdr_unsigned(long, sp->sa_size);
sys/vfs/nfs/nfs_serv.c
1948
vap->va_rmajor = fxdr_unsigned(u_int32_t, *tl++);
sys/vfs/nfs/nfs_serv.c
1949
vap->va_rminor = fxdr_unsigned(u_int32_t, *tl);
sys/vfs/nfs/nfs_serv.c
240
nfsmode = fxdr_unsigned(u_int32_t, *tl);
sys/vfs/nfs/nfs_serv.c
2971
toff = fxdr_unsigned(u_quad_t, *tl++);
sys/vfs/nfs/nfs_serv.c
2977
cnt = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_serv.c
3277
siz = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_serv.c
3278
cnt = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_serv.c
3611
cnt = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_serv.c
367
gcheck = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_serv.c
381
if ((fxdr_unsigned(int, sp->sa_mode) & 0xffff) != 0xffff)
sys/vfs/nfs/nfs_serv.c
384
vap->va_uid = fxdr_unsigned(uid_t, sp->sa_uid);
sys/vfs/nfs/nfs_serv.c
386
vap->va_gid = fxdr_unsigned(gid_t, sp->sa_gid);
sys/vfs/nfs/nfs_serv.c
388
vap->va_size = fxdr_unsigned(u_quad_t, sp->sa_size);
sys/vfs/nfs/nfs_serv.c
394
fxdr_unsigned(int32_t, sp->sa_atime.nfsv2_sec);
sys/vfs/nfs/nfs_serv.c
831
off = (off_t)fxdr_unsigned(u_int32_t, *tl);
sys/vfs/nfs/nfs_socket.c
1497
verf_type = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_socket.c
1498
i = fxdr_unsigned(int32_t, *tl);
sys/vfs/nfs/nfs_socket.c
1512
error = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_socket.c
2304
nd->nd_retxid = fxdr_unsigned(u_int32_t, *tl++);
sys/vfs/nfs/nfs_socket.c
2325
nfsvers = fxdr_unsigned(u_int32_t, *tl++);
sys/vfs/nfs/nfs_socket.c
2333
nd->nd_procnum = fxdr_unsigned(u_int32_t, *tl++);
sys/vfs/nfs/nfs_socket.c
2346
len = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_socket.c
2357
len = fxdr_unsigned(int, *++tl);
sys/vfs/nfs/nfs_socket.c
2366
nd->nd_cr.cr_uid = fxdr_unsigned(uid_t, *tl++);
sys/vfs/nfs/nfs_socket.c
2368
nd->nd_cr.cr_gid = fxdr_unsigned(gid_t, *tl++);
sys/vfs/nfs/nfs_socket.c
2370
len = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_socket.c
2378
nd->nd_cr.cr_groups[i] = fxdr_unsigned(gid_t, *tl++);
sys/vfs/nfs/nfs_socket.c
2384
len = fxdr_unsigned(int, *++tl);
sys/vfs/nfs/nfs_socket.c
2393
switch (fxdr_unsigned(int, *tl++)) {
sys/vfs/nfs/nfs_socket.c
2395
ticklen = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_socket.c
2412
fxdr_unsigned(int, *tl) != 4 * NFSX_UNSIGNED) {
sys/vfs/nfs/nfs_socket.c
2420
if (fxdr_unsigned(int, *tl) != RPCAKN_FULLNAME) {
sys/vfs/nfs/nfs_socket.c
2439
nickuid = fxdr_unsigned(uid_t, *tl);
sys/vfs/nfs/nfs_socket.c
2442
fxdr_unsigned(int, *tl) != 3 * NFSX_UNSIGNED) {
sys/vfs/nfs/nfs_socket.c
2478
tvout.tv_sec = fxdr_unsigned(long, tvout.tv_sec);
sys/vfs/nfs/nfs_socket.c
2479
tvout.tv_usec = fxdr_unsigned(long, tvout.tv_usec);
sys/vfs/nfs/nfs_subs.c
675
vmode = fxdr_unsigned(u_short, fp->fa_mode);
sys/vfs/nfs/nfs_subs.c
676
rmajor = (int)fxdr_unsigned(int, fp->fa3_rdev.specdata1);
sys/vfs/nfs/nfs_subs.c
677
rminor = (int)fxdr_unsigned(int, fp->fa3_rdev.specdata2);
sys/vfs/nfs/nfs_subs.c
681
vmode = fxdr_unsigned(u_short, fp->fa_mode);
sys/vfs/nfs/nfs_subs.c
703
rdev = fxdr_unsigned(int32_t, fp->fa2_rdev);
sys/vfs/nfs/nfs_subs.c
761
vap->va_nlink = fxdr_unsigned(u_short, fp->fa_nlink);
sys/vfs/nfs/nfs_subs.c
762
vap->va_uid = fxdr_unsigned(uid_t, fp->fa_uid);
sys/vfs/nfs/nfs_subs.c
763
vap->va_gid = fxdr_unsigned(gid_t, fp->fa_gid);
sys/vfs/nfs/nfs_subs.c
773
vap->va_nlink = fxdr_unsigned(u_short, fp->fa_nlink);
sys/vfs/nfs/nfs_subs.c
774
vap->va_uid = fxdr_unsigned(uid_t, fp->fa_uid);
sys/vfs/nfs/nfs_subs.c
775
vap->va_gid = fxdr_unsigned(gid_t, fp->fa_gid);
sys/vfs/nfs/nfs_subs.c
776
vap->va_size = fxdr_unsigned(u_int32_t, fp->fa2_size);
sys/vfs/nfs/nfs_subs.c
777
vap->va_blocksize = fxdr_unsigned(int32_t, fp->fa2_blocksize);
sys/vfs/nfs/nfs_subs.c
778
vap->va_bytes = (u_quad_t)fxdr_unsigned(int32_t, fp->fa2_blocks)
sys/vfs/nfs/nfs_subs.c
780
vap->va_fileid = fxdr_unsigned(int32_t, fp->fa2_fileid);
sys/vfs/nfs/nfs_subs.c
783
vap->va_ctime.tv_sec = fxdr_unsigned(u_int32_t,
sys/vfs/nfs/nfs_subs.c
786
vap->va_gen = fxdr_unsigned(u_int32_t,fp->fa2_ctime.nfsv2_usec);
sys/vfs/nfs/nfs_syscalls.c
1172
nick = fxdr_unsigned(u_int32_t, *tl);
sys/vfs/nfs/nfs_syscalls.c
1183
ktvout.tv_sec = fxdr_unsigned(long, ktvout.tv_sec);
sys/vfs/nfs/nfs_syscalls.c
1184
ktvout.tv_usec = fxdr_unsigned(long, ktvout.tv_usec);
sys/vfs/nfs/nfs_vfsops.c
365
sbp->f_files = (fxdr_unsigned(int32_t,
sys/vfs/nfs/nfs_vfsops.c
367
sbp->f_ffree = (fxdr_unsigned(int32_t,
sys/vfs/nfs/nfs_vfsops.c
370
sbp->f_bsize = fxdr_unsigned(int32_t, sfp->sf_bsize);
sys/vfs/nfs/nfs_vfsops.c
371
sbp->f_blocks = fxdr_unsigned(int32_t, sfp->sf_blocks);
sys/vfs/nfs/nfs_vfsops.c
372
sbp->f_bfree = fxdr_unsigned(int32_t, sfp->sf_bfree);
sys/vfs/nfs/nfs_vfsops.c
373
sbp->f_bavail = fxdr_unsigned(int32_t, sfp->sf_bavail);
sys/vfs/nfs/nfs_vfsops.c
456
sbp->f_bsize = fxdr_unsigned(int32_t, sfp->sf_bsize);
sys/vfs/nfs/nfs_vfsops.c
457
sbp->f_blocks = fxdr_unsigned(int32_t, sfp->sf_blocks);
sys/vfs/nfs/nfs_vfsops.c
458
sbp->f_bfree = fxdr_unsigned(int32_t, sfp->sf_bfree);
sys/vfs/nfs/nfs_vfsops.c
459
sbp->f_bavail = fxdr_unsigned(int32_t, sfp->sf_bavail);
sys/vfs/nfs/nfs_vfsops.c
500
pref = fxdr_unsigned(u_int32_t, fsp->fs_wtpref);
sys/vfs/nfs/nfs_vfsops.c
503
max = fxdr_unsigned(u_int32_t, fsp->fs_wtmax);
sys/vfs/nfs/nfs_vfsops.c
509
pref = fxdr_unsigned(u_int32_t, fsp->fs_rtpref);
sys/vfs/nfs/nfs_vfsops.c
512
max = fxdr_unsigned(u_int32_t, fsp->fs_rtmax);
sys/vfs/nfs/nfs_vfsops.c
518
pref = fxdr_unsigned(u_int32_t, fsp->fs_dtpref);
sys/vfs/nfs/nfs_vnops.c
1418
eof = fxdr_unsigned(int, *(tl + 1));
sys/vfs/nfs/nfs_vnops.c
1522
rlen = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_vnops.c
1536
commit = fxdr_unsigned(int, *tl++);
sys/vfs/nfs/nfs_vnops.c
2560
more_dirs = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2567
len = fxdr_unsigned(int, *(tl + 2));
sys/vfs/nfs/nfs_vnops.c
2570
fileno = fxdr_unsigned(u_quad_t, *tl++);
sys/vfs/nfs/nfs_vnops.c
2571
len = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2662
more_dirs = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2669
more_dirs = (fxdr_unsigned(int, *tl) == 0);
sys/vfs/nfs/nfs_vnops.c
2796
more_dirs = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2802
len = fxdr_unsigned(int, *(tl + 2));
sys/vfs/nfs/nfs_vnops.c
2862
attrflag = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2868
doit = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
287
rmode = fxdr_unsigned(u_int32_t, *tl);
sys/vfs/nfs/nfs_vnops.c
2927
i = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2931
more_dirs = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2938
more_dirs = (fxdr_unsigned(int, *tl) == 0);
sys/vfs/nfs/nfsm_subs.c
1003
vap->va_gid = fxdr_unsigned(gid_t, *tl);
sys/vfs/nfs/nfsm_subs.c
1011
switch (fxdr_unsigned(int, *tl)) {
sys/vfs/nfs/nfsm_subs.c
1021
switch (fxdr_unsigned(int, *tl)) {
sys/vfs/nfs/nfsm_subs.c
406
*gotvpp = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfsm_subs.c
425
*gotvpp = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfsm_subs.c
426
} else if (fxdr_unsigned(int, *tl)) {
sys/vfs/nfs/nfsm_subs.c
453
if ((n = fxdr_unsigned(int, *tl)) <= 0 || n > NFSX_V3FHMAX) {
sys/vfs/nfs/nfsm_subs.c
496
*attrp = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfsm_subs.c
530
fxdr_unsigned(u_int32_t, *(tl + 2)));
sys/vfs/nfs/nfsm_subs.c
642
len = fxdr_unsigned(int32_t, *tl);
sys/vfs/nfs/nfsm_subs.c
665
len = fxdr_unsigned(int32_t,*tl);
sys/vfs/nfs/nfsm_subs.c
697
len = fxdr_unsigned(int32_t,*tl);
sys/vfs/nfs/nfsm_subs.c
946
fhlen = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfsm_subs.c
998
vap->va_uid = fxdr_unsigned(uid_t, *tl);
sys/vfs/nfs/nfsproto.h
231
#define nfstov_mode(a) (fxdr_unsigned(u_int32_t, (a)) & ALLPERMS)
sys/vfs/nfs/nfsproto.h
234
#define nfsv2tov_type(a) nv2tov_type[fxdr_unsigned(u_int32_t,(a))&0x7]
sys/vfs/nfs/nfsproto.h
235
#define nfsv3tov_type(a) nv3tov_type[fxdr_unsigned(u_int32_t,(a))&0x7]