HomeSort by: relevance | last modified time | path
    Searched refs:ah_nextverf (Results 1 - 2 of 2) sorted by relevancy

  /src/include/rpc/
auth.h 102 void (*ah_nextverf)(struct __rpc_auth *); member in struct:__rpc_auth::auth_ops
126 ((*((auth)->ah_ops->ah_nextverf))(auth))
128 ((*((auth)->ah_ops->ah_nextverf))(auth))
  /src/lib/libc/rpc/
auth_unix.c 380 if (ops.ah_nextverf == NULL) {
381 ops.ah_nextverf = authunix_nextverf;

Completed in 44 milliseconds