Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h219 void (*ah_destroy)(struct __auth *); member
233 void (*ah_destroy)(); /* destroy this structure */
290 ((*((auth)->ah_ops->ah_destroy))(auth))
292 ((*((auth)->ah_ops->ah_destroy))(auth))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c128 ops.ah_destroy = authnone_destroy; in authnone_ops()
H A Dauth_unix.c274 ops.ah_destroy = authunix_destroy; in authunix_ops()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c157 ops.ah_destroy = authnone_destroy; in authnone_ops()
H A Dsvid_funcs.c63 ((*((auth)->ah_ops->ah_destroy))(auth)); in auth_destroy()
H A Dauth_sys.c377 ops.ah_destroy = authsys_destroy; in authsys_ops()
H A Dauth_des.c469 ops.ah_destroy = authdes_destroy; in authdes_ops()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c459 ops.ah_destroy = authdes_destroy; in authdes_ops()