OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:credanon
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/nfs/
nfs_srvsubs.c
291
* - if cred->cr_uid == 0 or MNT_EXPORTANON set it to
credanon
300
kauth_cred_t
credanon
;
local
314
error = netexport_check(&fhp->fh_fsid, nam, &mp, &exflags, &
credanon
);
358
kauth_cred_clone(
credanon
, cred);
/src/sys/fs/nfs/server/
nfs_nfsdsocket.c
631
struct ucred *
credanon
;
local
990
nd->nd_nam, &nes, &
credanon
);
993
&nes,
credanon
);
994
if (
credanon
!= NULL)
995
crfree(
credanon
);
nfs_nfsdport.c
2634
struct ucred *
credanon
)
2678
nd->nd_cred->cr_uid =
credanon
->cr_uid;
2679
nd->nd_cred->cr_gid =
credanon
->cr_gid;
2680
crsetgroups(nd->nd_cred,
credanon
->cr_ngroups,
2681
credanon
->cr_groups);
2766
* - if cred->cr_uid == 0 or MNT_EXPORTANON set it to
credanon
2777
struct ucred *
credanon
;
local
2799
&
credanon
);
2849
nd->nd_repstat = nfsd_excred(nd, exp,
credanon
);
2853
if (
credanon
!= NULL
3053
struct ucred *
credanon
;
local
[
all
...]
/src/sys/fs/nfs/nlm/
nlm_prot_impl.c
1765
struct ucred *cred = NULL, *
credanon
= NULL;
local
1777
(struct sockaddr *)&host->nh_addr, &exflags, &
credanon
,
1801
cred =
credanon
;
1802
credanon
= NULL;
1830
if (
credanon
)
1831
crfree(
credanon
);
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026