open_key 138 source3/utils/net_registry.c werr = open_key(ctx, argv[0], REG_KEY_READ, &key); open_key 281 source3/utils/net_registry.c werr = open_key(ctx, argv[0], REG_KEY_READ, &key); open_key 351 source3/utils/net_registry.c werr = open_key(ctx, argv[0], REG_KEY_WRITE, &key); open_key 385 source3/utils/net_registry.c werr = open_key(ctx, argv[0], REG_KEY_WRITE, &key); open_key 434 source3/utils/net_registry.c werr = open_key(ctx, argv[0], access_mask, &key); open_key 96 source4/lib/registry/interface.c if (parent->context->ops->open_key == NULL) { open_key 101 source4/lib/registry/interface.c return parent->context->ops->open_key(mem_ctx, parent, name, result); open_key 294 source4/lib/registry/local.c .open_key = local_open_key, open_key 295 source4/lib/registry/registry.h WERROR (*open_key) (TALLOC_CTX *mem_ctx, open_key 468 source4/lib/registry/rpc.c .open_key = rpc_open_key, open_key 82 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Software", &key); open_key 84 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Microsoft", &key); open_key 86 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Windows", &key); open_key 88 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "CurrentVersion", &key); open_key 90 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Policies", &key); open_key 92 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Explorer", &key);