hkey               45 source4/lib/registry/interface.c _PUBLIC_ const char *reg_get_predef_name(uint32_t hkey)
hkey               49 source4/lib/registry/interface.c 		if (reg_predefined_keys[i].handle == hkey)
hkey               77 source4/lib/registry/interface.c 				       uint32_t hkey, struct registry_key **key)
hkey               79 source4/lib/registry/interface.c 	return ctx->ops->get_predefined_key(ctx, hkey, key);
hkey               76 source4/lib/registry/pyregistry.c 	uint32_t hkey;
hkey               81 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "I", &hkey))
hkey               84 source4/lib/registry/pyregistry.c 	result = reg_get_predefined_key(ctx, hkey, &key);
hkey              107 source4/lib/registry/pyregistry.c 	uint32_t hkey;
hkey              112 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "OI|O", &py_hivekey, &hkey, &py_elements))
hkey              131 source4/lib/registry/pyregistry.c 	result = reg_mount_hive(ctx, PyHiveKey_AsHiveKey(py_hivekey), hkey, elements);
hkey              386 source4/lib/registry/pyregistry.c 	uint32_t hkey;
hkey              389 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "I", &hkey))
hkey              392 source4/lib/registry/pyregistry.c 	str = reg_get_predef_name(hkey);
hkey              387 source4/lib/registry/registry.h const char *reg_get_predef_name(uint32_t hkey);
hkey              392 source4/lib/registry/registry.h 			      uint32_t hkey,
hkey               83 source4/lib/registry/rpc.c 	uint32_t hkey;
hkey              109 source4/lib/registry/rpc.c 	for(n = 0; known_hives[n].hkey; n++) {
hkey              110 source4/lib/registry/rpc.c 		if(known_hives[n].hkey == hkey_type)
hkey               57 source4/rpc_server/winreg/rpc_winreg.c 				     TALLOC_CTX *mem_ctx, uint32_t hkey,
hkey               66 source4/rpc_server/winreg/rpc_winreg.c 	result = reg_get_predefined_key(ctx, hkey,