geom_int.h (e24cbd90179cb20d08c09a5d77ea3f7e5df00839) | geom_int.h (7da1ebfd74cbe823b3cfeb634781e510df6773a5) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41 42extern struct event_tailq_head events; 43extern int g_collectstats; 44extern int g_debugflags; 45/* 46 * 1 G_T_TOPOLOGY 47 * 2 G_T_BIO 48 * 4 G_T_ACCESS | 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 --- 32 unchanged lines hidden (view full) --- 41 42extern struct event_tailq_head events; 43extern int g_collectstats; 44extern int g_debugflags; 45/* 46 * 1 G_T_TOPOLOGY 47 * 2 G_T_BIO 48 * 4 G_T_ACCESS |
49 * 8 enable sanity checks | 49 * 8 Enable sanity checks |
50 * 16 Allow footshooting on rank#1 providers | 50 * 16 Allow footshooting on rank#1 providers |
51 * 32 G_T_DETAILS |
|
51 */ | 52 */ |
53#define G_F_DISKIOCTL 64 |
|
52 | 54 |
55 |
|
53/* 54 * Various internal actions are tracked by tagging g_event[s] onto 55 * an internal eventqueue. 56 */ 57enum g_events { 58 EV_NEW_CLASS, /* class */ 59 EV_NEW_PROVIDER, /* provider */ 60 EV_SPOILED, /* provider, consumer */ --- 45 unchanged lines hidden --- | 56/* 57 * Various internal actions are tracked by tagging g_event[s] onto 58 * an internal eventqueue. 59 */ 60enum g_events { 61 EV_NEW_CLASS, /* class */ 62 EV_NEW_PROVIDER, /* provider */ 63 EV_SPOILED, /* provider, consumer */ --- 45 unchanged lines hidden --- |