Searched defs:pmaj (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c641 int *pmaj = (int *)&na->fsid.major; local
657 pmaj[0] = sarg->cs->exi->exi_fsid.val[0];
658 pmaj[1] = sarg->cs->exi->exi_fsid.val[1];
674 if (pmaj[0] != sarg->cs->exi->exi_fsid.val[0] ||
675 pmaj[1] != sarg->cs->exi->exi_fsid.val[1] ||
H A Dnfs4_srv_readdir.c967 int *pmaj = (int *)&major; local
969 pmaj[0] = exi->exi_fsid.val[0];
970 pmaj[1] = exi->exi_fsid.val[1];

Completed in 51 milliseconds