geom_int.h (dddc28bfe0fcc0b808692a06bba4ac189d0312c3) | geom_int.h (d49d7ca5919cd4befb49517b79963db154c5c377) |
---|---|
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 --- 95 unchanged lines hidden (view full) --- 104 105/* geom_io.c */ 106void g_io_init(void); 107void g_io_schedule_down(struct thread *tp); 108void g_io_schedule_up(struct thread *tp); 109 110/* geom_kern.c / geom_kernsim.c */ 111void g_init(void); | 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 --- 95 unchanged lines hidden (view full) --- 104 105/* geom_io.c */ 106void g_io_init(void); 107void g_io_schedule_down(struct thread *tp); 108void g_io_schedule_up(struct thread *tp); 109 110/* geom_kern.c / geom_kernsim.c */ 111void g_init(void); |
112 113/* geom_ctl.c */ 114void g_ctl_init(void); |
|