Home
last modified time | relevance | path

Searched refs:vtbl (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c382 struct krb5plugin_service_locate_ftable *vtbl = NULL; in module_locate_server() local
408 vtbl = ptrs[i]; in module_locate_server()
413 code = vtbl->init(ctx, &blob); in module_locate_server()
417 code = vtbl->lookup(blob, svc, realm->data, socktype, family, in module_locate_server()
419 vtbl->fini(blob); in module_locate_server()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c408 ctx->vtbl = 0; in krb5_os_init_context()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c865 nctx->vtbl = NULL; in krb5_copy_context()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1572 struct krb5plugin_service_locate_ftable *vtbl; member