/freebsd/sys/geom/part/ |
H A D | g_part_ebr.c | 68 struct g_part_entry base; 74 static int g_part_ebr_add(struct g_part_table *, struct g_part_entry *, 77 struct g_part_entry *, const char *); 80 static void g_part_ebr_dumpconf(struct g_part_table *, struct g_part_entry *, 82 static int g_part_ebr_dumpto(struct g_part_table *, struct g_part_entry *); 83 static int g_part_ebr_modify(struct g_part_table *, struct g_part_entry *, 85 static const char *g_part_ebr_name(struct g_part_table *, struct g_part_entry *, 88 struct g_geom *, struct g_part_entry *, const char *); 93 static int g_part_ebr_setunset(struct g_part_table *, struct g_part_entry *, 95 static const char *g_part_ebr_type(struct g_part_table *, struct g_part_entry *, [all …]
|
H A D | g_part_bsd.c | 62 struct g_part_entry base; 66 static int g_part_bsd_add(struct g_part_table *, struct g_part_entry *, 71 static void g_part_bsd_dumpconf(struct g_part_table *, struct g_part_entry *, 73 static int g_part_bsd_dumpto(struct g_part_table *, struct g_part_entry *); 74 static int g_part_bsd_modify(struct g_part_table *, struct g_part_entry *, 76 static const char *g_part_bsd_name(struct g_part_table *, struct g_part_entry *, 80 static const char *g_part_bsd_type(struct g_part_table *, struct g_part_entry *, 83 static int g_part_bsd_resize(struct g_part_table *, struct g_part_entry *, 155 g_part_bsd_add(struct g_part_table *basetable, struct g_part_entry *baseentry, in g_part_bsd_add() 197 struct g_part_entry *baseentry; in g_part_bsd_create() [all …]
|
H A D | g_part_mbr.c | 68 struct g_part_entry base; 72 static int g_part_mbr_add(struct g_part_table *, struct g_part_entry *, 77 static void g_part_mbr_dumpconf(struct g_part_table *, struct g_part_entry *, 79 static int g_part_mbr_dumpto(struct g_part_table *, struct g_part_entry *); 80 static int g_part_mbr_modify(struct g_part_table *, struct g_part_entry *, 82 static const char *g_part_mbr_name(struct g_part_table *, struct g_part_entry *, 86 static int g_part_mbr_setunset(struct g_part_table *, struct g_part_entry *, 88 static const char *g_part_mbr_type(struct g_part_table *, struct g_part_entry *, 91 static int g_part_mbr_resize(struct g_part_table *, struct g_part_entry *, 234 g_part_mbr_add(struct g_part_table *basetable, struct g_part_entry *baseentry, in g_part_mbr_add() [all …]
|
H A D | g_part_if.m | 46 struct g_part_entry *entry, struct sbuf *sb, const char *pfx) 56 struct g_part_entry *entry, const char *pfx) 71 struct g_part_entry *entry, const char *pfx) 91 struct g_part_entry *e __unused, struct g_part_parms *p __unused) 112 struct g_part_entry *entry __unused, struct bio *bp __unused) 121 struct g_part_entry *entry; 130 struct g_part_entry *entry; 155 struct g_part_entry *entry; 163 struct g_part_entry *entry; 169 struct g_part_entry *entry; [all …]
|
H A D | g_part_bsd64.c | 113 struct g_part_entry base; 120 static int g_part_bsd64_add(struct g_part_table *, struct g_part_entry *, 125 static void g_part_bsd64_dumpconf(struct g_part_table *, struct g_part_entry *, 127 static int g_part_bsd64_dumpto(struct g_part_table *, struct g_part_entry *); 128 static int g_part_bsd64_modify(struct g_part_table *, struct g_part_entry *, 130 static const char *g_part_bsd64_name(struct g_part_table *, struct g_part_entry *, 134 static const char *g_part_bsd64_type(struct g_part_table *, struct g_part_entry *, 137 static int g_part_bsd64_resize(struct g_part_table *, struct g_part_entry *, 271 g_part_bsd64_add(struct g_part_table *basetable, struct g_part_entry *baseentry, in g_part_bsd64_add() 302 struct g_part_entry *baseentry; in g_part_bsd64_create() [all …]
|
H A D | g_part_apm.c | 59 struct g_part_entry base; 63 static int g_part_apm_add(struct g_part_table *, struct g_part_entry *, 67 static void g_part_apm_dumpconf(struct g_part_table *, struct g_part_entry *, 69 static int g_part_apm_dumpto(struct g_part_table *, struct g_part_entry *); 70 static int g_part_apm_modify(struct g_part_table *, struct g_part_entry *, 72 static const char *g_part_apm_name(struct g_part_table *, struct g_part_entry *, 76 static const char *g_part_apm_type(struct g_part_table *, struct g_part_entry *, 79 static int g_part_apm_resize(struct g_part_table *, struct g_part_entry *, 211 g_part_apm_add(struct g_part_table *basetable, struct g_part_entry *baseentry, in g_part_apm_add() 293 g_part_apm_dumpconf(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_apm_dumpconf() [all …]
|
H A D | g_part.h | 128 struct g_part_entry { struct 129 LIST_ENTRY(g_part_entry) gpe_entry; 146 LIST_HEAD(, g_part_entry) gpt_entry; argument 181 struct g_part_entry *g_part_new_entry(struct g_part_table *, int, quad_t,
|
H A D | g_part_gpt.c | 99 struct g_part_entry base; 108 static int g_part_gpt_add(struct g_part_table *, struct g_part_entry *, 113 static void g_part_gpt_dumpconf(struct g_part_table *, struct g_part_entry *, 115 static int g_part_gpt_dumpto(struct g_part_table *, struct g_part_entry *); 116 static int g_part_gpt_modify(struct g_part_table *, struct g_part_entry *, 118 static const char *g_part_gpt_name(struct g_part_table *, struct g_part_entry *, 123 struct g_part_entry *baseentry, const char *attrib, unsigned int set); 124 static const char *g_part_gpt_type(struct g_part_table *, struct g_part_entry *, 127 static int g_part_gpt_resize(struct g_part_table *, struct g_part_entry *, 382 struct g_part_entry *baseentry; in gpt_update_bootcamp() [all …]
|
H A D | g_part_ldm.c | 319 struct g_part_entry base; 323 static int g_part_ldm_add(struct g_part_table *, struct g_part_entry *, 328 static void g_part_ldm_dumpconf(struct g_part_table *, struct g_part_entry *, 330 static int g_part_ldm_dumpto(struct g_part_table *, struct g_part_entry *); 331 static int g_part_ldm_modify(struct g_part_table *, struct g_part_entry *, 333 static const char *g_part_ldm_name(struct g_part_table *, struct g_part_entry *, 337 static const char *g_part_ldm_type(struct g_part_table *, struct g_part_entry *, 543 struct g_part_entry *e; in ldm_gpt_check() 1118 g_part_ldm_add(struct g_part_table *basetable, struct g_part_entry *baseentry, in g_part_ldm_add() 1172 struct g_part_entry *baseentry, struct sbuf *sb, const char *indent) in g_part_ldm_dumpconf() [all …]
|
H A D | g_part.c | 296 struct g_part_entry *entry; in g_part_get_physpath_done() 327 struct g_part_entry *e1, *e2; in g_part_check_integrity() 439 struct g_part_entry * 443 struct g_part_entry *entry, *last; in g_part_new_entry() 472 struct g_part_entry *entry) in g_part_new_provider() 724 struct g_part_entry *delent, *last, *entry; in g_part_ctl_add() 882 struct g_part_entry *entry, *tmp; in g_part_ctl_commit() 1097 struct g_part_entry *entry; in g_part_ctl_delete() 1158 struct g_part_entry *entry, *tmp; in g_part_ctl_destroy() 1239 struct g_part_entry *entry; in g_part_ctl_modify() [all …]
|
/freebsd/sys/geom/label/ |
H A D | g_label_gpt.c | 46 struct g_part_entry base;
|