| /freebsd-11-stable/lib/libgeom/ |
| HD | libgeom.h | 81 struct gmesh { struct 135 struct gident * geom_lookupid(struct gmesh *, const void *); 136 int geom_xml2tree(struct gmesh *, char *); 137 int geom_gettree(struct gmesh *); 138 void geom_deletetree(struct gmesh *);
|
| HD | geom_xml2tree.c | 50 struct gmesh *mesh; 349 geom_lookupid(struct gmesh *gmp, const void *id) in geom_lookupid() 360 geom_xml2tree(struct gmesh *gmp, char *p) in geom_xml2tree() 455 geom_gettree(struct gmesh *gmp) in geom_gettree() 485 geom_deletetree(struct gmesh *gmp) in geom_deletetree()
|
| HD | geom_util.c | 221 struct gmesh mesh; in g_open_by_ident()
|
| /freebsd-11-stable/usr.sbin/bsdinstall/partedit/ |
| HD | part_wizard.c | 47 static char *boot_disk(struct gmesh *mesh); 48 static char *wizard_partition(struct gmesh *mesh, const char *disk); 55 struct gmesh mesh; in part_wizard() 95 boot_disk(struct gmesh *mesh) in boot_disk() 174 provider_for_name(struct gmesh *mesh, const char *name) in provider_for_name() 199 wizard_partition(struct gmesh *mesh, const char *disk) in wizard_partition() 286 struct gmesh submesh; in wizard_partition() 300 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, in wizard_makeparts() 308 struct gmesh submesh; in wizard_makeparts()
|
| HD | partedit.h | 39 struct gmesh; 61 int wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, 72 void gpart_revert_all(struct gmesh *mesh); 73 void gpart_commit(struct gmesh *mesh);
|
| HD | partedit.c | 48 static int apply_changes(struct gmesh *mesh); 49 static void apply_workaround(struct gmesh *mesh); 50 static struct partedit_item *read_geom_mesh(struct gmesh *mesh, int *nitems); 60 struct gmesh mesh; in sigint_handler() 78 struct gmesh mesh; in main() 313 apply_changes(struct gmesh *mesh) in apply_changes() 400 apply_workaround(struct gmesh *mesh) in apply_workaround() 437 read_geom_mesh(struct gmesh *mesh, int *nitems) in read_geom_mesh()
|
| HD | scripted.c | 43 provider_for_name(struct gmesh *mesh, const char *name) in provider_for_name() 72 struct gmesh mesh; in part_config() 100 struct gmesh submesh; in part_config()
|
| HD | gpart_ops.c | 1283 gpart_revert_all(struct gmesh *mesh) in gpart_revert_all() 1325 gpart_commit(struct gmesh *mesh) in gpart_commit()
|
| /freebsd-11-stable/lib/libefivar/ |
| HD | efivar-dp-xlate.c | 60 geom_pp_attr(struct gmesh *mesh, struct gprovider *pp, const char *attr) in geom_pp_attr() 73 find_provider_by_efimedia(struct gmesh *mesh, const char *efimedia) in find_provider_by_efimedia() 109 find_provider_by_name(struct gmesh *mesh, const char *name) in find_provider_by_name() 129 efi_hd_to_unix(struct gmesh *mesh, const_efidp dp, char **dev, char **relpath, char **abspath) in efi_hd_to_unix() 318 struct gmesh mesh; in efivar_device_path_to_unix_path() 436 find_geom_efi_on_root(struct gmesh *mesh) in find_geom_efi_on_root() 513 find_geom_efimedia(struct gmesh *mesh, const char *dev) in find_geom_efimedia() 577 efipart_to_dp(struct gmesh *mesh, char *path, efidp *dp) in efipart_to_dp() 602 dev_path_to_dp(struct gmesh *mesh, char *path, efidp *dp) in dev_path_to_dp() 633 path_to_dp(struct gmesh *mesh, char *path, efidp *dp) in path_to_dp() [all …]
|
| /freebsd-11-stable/sbin/geom/class/part/ |
| HD | geom_part.c | 76 static struct gclass *find_class(struct gmesh *, const char *); 199 find_class(struct gmesh *mesh, const char *name) in find_class() 324 struct gmesh mesh; in gpart_autofill_resize() 447 struct gmesh mesh; in gpart_autofill() 726 struct gmesh mesh; in gpart_show() 773 struct gmesh mesh; in gpart_backup() 863 struct gmesh mesh; in gpart_restore() 1199 struct gmesh mesh; in gpart_bootcode()
|
| /freebsd-11-stable/sbin/ggate/shared/ |
| HD | ggate.c | 313 find_class(struct gmesh *mesh, const char *name) in find_class() 367 struct gmesh mesh; in g_gate_list()
|
| /freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| HD | hostres_partition_tbl.c | 356 find_class(struct gmesh *mesh, const char *name) in find_class() 452 struct gmesh mesh; /* GEOM userland tree */ in partition_tbl_handle_disk()
|
| /freebsd-11-stable/sbin/geom/core/ |
| HD | geom.c | 665 find_class(struct gmesh *mesh, const char *name) in find_class() 780 struct gmesh mesh; in std_list_available() 797 struct gmesh mesh; in std_list() 1004 struct gmesh mesh; in std_status()
|
| /freebsd-11-stable/sbin/geom/class/mirror/ |
| HD | geom_mirror.c | 410 find_class(struct gmesh *mesh, const char *name) in find_class() 436 struct gmesh mesh; in mirror_resize()
|
| /freebsd-11-stable/cddl/usr.sbin/zfsd/ |
| HD | zfsd.cc | 262 struct gmesh mesh; in RescanSystem()
|
| /freebsd-11-stable/usr.sbin/gstat/ |
| HD | gstat.c | 84 struct gmesh gmp; in main()
|
| /freebsd-11-stable/usr.sbin/boot0cfg/ |
| HD | boot0cfg.c | 353 struct gmesh mesh; in geom_class_available()
|
| /freebsd-11-stable/sbin/mdconfig/ |
| HD | mdconfig.c | 414 struct gmesh gm; in md_list()
|
| /freebsd-11-stable/sbin/fdisk/ |
| HD | fdisk.c | 766 struct gmesh mesh; in geom_class_available()
|
| /freebsd-11-stable/sbin/bsdlabel/ |
| HD | bsdlabel.c | 360 struct gmesh mesh; in geom_class_available()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_import.c | 1303 struct gmesh mesh; in zpool_find_import_impl()
|