geom_int.h (d518e53936880690b1dd9e9bfb117ff205f4e589) | geom_int.h (801bb689ca8be76700b0c16c159683b5fa89472d) |
---|---|
1/*- 2 * Copyright (c) 2002 Poul-Henning Kamp 3 * Copyright (c) 2002 Networks Associates Technology, Inc. 4 * All rights reserved. 5 * 6 * This software was developed for the FreeBSD Project by Poul-Henning Kamp 7 * and NAI Labs, the Security Research Division of Network Associates, Inc. 8 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the --- 26 unchanged lines hidden (view full) --- 35 * $FreeBSD$ 36 */ 37 38LIST_HEAD(class_list_head, g_class); 39TAILQ_HEAD(g_tailq_head, g_geom); 40TAILQ_HEAD(event_tailq_head, g_event); 41 42extern struct event_tailq_head events; | 1/*- 2 * Copyright (c) 2002 Poul-Henning Kamp 3 * Copyright (c) 2002 Networks Associates Technology, Inc. 4 * All rights reserved. 5 * 6 * This software was developed for the FreeBSD Project by Poul-Henning Kamp 7 * and NAI Labs, the Security Research Division of Network Associates, Inc. 8 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the --- 26 unchanged lines hidden (view full) --- 35 * $FreeBSD$ 36 */ 37 38LIST_HEAD(class_list_head, g_class); 39TAILQ_HEAD(g_tailq_head, g_geom); 40TAILQ_HEAD(event_tailq_head, g_event); 41 42extern struct event_tailq_head events; |
43extern int g_collectstats; |
|
43extern int g_debugflags; 44/* 1 G_T_TOPOLOGY */ 45/* 2 G_T_BIO */ 46/* 4 G_T_ACCESS */ 47/* 8 enable sanity checks */ 48 49/* 50 * Various internal actions are tracked by tagging g_event[s] onto --- 44 unchanged lines hidden --- | 44extern int g_debugflags; 45/* 1 G_T_TOPOLOGY */ 46/* 2 G_T_BIO */ 47/* 4 G_T_ACCESS */ 48/* 8 enable sanity checks */ 49 50/* 51 * Various internal actions are tracked by tagging g_event[s] onto --- 44 unchanged lines hidden --- |