get_predefined_key   79 source4/lib/registry/interface.c 	return ctx->ops->get_predefined_key(ctx, hkey, key);
get_predefined_key  295 source4/lib/registry/local.c 	.get_predefined_key = local_get_predefined_key,
get_predefined_key  291 source4/lib/registry/registry.h 	WERROR (*get_predefined_key) (struct registry_context *ctx,
get_predefined_key  469 source4/lib/registry/rpc.c 	.get_predefined_key = rpc_get_predefined_key,
get_predefined_key  476 source4/lib/registry/rpc.c 	.get_predefined_key = rpc_get_predefined_key,
get_predefined_key   77 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->get_predefined_key(td->r1_ctx, HKEY_LOCAL_MACHINE, &key);
get_predefined_key  208 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->get_predefined_key(r1_ctx, HKEY_CURRENT_USER, &key);
get_predefined_key  215 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->get_predefined_key(r2_ctx, HKEY_LOCAL_MACHINE, &key);