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

/freebsd-11-stable/include/rpc/
H A Dauth.h193 void (*ah_destroy) (struct __auth *); member in struct:__auth::auth_ops
228 ((*((auth)->ah_ops->ah_destroy))(auth))
230 ((*((auth)->ah_ops->ah_destroy))(auth))
/freebsd-11-stable/sys/rpc/
H A Dauth.h195 void (*ah_destroy) (struct __auth *); member in struct:__auth::auth_ops
222 ((*((auth)->ah_ops->ah_destroy))(auth))
H A Dauth_none.c76 .ah_destroy = authnone_destroy,
H A Dauth_unix.c82 .ah_destroy = authunix_destroy,
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_none.c171 ops.ah_destroy = authnone_destroy;
H A Dauth_unix.c366 ops.ah_destroy = authunix_destroy;
H A Dauth_des.c493 ops.ah_destroy = authdes_destroy;
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c243 cl->cl_auth->ah_ops->ah_destroy(cl->cl_auth);

Completed in 77 milliseconds