Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c62 struct audata { struct
69 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
86 struct audata *au; in authunix_create()
96 au = (struct audata *)bkmem_alloc(sizeof (*au)); in authunix_create()
156 struct audata *au = AUTH_PRIVATE(auth); in authunix_marshal()
164 struct audata *au; in authunix_validate()
192 struct audata *au = AUTH_PRIVATE(auth); in authunix_refresh()
232 struct audata *au = AUTH_PRIVATE(auth); in authunix_destroy()
236 bkmem_free(auth->ah_private, sizeof (struct audata)); in authunix_destroy()
251 struct audata *au = AUTH_PRIVATE(auth); in marshal_new_auth()
/illumos-gate/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()