Searched defs:ah_destroy (Results 1 - 2 of 2) 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))

Completed in 63 milliseconds