va_end(ap);
}
-#if !defined(VMM)
+#if !defined(VMM) && !defined(GLM)
typedef struct {
int32 legalLevelValue;
const char *legalName;
#define VMW_LOG_ROUTING_EX(name, level) \
(((LOGFACILITY_GROUPVAR(name) + 1) << VMW_LOG_LEVEL_BITS) | (level))
-
/*********************************************************
- * Copyright (C) 2006-2021 VMware, Inc. All rights reserved.
+ * Copyright (c) 2006-2025 Broadcom. All Rights Reserved.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "vm_atomic.h"
-#if !defined VMM
+#if !defined VMM && !defined GLM
/*
* Most major OSes now support __thread, so begin making TLS access via
#define VTHREAD_INVALID_ID (VThreadID)(0)
-#ifdef VMM
+#if defined(VMM) || defined(GLM)
/*
*-----------------------------------------------------------------------------
*