Searched refs:pc_linkmax (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dnfs.h434 u_int32_t pc_linkmax; member in struct:nfsv3_pathconf
H A Dprint-nfs.c1525 EXTRACT_32BITS(&spp->pc_linkmax),
/freebsd-10-stable/sys/nfs/
H A Dnfsproto.h691 u_int32_t pc_linkmax; member in struct:nfsv3_pathconf
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsproto.h1361 u_int32_t pc_linkmax; member in struct:nfsv3_pathconf
H A Dnfs_commonsubs.c890 pc->pc_linkmax = LINK_MAX;
1333 pc->pc_linkmax = fxdr_unsigned(u_int32_t, *tl);
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c3477 pc.pc_linkmax = LINK_MAX;
3487 *ap->a_retval = pc.pc_linkmax;
H A Dnfs_clrpcops.c4203 pc->pc_linkmax = fxdr_unsigned(u_int32_t, *tl++);
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_serv.c3646 pc->pc_linkmax = txdr_unsigned(linkmax);
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2137 pc->pc_linkmax = txdr_unsigned(linkmax);

Completed in 149 milliseconds