/* Keys for use with os_once_alloc. */
/* Keys for Libsystem. */
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NOTIFY 0
-#define OS_ALLOC_ONCE_KEY_LIBXPC 1
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_C 2
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_INFO 3
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NETWORK 4
-#define OS_ALLOC_ONCE_KEY_LIBCACHE 5
-#define OS_ALLOC_ONCE_KEY_LIBCOMMONCRYPTO 6
-#define OS_ALLOC_ONCE_KEY_LIBDISPATCH 7
-#define OS_ALLOC_ONCE_KEY_LIBDYLD 8
-#define OS_ALLOC_ONCE_KEY_LIBKEYMGR 9
-#define OS_ALLOC_ONCE_KEY_LIBLAUNCH 10
-#define OS_ALLOC_ONCE_KEY_LIBMACHO 11
-#define OS_ALLOC_ONCE_KEY_OS_TRACE 12
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_BLOCKS 13
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_MALLOC 14
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PLATFORM 15
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PTHREAD 16
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_STATS 17
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NOTIFY 0
+#define OS_ALLOC_ONCE_KEY_LIBXPC 1
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_C 2
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_INFO 3
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NETWORK 4
+#define OS_ALLOC_ONCE_KEY_LIBCACHE 5
+#define OS_ALLOC_ONCE_KEY_LIBCOMMONCRYPTO 6
+#define OS_ALLOC_ONCE_KEY_LIBDISPATCH 7
+#define OS_ALLOC_ONCE_KEY_LIBDYLD 8
+#define OS_ALLOC_ONCE_KEY_LIBKEYMGR 9
+#define OS_ALLOC_ONCE_KEY_LIBLAUNCH 10
+#define OS_ALLOC_ONCE_KEY_LIBMACHO 11
+#define OS_ALLOC_ONCE_KEY_OS_TRACE 12
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_BLOCKS 13
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_MALLOC 14
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PLATFORM 15
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PTHREAD 16
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_STATS 17
+#define OS_ALLOC_ONCE_KEY_LIBSECINIT 18
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_CORESERVICES 19
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_SYMPTOMS 20
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PLATFORM_ASL 21
/* Keys OS_ALLOC_ONCE_KEY_MAX - 10 upwards are reserved for the system. */
#define OS_ALLOC_ONCE_KEY_RESERVED_0 (OS_ALLOC_ONCE_KEY_MAX - 10)