Searched refs:nfs_extB (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dmount.h64 struct nfs_args_extB nfs_extB; /* nfs_args extension v2 */ member in union:nfs_ext
100 struct nfs_args_extB32 nfs_extB; /* nfs_args extension v2 */ member in union:nfs_ext32
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c108 (args).nfs_ext_u.nfs_extB.secdata = secdata; }
1279 tail = tail->nfs_ext_u.nfs_extB.next = argp;
1335 tail->nfs_ext_u.nfs_extB.next = NULL;
1368 tail->nfs_ext_u.nfs_extB.next = NULL;
1395 tail->nfs_ext_u.nfs_extB.next = NULL;
1432 tail->nfs_ext_u.nfs_extB.next = NULL;
1447 tail->nfs_ext_u.nfs_extB.next = NULL;
1476 tail->nfs_ext_u.nfs_extB.next = NULL;
1492 tail->nfs_ext_u.nfs_extB.next = NULL;
1546 tail->nfs_ext_u.nfs_extB
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c462 nargs->nfs_ext_u.nfs_extB.next =
463 STRUCT_FGETP(args, nfs_ext_u.nfs_extB.next);
729 args->nfs_ext_u.nfs_extB.next != NULL) {
731 args->nfs_ext_u.nfs_extB.next;
901 args->nfs_ext_u.nfs_extB.next != NULL) {
903 data = (char *)args->nfs_ext_u.nfs_extB.next;
H A Dnfs_vfsops.c481 nargs->nfs_ext_u.nfs_extB.next =
482 STRUCT_FGETP(args, nfs_ext_u.nfs_extB.next);
748 args->nfs_ext_u.nfs_extB.next != NULL) {
750 args->nfs_ext_u.nfs_extB.next;
928 args->nfs_ext_u.nfs_extB.next != NULL) {
930 data = (char *)args->nfs_ext_u.nfs_extB.next;
H A Dnfs4_stub_vnops.c941 * nfs_ext_u.nfs_extB.next.
1020 nargs->nfs_ext_u.nfs_extB.next = next;
1061 nargs->nfs_ext_u.nfs_extB.next;
2100 nargs->nfs_ext_u.nfs_extB.secdata = secdata;
2103 nargs->nfs_ext_u.nfs_extB.next = NULL;
H A Dnfs4_vfsops.c679 nargs->nfs_ext_u.nfs_extB.next =
680 STRUCT_FGETP(args, nfs_ext_u.nfs_extB.next);
932 args->nfs_ext_u.nfs_extB.next != NULL) {
934 args->nfs_ext_u.nfs_extB.next;
1077 args->nfs_ext_u.nfs_extB.next != NULL) {
1079 data = (char *)args->nfs_ext_u.nfs_extB.next;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c131 (args)->nfs_ext_u.nfs_extB.secdata = secdata; }
728 prev_argp->nfs_ext_u.nfs_extB.next = argp;
819 prev_argp->nfs_ext_u.nfs_extB.next = argp;
833 nfs_free_secdata(argp->nfs_ext_u.nfs_extB.secdata);
841 argp = argp->nfs_ext_u.nfs_extB.next;

Completed in 121 milliseconds