Searched refs:ah_private (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c62 * This struct is pointed to by the ah_private field of an auth_handle.
71 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
107 auth->ah_private = (caddr_t)au;
130 bkmem_free(auth->ah_private, sizeof (struct audata));
138 bkmem_free(auth->ah_private, sizeof (struct audata));
246 bkmem_free(auth->ah_private, sizeof (struct audata));
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h99 caddr_t ah_private; member in struct:__anon2765
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c66 * This struct is pointed to by the ah_private field of an "AUTH *"
200 auth->ah_private = (caddr_t)ad;
249 struct ad_private *ad = (struct ad_private *)auth->ah_private;
345 struct ad_private *ad = (struct ad_private *)auth->ah_private;
403 struct ad_private *ad = (struct ad_private *)auth->ah_private;
443 struct ad_private *ad = (struct ad_private *)auth->ah_private;
H A Dauth_sys.c63 * This struct is pointed to by the ah_private field of an auth_handle.
72 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
112 auth->ah_private = (caddr_t)au;
332 free(auth->ah_private);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c62 #define AUTH_PRIVATE(auth) (struct ad_private *)auth->ah_private
81 * This struct is pointed to by the ah_private field of an "AUTH *"
186 auth->ah_private = (caddr_t)ad;
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h227 caddr_t ah_private; member in struct:__auth
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c95 #define AUTH_PRIVATE(auth) ((rpc_gss_data *)auth->ah_private)
261 auth->ah_private = (caddr_t)ap;
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c96 #define AUTH_PRIVATE(auth) ((rpc_gss_data *)auth->ah_private)
571 auth->ah_private = (caddr_t)ap;

Completed in 86 milliseconds