Home
last modified time | relevance | path

Searched refs:authnone_private (Results 1 – 2 of 2) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dauth_none.c73 static struct authnone_private { struct
77 } *authnone_private; argument
81 register struct authnone_private *ap = authnone_private; in authnone_create()
87 ap = (struct authnone_private *) rt_malloc (sizeof(*ap)); in authnone_create()
90 authnone_private = ap; in authnone_create()
109 register struct authnone_private *ap = authnone_private; in authnone_marshal()
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs_auth.c52 static struct authnone_private struct
57 } *authnone_private; argument
61 register struct authnone_private *ap = authnone_private; in authnone_create()
112 ap = (struct authnone_private *) rt_malloc(sizeof(*ap)); in authnone_create()
119 authnone_private = ap; in authnone_create()
146 register struct authnone_private *ap = authnone_private; in authnone_marshal()

Completed in 9 milliseconds