geom_int.h (8c24ef5f78da8b005d6aa497eb822be3a0ea0e22) | geom_int.h (50199fa0d0739e52f6ae00c7917359b04b4de197) |
---|---|
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 --- 51 unchanged lines hidden (view full) --- 60/* geom_event.c */ 61void g_event_init(void); 62void g_run_events(void); 63void g_do_wither(void); 64 65/* geom_subr.c */ 66extern struct class_list_head g_classes; 67extern char *g_wait_event, *g_wait_sim, *g_wait_up, *g_wait_down; | 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 --- 51 unchanged lines hidden (view full) --- 60/* geom_event.c */ 61void g_event_init(void); 62void g_run_events(void); 63void g_do_wither(void); 64 65/* geom_subr.c */ 66extern struct class_list_head g_classes; 67extern char *g_wait_event, *g_wait_sim, *g_wait_up, *g_wait_down; |
68int g_wither_washer(void); | 68void g_wither_washer(void); |
69 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; 78 79/* geom_ctl.c */ 80void g_ctl_init(void); | 69 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; 78 79/* geom_ctl.c */ 80void g_ctl_init(void); |