Searched refs:ah_destroy (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h97 void (*ah_destroy)(); /* destroy this structure */ member in struct:__anon2765::auth_ops
132 ((*((auth)->ah_ops->ah_destroy))(auth))
134 ((*((auth)->ah_ops->ah_destroy))(auth))
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h205 void (*ah_destroy)(struct __auth *); member in struct:__auth::auth_ops
219 void (*ah_destroy)(); /* destroy this structure */
276 ((*((auth)->ah_ops->ah_destroy))(auth))
278 ((*((auth)->ah_ops->ah_destroy))(auth))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c128 ops.ah_destroy = authnone_destroy;
H A Dauth_unix.c284 ops.ah_destroy = authunix_destroy;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c159 ops.ah_destroy = authnone_destroy;
H A Dsvid_funcs.c65 ((*((auth)->ah_ops->ah_destroy))(auth));
H A Dauth_sys.c377 ops.ah_destroy = authsys_destroy;
H A Dauth_des.c471 ops.ah_destroy = authdes_destroy;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c461 ops.ah_destroy = authdes_destroy;

Completed in 62 milliseconds