Home
last modified time | relevance | path

Searched refs:Fsid_dev (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/tcpdump/
H A Dparsenfsfh.c213 fsidp->Fsid_dev.Minor = fhp[7]; in Parse_fh()
214 fsidp->Fsid_dev.Major = fhp[6]; in Parse_fh()
229 fsidp->Fsid_dev.Minor = temp & 0xFFFFF; in Parse_fh()
230 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF; in Parse_fh()
239 fsidp->Fsid_dev.Minor = fhp[3]; in Parse_fh()
240 fsidp->Fsid_dev.Major = fhp[2]; in Parse_fh()
251 fsidp->Fsid_dev.Minor = make_uint16(fhp[2], fhp[3]); in Parse_fh()
252 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]); in Parse_fh()
268 fsidp->Fsid_dev.Minor = fhp[3]; in Parse_fh()
269 fsidp->Fsid_dev.Major = fhp[2]; in Parse_fh()
[all …]
H A Dnfsfh.h60 my_devt Fsid_dev; /* XXX avoid name conflict with AIX */ member
65 dev_eq(a.Fsid_dev, b.Fsid_dev))
H A Dprint-nfs.c733 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor, (u_int32_t)ino); in nfs_printfh()