geom_int.h (552311f4bb98c81b1b9e0e81d74e0262fc12110b) | geom_int.h (1b2cb2b3f048a68ee632bc586642e3bc86e6bbe4) |
---|---|
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 --- 61 unchanged lines hidden (view full) --- 70/* geom_io.c */ 71void g_io_init(void); 72void g_io_schedule_down(struct thread *tp); 73void g_io_schedule_up(struct thread *tp); 74 75/* geom_kern.c / geom_kernsim.c */ 76void g_init(void); 77extern int g_shutdown; | 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 --- 61 unchanged lines hidden (view full) --- 70/* geom_io.c */ 71void g_io_init(void); 72void g_io_schedule_down(struct thread *tp); 73void g_io_schedule_up(struct thread *tp); 74 75/* geom_kern.c / geom_kernsim.c */ 76void g_init(void); 77extern int g_shutdown; |
78extern int g_notaste; |
|
78 79/* geom_ctl.c */ 80void g_ctl_init(void); | 79 80/* geom_ctl.c */ 81void g_ctl_init(void); |