geom_int.h (c4c88d4718ff26fda74343e189c0b9ab0b3c9133) geom_int.h (ffc1cc95e78ec05a3e1a0aed869e33a44d9f6641)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 2002 Poul-Henning Kamp
5 * Copyright (c) 2002 Networks Associates Technology, Inc.
6 * All rights reserved.
7 *
8 * This software was developed for the FreeBSD Project by Poul-Henning Kamp

--- 55 unchanged lines hidden (view full) ---

64
65/* geom_io.c */
66void g_io_init(void);
67void g_io_schedule_down(struct thread *tp);
68void g_io_schedule_up(struct thread *tp);
69
70/* geom_kern.c / geom_kernsim.c */
71void g_init(void);
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 2002 Poul-Henning Kamp
5 * Copyright (c) 2002 Networks Associates Technology, Inc.
6 * All rights reserved.
7 *
8 * This software was developed for the FreeBSD Project by Poul-Henning Kamp

--- 55 unchanged lines hidden (view full) ---

64
65/* geom_io.c */
66void g_io_init(void);
67void g_io_schedule_down(struct thread *tp);
68void g_io_schedule_up(struct thread *tp);
69
70/* geom_kern.c / geom_kernsim.c */
71void g_init(void);
72extern struct thread *g_up_td;
73extern struct thread *g_down_td;
72extern int g_shutdown;
73extern int g_notaste;
74
75/* geom_ctl.c */
76void g_ctl_init(void);
74extern int g_shutdown;
75extern int g_notaste;
76
77/* geom_ctl.c */
78void g_ctl_init(void);