geom_int.h (d49d7ca5919cd4befb49517b79963db154c5c377) | geom_int.h (afa2a5aab75ae5fdef6ab23dcd205c12d21c3a27) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46 * 1 G_T_TOPOLOGY 47 * 2 G_T_BIO 48 * 4 G_T_ACCESS 49 * 8 Enable sanity checks 50 * 16 Allow footshooting on rank#1 providers 51 * 32 G_T_DETAILS 52 */ 53#define G_F_DISKIOCTL 64 | 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 --- 37 unchanged lines hidden (view full) --- 46 * 1 G_T_TOPOLOGY 47 * 2 G_T_BIO 48 * 4 G_T_ACCESS 49 * 8 Enable sanity checks 50 * 16 Allow footshooting on rank#1 providers 51 * 32 G_T_DETAILS 52 */ 53#define G_F_DISKIOCTL 64 |
54#define G_F_CTLDUMP 128 |
|
54 55 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 */ --- 53 unchanged lines hidden --- | 55 56 57/* 58 * Various internal actions are tracked by tagging g_event[s] onto 59 * an internal eventqueue. 60 */ 61enum g_events { 62 EV_NEW_CLASS, /* class */ --- 53 unchanged lines hidden --- |