| /freebsd-14-stable/sys/geom/part/ |
| HD | g_part_ebr.c | 69 struct g_part_entry base; 75 static int g_part_ebr_add(struct g_part_table *, struct g_part_entry *, 78 struct g_part_entry *, const char *); 81 static void g_part_ebr_dumpconf(struct g_part_table *, struct g_part_entry *, 83 static int g_part_ebr_dumpto(struct g_part_table *, struct g_part_entry *); 84 static int g_part_ebr_modify(struct g_part_table *, struct g_part_entry *, 86 static const char *g_part_ebr_name(struct g_part_table *, struct g_part_entry *, 89 struct g_geom *, struct g_part_entry *, const char *); 94 static int g_part_ebr_setunset(struct g_part_table *, struct g_part_entry *, 96 static const char *g_part_ebr_type(struct g_part_table *, struct g_part_entry *, [all …]
|
| HD | g_part_bsd.c | 63 struct g_part_entry base; 67 static int g_part_bsd_add(struct g_part_table *, struct g_part_entry *, 72 static void g_part_bsd_dumpconf(struct g_part_table *, struct g_part_entry *, 74 static int g_part_bsd_dumpto(struct g_part_table *, struct g_part_entry *); 75 static int g_part_bsd_modify(struct g_part_table *, struct g_part_entry *, 77 static const char *g_part_bsd_name(struct g_part_table *, struct g_part_entry *, 81 static const char *g_part_bsd_type(struct g_part_table *, struct g_part_entry *, 84 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 …]
|
| HD | g_part_mbr.c | 69 struct g_part_entry base; 73 static int g_part_mbr_add(struct g_part_table *, struct g_part_entry *, 78 static void g_part_mbr_dumpconf(struct g_part_table *, struct g_part_entry *, 80 static int g_part_mbr_dumpto(struct g_part_table *, struct g_part_entry *); 81 static int g_part_mbr_modify(struct g_part_table *, struct g_part_entry *, 83 static const char *g_part_mbr_name(struct g_part_table *, struct g_part_entry *, 87 static int g_part_mbr_setunset(struct g_part_table *, struct g_part_entry *, 89 static const char *g_part_mbr_type(struct g_part_table *, struct g_part_entry *, 92 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 …]
|
| HD | 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 …]
|
| HD | g_part_bsd64.c | 114 struct g_part_entry base; 121 static int g_part_bsd64_add(struct g_part_table *, struct g_part_entry *, 126 static void g_part_bsd64_dumpconf(struct g_part_table *, struct g_part_entry *, 128 static int g_part_bsd64_dumpto(struct g_part_table *, struct g_part_entry *); 129 static int g_part_bsd64_modify(struct g_part_table *, struct g_part_entry *, 131 static const char *g_part_bsd64_name(struct g_part_table *, struct g_part_entry *, 135 static const char *g_part_bsd64_type(struct g_part_table *, struct g_part_entry *, 138 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 …]
|
| HD | g_part_apm.c | 60 struct g_part_entry base; 64 static int g_part_apm_add(struct g_part_table *, struct g_part_entry *, 68 static void g_part_apm_dumpconf(struct g_part_table *, struct g_part_entry *, 70 static int g_part_apm_dumpto(struct g_part_table *, struct g_part_entry *); 71 static int g_part_apm_modify(struct g_part_table *, struct g_part_entry *, 73 static const char *g_part_apm_name(struct g_part_table *, struct g_part_entry *, 77 static const char *g_part_apm_type(struct g_part_table *, struct g_part_entry *, 80 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 …]
|
| HD | g_part.h | 126 struct g_part_entry { struct 127 LIST_ENTRY(g_part_entry) gpe_entry; 144 LIST_HEAD(, g_part_entry) gpt_entry; argument 179 struct g_part_entry *g_part_new_entry(struct g_part_table *, int, quad_t,
|
| HD | g_part_gpt.c | 100 struct g_part_entry base; 109 static int g_part_gpt_add(struct g_part_table *, struct g_part_entry *, 114 static void g_part_gpt_dumpconf(struct g_part_table *, struct g_part_entry *, 116 static int g_part_gpt_dumpto(struct g_part_table *, struct g_part_entry *); 117 static int g_part_gpt_modify(struct g_part_table *, struct g_part_entry *, 119 static const char *g_part_gpt_name(struct g_part_table *, struct g_part_entry *, 124 struct g_part_entry *baseentry, const char *attrib, unsigned int set); 125 static const char *g_part_gpt_type(struct g_part_table *, struct g_part_entry *, 128 static int g_part_gpt_resize(struct g_part_table *, struct g_part_entry *, 380 struct g_part_entry *baseentry; in gpt_update_bootcamp() [all …]
|
| HD | g_part_ldm.c | 320 struct g_part_entry base; 324 static int g_part_ldm_add(struct g_part_table *, struct g_part_entry *, 329 static void g_part_ldm_dumpconf(struct g_part_table *, struct g_part_entry *, 331 static int g_part_ldm_dumpto(struct g_part_table *, struct g_part_entry *); 332 static int g_part_ldm_modify(struct g_part_table *, struct g_part_entry *, 334 static const char *g_part_ldm_name(struct g_part_table *, struct g_part_entry *, 338 static const char *g_part_ldm_type(struct g_part_table *, struct g_part_entry *, 544 struct g_part_entry *e; in ldm_gpt_check() 1119 g_part_ldm_add(struct g_part_table *basetable, struct g_part_entry *baseentry, in g_part_ldm_add() 1173 struct g_part_entry *baseentry, struct sbuf *sb, const char *indent) in g_part_ldm_dumpconf() [all …]
|
| HD | 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() 726 struct g_part_entry *delent, *last, *entry; in g_part_ctl_add() 884 struct g_part_entry *entry, *tmp; in g_part_ctl_commit() 1099 struct g_part_entry *entry; in g_part_ctl_delete() 1160 struct g_part_entry *entry, *tmp; in g_part_ctl_destroy() 1241 struct g_part_entry *entry; in g_part_ctl_modify() [all …]
|
| /freebsd-14-stable/sys/geom/label/ |
| HD | g_label_gpt.c | 47 struct g_part_entry base;
|