Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c64 struct audata { struct
71 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
88 struct audata *au; in authunix_create()
99 au = (struct audata *)bkmem_alloc(sizeof (*au)); in authunix_create()
130 bkmem_free(auth->ah_private, sizeof (struct audata)); in authunix_create()
138 bkmem_free(auth->ah_private, sizeof (struct audata)); in authunix_create()
166 struct audata *au = AUTH_PRIVATE(auth); in authunix_marshal()
174 struct audata *au; in authunix_validate()
202 struct audata *au = AUTH_PRIVATE(auth); in authunix_refresh()
242 struct audata *au = AUTH_PRIVATE(auth); in authunix_destroy()
[all …]
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c65 struct audata { struct
72 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
93 struct audata *au; in authsys_create()
247 struct audata *au = AUTH_PRIVATE(auth); in authsys_marshal()
255 struct audata *au; in authsys_validate()
286 struct audata *au = AUTH_PRIVATE(auth); in authsys_refresh()
327 struct audata *au = AUTH_PRIVATE(auth); in authsys_destroy()
351 struct audata *au = AUTH_PRIVATE(auth); in marshal_new_auth()