Home
last modified time | relevance | path

Searched refs:gmesh (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/lib/libgeom/
HDlibgeom.h81 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 *);
HDgeom_xml2tree.c50 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()
HDgeom_util.c221 struct gmesh mesh; in g_open_by_ident()
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
HDpart_wizard.c47 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()
HDpartedit.h39 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);
HDpartedit.c48 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()
HDscripted.c43 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()
HDgpart_ops.c1283 gpart_revert_all(struct gmesh *mesh) in gpart_revert_all()
1325 gpart_commit(struct gmesh *mesh) in gpart_commit()
/freebsd-11-stable/lib/libefivar/
HDefivar-dp-xlate.c60 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/
HDgeom_part.c76 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/
HDggate.c313 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/
HDhostres_partition_tbl.c356 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/
HDgeom.c665 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/
HDgeom_mirror.c410 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/
HDzfsd.cc262 struct gmesh mesh; in RescanSystem()
/freebsd-11-stable/usr.sbin/gstat/
HDgstat.c84 struct gmesh gmp; in main()
/freebsd-11-stable/usr.sbin/boot0cfg/
HDboot0cfg.c353 struct gmesh mesh; in geom_class_available()
/freebsd-11-stable/sbin/mdconfig/
HDmdconfig.c414 struct gmesh gm; in md_list()
/freebsd-11-stable/sbin/fdisk/
HDfdisk.c766 struct gmesh mesh; in geom_class_available()
/freebsd-11-stable/sbin/bsdlabel/
HDbsdlabel.c360 struct gmesh mesh; in geom_class_available()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_import.c1303 struct gmesh mesh; in zpool_find_import_impl()