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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h93 void (*ah_nextverf)(); member in struct:__anon2765::auth_ops
112 ((*((auth)->ah_ops->ah_nextverf))(auth))
114 ((*((auth)->ah_ops->ah_nextverf))(auth))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c123 if (ops.ah_nextverf == NULL) {
124 ops.ah_nextverf = authnone_verf;
H A Dauth_unix.c279 if (ops.ah_nextverf == 0) {
280 ops.ah_nextverf = authunix_nextverf;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c154 if (ops.ah_nextverf == NULL) {
155 ops.ah_nextverf = authnone_verf;
H A Dauth_sys.c372 if (ops.ah_nextverf == NULL) {
373 ops.ah_nextverf = authsys_nextverf;
H A Dauth_des.c466 if (ops.ah_nextverf == NULL) {
467 ops.ah_nextverf = authdes_nextverf;
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h188 void (*ah_nextverf)(struct __auth *); member in struct:__auth::auth_ops
215 void (*ah_nextverf)();
240 ((*((auth)->ah_ops->ah_nextverf))(auth))
242 ((*((auth)->ah_ops->ah_nextverf))(auth))
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c456 if (ops.ah_nextverf == NULL) {
457 ops.ah_nextverf = authdes_nextverf;

Completed in 88 milliseconds