sys/compat/linprocfs/linprocfs.c
657
struct g_geom *gp;
sys/dev/fdc/fdc.c
256
struct g_geom *fd_geom;
sys/dev/md/md.c
1319
struct g_geom *gp;
sys/dev/md/md.c
205
struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp);
sys/dev/md/md.c
2151
g_md_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/dev/md/md.c
263
struct g_geom *gp;
sys/dev/nvdimm/nvdimm_spa.c
429
static struct g_geom * nvdimm_spa_g_create(struct nvdimm_spa_dev *dev,
sys/dev/nvdimm/nvdimm_spa.c
531
static struct g_geom *
sys/dev/nvdimm/nvdimm_spa.c
534
struct g_geom *gp;
sys/dev/nvdimm/nvdimm_spa.c
599
struct g_geom *gp)
sys/dev/nvdimm/nvdimm_var.h
123
struct g_geom *spa_g;
sys/dev/ofw/ofw_disk.c
138
struct g_geom *gp;
sys/dev/ofw/ofw_disk.c
55
struct g_geom *ofwd_gp;
sys/geom/cache/g_cache.c
345
struct g_geom *gp;
sys/geom/cache/g_cache.c
436
struct g_geom *gp;
sys/geom/cache/g_cache.c
458
struct g_geom *gp;
sys/geom/cache/g_cache.c
467
static struct g_geom *
sys/geom/cache/g_cache.c
472
struct g_geom *gp;
sys/geom/cache/g_cache.c
554
struct g_geom *gp;
sys/geom/cache/g_cache.c
597
g_cache_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
sys/geom/cache/g_cache.c
655
static struct g_geom *
sys/geom/cache/g_cache.c
660
struct g_geom *gp;
sys/geom/cache/g_cache.c
707
struct g_geom *gp;
sys/geom/cache/g_cache.c
976
g_cache_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/cache/g_cache.h
51
struct g_geom *sc_geom;
sys/geom/concat/g_concat.c
1058
struct g_geom *gp;
sys/geom/concat/g_concat.c
1217
g_concat_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/concat/g_concat.c
156
struct g_geom *gp;
sys/geom/concat/g_concat.c
175
struct g_geom *gp;
sys/geom/concat/g_concat.c
532
struct g_geom *gp;
sys/geom/concat/g_concat.c
57
struct g_geom *gp);
sys/geom/concat/g_concat.c
624
static struct g_geom *
sys/geom/concat/g_concat.c
630
struct g_geom *gp;
sys/geom/concat/g_concat.c
682
struct g_geom *gp;
sys/geom/concat/g_concat.c
730
struct g_class *mp __unused, struct g_geom *gp)
sys/geom/concat/g_concat.c
738
static struct g_geom *
sys/geom/concat/g_concat.c
744
struct g_geom *gp;
sys/geom/concat/g_concat.c
850
struct g_geom *gp;
sys/geom/concat/g_concat.c
928
struct g_geom *gp;
sys/geom/concat/g_concat.h
68
struct g_geom *sc_geom;
sys/geom/eli/g_eli.c
1003
struct g_geom *
sys/geom/eli/g_eli.c
1009
struct g_geom *gp;
sys/geom/eli/g_eli.c
1197
struct g_geom *gp;
sys/geom/eli/g_eli.c
1244
struct g_class *mp __unused, struct g_geom *gp)
sys/geom/eli/g_eli.c
1320
static struct g_geom *
sys/geom/eli/g_eli.c
1324
struct g_geom *gp;
sys/geom/eli/g_eli.c
1502
g_eli_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/eli/g_eli.c
1590
struct g_geom *gp, *gp2;
sys/geom/eli/g_eli.c
210
struct g_geom *gp);
sys/geom/eli/g_eli.c
765
struct g_geom *gp;
sys/geom/eli/g_eli.c
827
struct g_geom *gp;
sys/geom/eli/g_eli.c
844
struct g_geom *gp;
sys/geom/eli/g_eli.h
183
struct g_geom *sc_geom;
sys/geom/eli/g_eli.h
689
struct g_geom *g_eli_create(struct gctl_req *req, struct g_class *mp,
sys/geom/eli/g_eli_ctl.c
1127
struct g_geom *gp, *gp2;
sys/geom/eli/g_eli_ctl.c
170
struct g_geom *gp;
sys/geom/eli/g_eli_ctl.c
932
struct g_geom *gp, *gp2;
sys/geom/eli/g_eli_privacy.c
141
struct g_geom *gp;
sys/geom/gate/g_gate.c
107
struct g_geom *gp;
sys/geom/gate/g_gate.c
405
struct g_geom *gp;
sys/geom/gate/g_gate.c
421
g_gate_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/gate/g_gate.c
462
struct g_geom *gp;
sys/geom/geom.h
120
LIST_HEAD(,g_geom) geom;
sys/geom/geom.h
133
LIST_ENTRY(g_geom) geom;
sys/geom/geom.h
136
TAILQ_ENTRY(g_geom) geoms; /* XXX: better name */
sys/geom/geom.h
175
struct g_geom *geom;
sys/geom/geom.h
208
struct g_geom *geom;
sys/geom/geom.h
279
void g_destroy_geom(struct g_geom *pp);
sys/geom/geom.h
292
struct g_consumer *g_new_consumer(struct g_geom *gp);
sys/geom/geom.h
293
struct g_geom *g_new_geom(struct g_class *mp, const char *name);
sys/geom/geom.h
294
struct g_geom *g_new_geomf(struct g_class *mp, const char *fmt, ...)
sys/geom/geom.h
296
struct g_provider * g_new_providerf(struct g_geom *gp, const char *fmt, ...)
sys/geom/geom.h
306
void g_wither_geom(struct g_geom *gp, int error);
sys/geom/geom.h
307
void g_wither_geom_close(struct g_geom *gp, int error);
sys/geom/geom.h
443
struct g_geom *gctl_get_geom(struct gctl_req *req, struct g_class *mp, char const *arg);
sys/geom/geom.h
50
struct g_geom;
sys/geom/geom.h
65
typedef int g_ctl_destroy_geom_t (struct gctl_req *, struct g_class *cp, struct g_geom *gp);
sys/geom/geom.h
66
typedef int g_ctl_config_geom_t (struct gctl_req *, struct g_geom *gp, const char *verb);
sys/geom/geom.h
69
typedef struct g_geom * g_taste_t (struct g_class *, struct g_provider *, int flags);
sys/geom/geom.h
82
typedef void g_dumpconf_t (struct sbuf *, const char *indent, struct g_geom *,
sys/geom/geom_ccd.c
190
struct g_geom *gp;
sys/geom/geom_ccd.c
724
struct g_geom *gp;
sys/geom/geom_ccd.c
846
g_ccd_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
sys/geom/geom_ccd.c
872
struct g_geom *gp;
sys/geom/geom_ccd.c
903
struct g_geom *gp;
sys/geom/geom_ctl.c
462
struct g_geom *
sys/geom/geom_ctl.c
466
struct g_geom *gp;
sys/geom/geom_ctl.c
506
struct g_geom *gp, **gps;
sys/geom/geom_dev.c
217
struct g_geom *gp;
sys/geom/geom_dev.c
242
struct g_geom *gp;
sys/geom/geom_dev.c
345
static struct g_geom *
sys/geom/geom_dev.c
348
struct g_geom *gp;
sys/geom/geom_disk.c
1008
struct g_geom *gp = dp->d_geom;
sys/geom/geom_disk.c
1024
struct g_geom *gp = dp->d_geom;
sys/geom/geom_disk.c
1040
struct g_geom *gp = dp->d_geom;
sys/geom/geom_disk.c
1067
struct g_geom *gp;
sys/geom/geom_disk.c
179
struct g_geom *gp;
sys/geom/geom_disk.c
592
g_disk_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp)
sys/geom/geom_disk.c
674
struct g_geom *gp;
sys/geom/geom_disk.c
699
struct g_geom *gp;
sys/geom/geom_disk.c
827
struct g_geom *gp;
sys/geom/geom_disk.c
959
struct g_geom *gp;
sys/geom/geom_disk.h
65
struct g_geom;
sys/geom/geom_disk.h
82
struct g_geom *d_geom;
sys/geom/geom_dump.c
113
g_conftxt_geom(struct sbuf *sb, struct g_geom *gp, int level)
sys/geom/geom_dump.c
134
struct g_geom *gp;
sys/geom/geom_dump.c
243
g_conf_geom(struct sbuf *sb, struct g_geom *gp)
sys/geom/geom_dump.c
269
g_conf_matchgp(struct g_geom *gp, struct g_geom **gps)
sys/geom/geom_dump.c
282
g_conf_class(struct sbuf *sb, struct g_class *mp, struct g_geom **gps)
sys/geom/geom_dump.c
284
struct g_geom *gp;
sys/geom/geom_dump.c
301
g_conf_specific(struct sbuf *sb, struct g_geom **gps)
sys/geom/geom_dump.c
69
g_confdot_geom(struct sbuf *sb, struct g_geom *gp)
sys/geom/geom_dump.c
90
struct g_geom *gp;
sys/geom/geom_flashmap.c
124
static struct g_geom *
sys/geom/geom_flashmap.c
127
struct g_geom *gp;
sys/geom/geom_flashmap.c
67
static int g_flashmap_modify(struct g_flashmap *gfp, struct g_geom *gp,
sys/geom/geom_flashmap.c
84
g_flashmap_modify(struct g_flashmap *gfp, struct g_geom *gp,
sys/geom/geom_int.h
39
TAILQ_HEAD(g_tailq_head, g_geom);
sys/geom/geom_int.h
47
void g_conf_specific(struct sbuf *sb, struct g_geom **gps);
sys/geom/geom_kern.c
233
SYSCTL_SIZEOF_STRUCT(g_geom);
sys/geom/geom_slice.c
157
struct g_geom *gp;
sys/geom/geom_slice.c
214
struct g_geom *gp;
sys/geom/geom_slice.c
326
g_slice_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp)
sys/geom/geom_slice.c
351
g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...)
sys/geom/geom_slice.c
445
g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact)
sys/geom/geom_slice.c
489
struct g_geom *gp;
sys/geom/geom_slice.c
514
g_slice_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
sys/geom/geom_slice.c
521
struct g_geom *
sys/geom/geom_slice.c
524
struct g_geom *gp;
sys/geom/geom_slice.c
72
g_slice_free(struct g_geom *gp)
sys/geom/geom_slice.c
97
struct g_geom *gp;
sys/geom/geom_slice.h
72
int g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...) __printflike(7, 8);
sys/geom/geom_slice.h
78
struct g_geom * g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slice_start_t *start);
sys/geom/geom_slice.h
80
int g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact);
sys/geom/geom_slice.h
86
int g_slice_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp);
sys/geom/geom_subr.c
1190
struct g_geom *gp;
sys/geom/geom_subr.c
129
struct g_geom *gp;
sys/geom/geom_subr.c
1372
struct g_geom *gp;
sys/geom/geom_subr.c
1435
geom_flags_to_string(struct g_geom *gp, char *str, size_t size)
sys/geom/geom_subr.c
1521
db_show_geom_geom(int indent, struct g_geom *gp)
sys/geom/geom_subr.c
1565
struct g_geom *gp;
sys/geom/geom_subr.c
1596
db_show_geom_geom(0, (struct g_geom *)addr);
sys/geom/geom_subr.c
185
struct g_geom *gp;
sys/geom/geom_subr.c
306
struct g_geom *gp;
sys/geom/geom_subr.c
372
struct g_geom *
sys/geom/geom_subr.c
376
struct g_geom *gp;
sys/geom/geom_subr.c
403
struct g_geom *
sys/geom/geom_subr.c
406
struct g_geom *gp;
sys/geom/geom_subr.c
421
g_destroy_geom(struct g_geom *gp)
sys/geom/geom_subr.c
443
g_wither_geom(struct g_geom *gp, int error)
sys/geom/geom_subr.c
475
g_wither_geom_close(struct g_geom *gp, int error)
sys/geom/geom_subr.c
496
struct g_geom *gp, *gp2;
sys/geom/geom_subr.c
530
g_new_consumer(struct g_geom *gp)
sys/geom/geom_subr.c
554
struct g_geom *gp;
sys/geom/geom_subr.c
610
g_new_providerf(struct g_geom *gp, const char *fmt, ...)
sys/geom/geom_subr.c
691
struct g_geom *gp;
sys/geom/geom_subr.c
774
struct g_geom *gp;
sys/geom/geom_subr.c
801
struct g_geom *gp;
sys/geom/geom_subr.c
846
redo_rank(struct g_geom *gp)
sys/geom/geom_subr.c
849
struct g_geom *gp1, *gp2;
sys/geom/geom_subr.c
956
struct g_geom *gp;
sys/geom/geom_vfs.c
234
struct g_geom *gp;
sys/geom/geom_vfs.c
269
struct g_geom *gp;
sys/geom/geom_vfs.c
325
struct g_geom *gp;
sys/geom/journal/g_journal.c
2016
struct g_geom *gp;
sys/geom/journal/g_journal.c
2199
static struct g_geom *
sys/geom/journal/g_journal.c
2204
struct g_geom *gp;
sys/geom/journal/g_journal.c
2385
struct g_geom *gp;
sys/geom/journal/g_journal.c
2466
static struct g_geom *
sys/geom/journal/g_journal.c
2471
struct g_geom *gp;
sys/geom/journal/g_journal.c
2512
struct g_geom *gp;
sys/geom/journal/g_journal.c
2618
g_journal_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/journal/g_journal.c
2662
struct g_geom *gp, *gp2;
sys/geom/journal/g_journal.c
2688
struct g_geom *gp;
sys/geom/journal/g_journal.c
2825
struct g_geom *gp;
sys/geom/journal/g_journal.h
106
struct g_geom *sc_geom;
sys/geom/label/g_label.c
130
struct g_geom *gp __unused)
sys/geom/label/g_label.c
221
static struct g_geom *
sys/geom/label/g_label.c
225
struct g_geom *gp;
sys/geom/label/g_label.c
281
g_label_destroy(struct g_geom *gp, boolean_t force)
sys/geom/label/g_label.c
378
static struct g_geom *
sys/geom/label/g_label.c
382
struct g_geom *gp;
sys/geom/label/g_label.c
492
static struct g_geom *
sys/geom/label/g_label.c
495
struct g_geom *gp;
sys/geom/label/g_label.c
513
struct g_geom *gp;
sys/geom/label/g_label.c
60
struct g_geom *gp);
sys/geom/label/g_label.c
61
static int g_label_destroy(struct g_geom *gp, boolean_t force);
sys/geom/label/g_label.c
62
static struct g_geom *g_label_taste(struct g_class *mp, struct g_provider *pp,
sys/geom/linux_lvm/g_linux_lvm.c
357
struct g_geom *gp;
sys/geom/linux_lvm/g_linux_lvm.c
372
struct g_geom *gp;
sys/geom/linux_lvm/g_linux_lvm.c
396
struct g_geom *gp;
sys/geom/linux_lvm/g_linux_lvm.c
526
static struct g_geom *
sys/geom/linux_lvm/g_linux_lvm.c
530
struct g_geom *gp;
sys/geom/linux_lvm/g_linux_lvm.c
582
struct g_geom *gp;
sys/geom/linux_lvm/g_linux_lvm.c
607
struct g_geom *gp)
sys/geom/linux_lvm/g_linux_lvm.c
97
struct g_geom *gp;
sys/geom/linux_lvm/g_linux_lvm.h
102
struct g_geom *vg_geom;
sys/geom/mirror/g_mirror.c
116
struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp);
sys/geom/mirror/g_mirror.c
1878
struct g_geom *gp;
sys/geom/mirror/g_mirror.c
3134
struct g_geom *
sys/geom/mirror/g_mirror.c
3139
struct g_geom *gp;
sys/geom/mirror/g_mirror.c
3280
static struct g_geom *
sys/geom/mirror/g_mirror.c
3286
struct g_geom *gp;
sys/geom/mirror/g_mirror.c
3400
struct g_class *mp __unused, struct g_geom *gp)
sys/geom/mirror/g_mirror.c
3417
g_mirror_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/mirror/g_mirror.c
3545
struct g_geom *gp, *gp2;
sys/geom/mirror/g_mirror.c
569
struct g_geom *gp;
sys/geom/mirror/g_mirror.h
113
struct g_geom *ds_geom; /* Synchronization geom. */
sys/geom/mirror/g_mirror.h
178
struct g_geom *sc_geom;
sys/geom/mirror/g_mirror.h
222
struct g_geom * g_mirror_create(struct g_class *mp,
sys/geom/mirror/g_mirror_ctl.c
366
struct g_geom *gp;
sys/geom/mirror/g_mirror_ctl.c
52
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
136
g_mountver_send(struct g_geom *gp, struct bio *bp)
sys/geom/mountver/g_mountver.c
161
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
172
g_mountver_send_queued(struct g_geom *gp)
sys/geom/mountver/g_mountver.c
191
g_mountver_discard_queued(struct g_geom *gp)
sys/geom/mountver/g_mountver.c
213
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
247
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
273
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
360
g_mountver_destroy(struct g_geom *gp, boolean_t force)
sys/geom/mountver/g_mountver.c
394
g_mountver_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
sys/geom/mountver/g_mountver.c
428
static struct g_geom *
sys/geom/mountver/g_mountver.c
431
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
444
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
510
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
520
g_mountver_ident_matches(struct g_geom *gp)
sys/geom/mountver/g_mountver.c
556
static struct g_geom *
sys/geom/mountver/g_mountver.c
561
struct g_geom *gp;
sys/geom/mountver/g_mountver.c
63
static int g_mountver_destroy(struct g_geom *gp, boolean_t force);
sys/geom/mountver/g_mountver.c
642
g_mountver_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/mountver/g_mountver.c
66
struct g_geom *gp);
sys/geom/mountver/g_mountver.c
662
struct g_geom *gp, *gp2;
sys/geom/mountver/g_mountver.c
70
struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp);
sys/geom/mountver/g_mountver.c
99
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1008
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1080
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1107
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1167
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1217
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
125
g_multipath_good(struct g_geom *gp)
sys/geom/multipath/g_multipath.c
1271
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1324
static struct g_geom *
sys/geom/multipath/g_multipath.c
1327
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1343
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1367
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1417
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
142
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1443
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
1524
g_multipath_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/multipath/g_multipath.c
181
g_multipath_choose(struct g_geom *gp, struct bio *bp)
sys/geom/multipath/g_multipath.c
207
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
268
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
341
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
409
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
489
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
532
static struct g_geom *
sys/geom/multipath/g_multipath.c
536
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
580
g_multipath_add_disk(struct g_geom *gp, struct g_provider *pp)
sys/geom/multipath/g_multipath.c
665
g_multipath_destroy(struct g_geom *gp)
sys/geom/multipath/g_multipath.c
706
struct g_geom *gp)
sys/geom/multipath/g_multipath.c
713
g_multipath_rotate(struct g_geom *gp)
sys/geom/multipath/g_multipath.c
813
static struct g_geom *
sys/geom/multipath/g_multipath.c
819
struct g_geom *gp, *gp1;
sys/geom/multipath/g_multipath.c
92
static int g_multipath_destroy(struct g_geom *);
sys/geom/multipath/g_multipath.c
94
g_multipath_destroy_geom(struct gctl_req *, struct g_class *, struct g_geom *);
sys/geom/multipath/g_multipath.c
948
struct g_geom *gp;
sys/geom/multipath/g_multipath.c
96
static struct g_geom *g_multipath_find_geom(struct g_class *, const char *);
sys/geom/multipath/g_multipath.c
97
static int g_multipath_rotate(struct g_geom *);
sys/geom/nop/g_nop.c
109
struct g_geom *gp;
sys/geom/nop/g_nop.c
140
struct g_geom *gp;
sys/geom/nop/g_nop.c
166
g_nop_pass(struct bio *cbp, struct g_geom *gp)
sys/geom/nop/g_nop.c
177
struct g_geom *gp;
sys/geom/nop/g_nop.c
198
struct g_geom *gp;
sys/geom/nop/g_nop.c
322
struct g_geom *gp;
sys/geom/nop/g_nop.c
341
struct g_geom *gp;
sys/geom/nop/g_nop.c
487
struct g_geom *gp = pp->geom;
sys/geom/nop/g_nop.c
500
g_nop_destroy(struct g_geom *gp, boolean_t force)
sys/geom/nop/g_nop.c
52
static int g_nop_destroy(struct g_geom *gp, boolean_t force);
sys/geom/nop/g_nop.c
529
g_nop_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
sys/geom/nop/g_nop.c
54
struct g_geom *gp);
sys/geom/nop/g_nop.c
795
static struct g_geom *
sys/geom/nop/g_nop.c
798
struct g_geom *gp;
sys/geom/nop/g_nop.c
811
struct g_geom *gp;
sys/geom/nop/g_nop.c
936
g_nop_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/part/g_part.c
1095
struct g_geom *gp;
sys/geom/part/g_part.c
1156
struct g_geom *gp;
sys/geom/part/g_part.c
1238
struct g_geom *gp;
sys/geom/part/g_part.c
1293
struct g_geom *gp;
sys/geom/part/g_part.c
1333
struct g_geom *gp;
sys/geom/part/g_part.c
1424
struct g_geom *gp;
sys/geom/part/g_part.c
1479
struct g_geom *gp;
sys/geom/part/g_part.c
1571
g_part_wither(struct g_geom *gp, int error)
sys/geom/part/g_part.c
1947
struct g_geom *gp)
sys/geom/part/g_part.c
1957
static struct g_geom *
sys/geom/part/g_part.c
1961
struct g_geom *gp;
sys/geom/part/g_part.c
203
static void g_part_wither(struct g_geom *, int);
sys/geom/part/g_part.c
2075
g_part_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/part/g_part.c
2223
struct g_geom *gp;
sys/geom/part/g_part.c
2352
struct g_geom *gp;
sys/geom/part/g_part.c
295
struct g_geom *gp;
sys/geom/part/g_part.c
471
g_part_new_provider(struct g_geom *gp, struct g_part_table *table,
sys/geom/part/g_part.c
513
static struct g_geom*
sys/geom/part/g_part.c
516
struct g_geom *gp;
sys/geom/part/g_part.c
526
g_part_parm_geom(struct gctl_req *req, const char *name, struct g_geom **v)
sys/geom/part/g_part.c
528
struct g_geom *gp;
sys/geom/part/g_part.c
674
g_part_probe(struct g_geom *gp, struct g_consumer *cp, int depth)
sys/geom/part/g_part.c
722
struct g_geom *gp;
sys/geom/part/g_part.c
837
struct g_geom *gp;
sys/geom/part/g_part.c
880
struct g_geom *gp;
sys/geom/part/g_part.c
968
struct g_geom *gp;
sys/geom/part/g_part.h
145
struct g_geom *gpt_gp;
sys/geom/part/g_part.h
223
struct g_geom *gpp_geom;
sys/geom/part/g_part_ebr.c
301
g_part_ebr_new_provider(struct g_part_table *table, struct g_geom *gp,
sys/geom/part/g_part_ebr.c
88
struct g_geom *, struct g_part_entry *, const char *);
sys/geom/raid/g_raid.c
110
struct g_geom *gp);
sys/geom/raid/g_raid.c
131
struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp);
sys/geom/raid/g_raid.c
1871
struct g_geom *gp;
sys/geom/raid/g_raid.c
2201
static struct g_geom *
sys/geom/raid/g_raid.c
2205
struct g_geom *gp, *geom;
sys/geom/raid/g_raid.c
2258
struct g_geom **gp)
sys/geom/raid/g_raid.c
2284
struct g_class *mp __unused, struct g_geom *gp)
sys/geom/raid/g_raid.c
2328
g_raid_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/raid/g_raid.c
2455
struct g_geom *gp, *gp2;
sys/geom/raid/g_raid.h
293
struct g_geom *sc_geom; /* GEOM class instance. */
sys/geom/raid/g_raid.h
392
struct g_geom **gp);
sys/geom/raid/g_raid_ctl.c
100
struct g_geom *geom;
sys/geom/raid/g_raid_ctl.c
51
struct g_geom *gp;
sys/geom/raid/md_ddf.c
2058
struct gctl_req *req, struct g_geom **gp)
sys/geom/raid/md_ddf.c
2060
struct g_geom *geom;
sys/geom/raid/md_ddf.c
2110
struct g_consumer *cp, struct g_geom **gp)
sys/geom/raid/md_ddf.c
2119
struct g_geom *geom;
sys/geom/raid/md_intel.c
1423
struct g_geom **gp)
sys/geom/raid/md_intel.c
1470
struct g_consumer *cp, struct g_geom **gp)
sys/geom/raid/md_intel.c
1479
struct g_geom *geom;
sys/geom/raid/md_jmicron.c
800
struct g_geom **gp)
sys/geom/raid/md_jmicron.c
819
struct g_consumer *cp, struct g_geom **gp)
sys/geom/raid/md_jmicron.c
828
struct g_geom *geom;
sys/geom/raid/md_nvidia.c
804
struct g_geom **gp)
sys/geom/raid/md_nvidia.c
824
struct g_consumer *cp, struct g_geom **gp)
sys/geom/raid/md_nvidia.c
833
struct g_geom *geom;
sys/geom/raid/md_promise.c
1064
struct g_geom **gp)
sys/geom/raid/md_promise.c
1066
struct g_geom *geom;
sys/geom/raid/md_promise.c
1096
struct g_consumer *cp, struct g_geom **gp)
sys/geom/raid/md_promise.c
1104
struct g_geom *geom;
sys/geom/raid/md_sii.c
877
struct g_geom **gp)
sys/geom/raid/md_sii.c
906
struct g_consumer *cp, struct g_geom **gp)
sys/geom/raid/md_sii.c
915
struct g_geom *geom;
sys/geom/raid3/g_raid3.c
105
struct g_geom *gp);
sys/geom/raid3/g_raid3.c
126
struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp);
sys/geom/raid3/g_raid3.c
1984
struct g_geom *gp;
sys/geom/raid3/g_raid3.c
3150
static struct g_geom *
sys/geom/raid3/g_raid3.c
3154
struct g_geom *gp;
sys/geom/raid3/g_raid3.c
3328
static struct g_geom *
sys/geom/raid3/g_raid3.c
3334
struct g_geom *gp;
sys/geom/raid3/g_raid3.c
3416
struct g_geom *gp)
sys/geom/raid3/g_raid3.c
3433
g_raid3_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/raid3/g_raid3.c
3573
struct g_geom *gp, *gp2;
sys/geom/raid3/g_raid3.c
645
struct g_geom *gp;
sys/geom/raid3/g_raid3.h
111
struct g_geom *ds_geom; /* Synchronization geom. */
sys/geom/raid3/g_raid3.h
184
struct g_geom *sc_geom;
sys/geom/raid3/g_raid3_ctl.c
398
struct g_geom *gp;
sys/geom/raid3/g_raid3_ctl.c
50
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
177
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
196
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
465
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
52
struct g_geom *gp);
sys/geom/shsec/g_shsec.c
524
static struct g_geom *
sys/geom/shsec/g_shsec.c
528
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
576
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
620
struct g_geom *gp)
sys/geom/shsec/g_shsec.c
628
static struct g_geom *
sys/geom/shsec/g_shsec.c
634
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
728
struct g_geom *gp;
sys/geom/shsec/g_shsec.c
813
g_shsec_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/shsec/g_shsec.h
54
struct g_geom *sc_geom;
sys/geom/stripe/g_stripe.c
1060
struct g_geom *gp;
sys/geom/stripe/g_stripe.c
1145
struct g_geom *gp;
sys/geom/stripe/g_stripe.c
1234
g_stripe_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/stripe/g_stripe.c
188
struct g_geom *gp;
sys/geom/stripe/g_stripe.c
204
struct g_geom *gp;
sys/geom/stripe/g_stripe.c
52
struct g_geom *gp);
sys/geom/stripe/g_stripe.c
750
struct g_geom *gp;
sys/geom/stripe/g_stripe.c
826
static struct g_geom *
sys/geom/stripe/g_stripe.c
831
struct g_geom *gp;
sys/geom/stripe/g_stripe.c
898
struct g_geom *gp;
sys/geom/stripe/g_stripe.c
940
struct g_class *mp __unused, struct g_geom *gp)
sys/geom/stripe/g_stripe.c
948
static struct g_geom *
sys/geom/stripe/g_stripe.c
954
struct g_geom *gp;
sys/geom/stripe/g_stripe.h
59
struct g_geom *sc_geom;
sys/geom/union/g_union.c
1203
struct g_geom *gp;
sys/geom/union/g_union.c
1242
g_union_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/union/g_union.c
1300
struct g_geom *gp)
sys/geom/union/g_union.c
1310
g_union_destroy(struct gctl_req *req, struct g_geom *gp, bool force)
sys/geom/union/g_union.c
1363
struct g_geom *gp;
sys/geom/union/g_union.c
1385
struct g_geom *gp;
sys/geom/union/g_union.c
148
struct g_geom *gp;
sys/geom/union/g_union.c
407
struct g_geom *gp;
sys/geom/union/g_union.c
453
static struct g_geom *
sys/geom/union/g_union.c
456
struct g_geom *gp;
sys/geom/union/g_union.c
473
struct g_geom *gp;
sys/geom/union/g_union.c
529
struct g_geom *gp;
sys/geom/union/g_union.c
59
struct g_geom *gp);
sys/geom/union/g_union.c
610
struct g_geom *gp;
sys/geom/union/g_union.c
80
static struct g_geom *g_union_find_geom(struct g_class *mp, const char *name);
sys/geom/union/g_union.c
92
static int g_union_destroy(struct gctl_req *req, struct g_geom *gp, bool force);
sys/geom/uzip/g_uzip.c
145
g_uzip_softc_free(struct g_geom *gp)
sys/geom/uzip/g_uzip.c
171
g_uzip_cached(struct g_geom *gp, struct bio *bp)
sys/geom/uzip/g_uzip.c
221
g_uzip_request(struct g_geom *gp, struct bio *bp)
sys/geom/uzip/g_uzip.c
325
struct g_geom *gp;
sys/geom/uzip/g_uzip.c
353
struct g_geom *gp;
sys/geom/uzip/g_uzip.c
459
struct g_geom *gp;
sys/geom/uzip/g_uzip.c
475
struct g_geom *gp;
sys/geom/uzip/g_uzip.c
507
struct g_geom *gp;
sys/geom/uzip/g_uzip.c
535
struct g_geom *gp;
sys/geom/uzip/g_uzip.c
561
struct g_geom *gp)
sys/geom/uzip/g_uzip.c
667
static struct g_geom *
sys/geom/uzip/g_uzip.c
675
struct g_geom *gp;
sys/geom/uzip/g_uzip.c
951
g_uzip_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
sys/geom/uzip/g_uzip_zlib.h
29
struct g_geom;
sys/geom/virstor/g_virstor.c
1050
static struct g_geom *
sys/geom/virstor/g_virstor.c
1053
struct g_geom *gp;
sys/geom/virstor/g_virstor.c
106
static struct g_geom *create_virstor_geom(struct g_class *,
sys/geom/virstor/g_virstor.c
1126
struct g_geom *gp;
sys/geom/virstor/g_virstor.c
135
static void g_virstor_dumpconf(struct sbuf *, const char *, struct g_geom *,
sys/geom/virstor/g_virstor.c
1378
struct g_geom *gp;
sys/geom/virstor/g_virstor.c
1402
struct g_geom *gp;
sys/geom/virstor/g_virstor.c
1451
g_virstor_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sys/geom/virstor/g_virstor.c
439
struct g_geom *gp;
sys/geom/virstor/g_virstor.c
675
struct g_geom *gp)
sys/geom/virstor/g_virstor.c
760
static struct g_geom *
sys/geom/virstor/g_virstor.c
764
struct g_geom *gp;
sys/geom/virstor/g_virstor.c
918
struct g_geom *gp;
sys/geom/virstor/g_virstor.h
83
struct g_geom *geom;
sys/geom/zero/g_zero.c
146
struct g_geom *gp;
sys/geom/zero/g_zero.c
163
struct g_geom *gp)
sys/vm/swap_pager.c
3285
static struct g_geom *gp;