Home
last modified time | relevance | path

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

/illumos-gate/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))
/illumos-gate/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.c269 if (ops.ah_nextverf == 0) { in authunix_ops()
270 ops.ah_nextverf = authunix_nextverf; in authunix_ops()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c152 if (ops.ah_nextverf == NULL) { in authnone_ops()
153 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.c464 if (ops.ah_nextverf == NULL) { in authdes_ops()
465 ops.ah_nextverf = authdes_nextverf; in authdes_ops()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c454 if (ops.ah_nextverf == NULL) { in authdes_ops()
455 ops.ah_nextverf = authdes_nextverf; in authdes_ops()