Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h93 void (*ah_nextverf)(); member
112 ((*((auth)->ah_ops->ah_nextverf))(auth))
114 ((*((auth)->ah_ops->ah_nextverf))(auth))
/titanic_41/usr/src/uts/common/rpc/
H A Dauth.h202 void (*ah_nextverf)(struct __auth *); member
229 void (*ah_nextverf)();
254 ((*((auth)->ah_ops->ah_nextverf))(auth))
256 ((*((auth)->ah_ops->ah_nextverf))(auth))
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c123 if (ops.ah_nextverf == NULL) { in authnone_ops()
124 ops.ah_nextverf = authnone_verf; in authnone_ops()
H A Dauth_unix.c279 if (ops.ah_nextverf == 0) { in authunix_ops()
280 ops.ah_nextverf = authunix_nextverf; in authunix_ops()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dauth_none.c154 if (ops.ah_nextverf == NULL) { in authnone_ops()
155 ops.ah_nextverf = authnone_verf; in authnone_ops()
H A Dauth_sys.c372 if (ops.ah_nextverf == NULL) { in authsys_ops()
373 ops.ah_nextverf = authsys_nextverf; in authsys_ops()
H A Dauth_des.c466 if (ops.ah_nextverf == NULL) { in authdes_ops()
467 ops.ah_nextverf = authdes_nextverf; in authdes_ops()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauth_des.c456 if (ops.ah_nextverf == NULL) { in authdes_ops()
457 ops.ah_nextverf = authdes_nextverf; in authdes_ops()