HKEY_LOCAL_MACHINE   40 source3/rpc_client/cli_reg.c 	case HKEY_LOCAL_MACHINE:
HKEY_LOCAL_MACHINE   48 source3/utils/net_rpc_registry.c 		(*reg_type) = HKEY_LOCAL_MACHINE;
HKEY_LOCAL_MACHINE   34 source4/lib/registry/interface.c 	{HKEY_LOCAL_MACHINE, "HKEY_LOCAL_MACHINE" },
HKEY_LOCAL_MACHINE  427 source4/lib/registry/pyregistry.c 	PyModule_AddObject(m, "HKEY_LOCAL_MACHINE", PyInt_FromLong(HKEY_LOCAL_MACHINE));
HKEY_LOCAL_MACHINE   87 source4/lib/registry/rpc.c 	{ HKEY_LOCAL_MACHINE, open_HKLM },
HKEY_LOCAL_MACHINE   72 source4/lib/registry/samba.c 			 "hklm", HKEY_LOCAL_MACHINE);
HKEY_LOCAL_MACHINE   77 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->get_predefined_key(td->r1_ctx, HKEY_LOCAL_MACHINE, &key);
HKEY_LOCAL_MACHINE  183 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r1_ctx, r1_hklm, HKEY_LOCAL_MACHINE, NULL);
HKEY_LOCAL_MACHINE  198 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r2_ctx, r2_hklm, HKEY_LOCAL_MACHINE, NULL);
HKEY_LOCAL_MACHINE  215 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->get_predefined_key(r2_ctx, HKEY_LOCAL_MACHINE, &key);
HKEY_LOCAL_MACHINE   83 source4/rpc_server/winreg/rpc_winreg.c func_winreg_OpenHive(HKLM,HKEY_LOCAL_MACHINE)