Home
last modified time | relevance | path

Searched defs:mesh (Results 1 – 25 of 33) sorted by relevance

12

/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() local
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/contrib/unbound/services/
HDmesh.c244 struct mesh_area* mesh = calloc(1, sizeof(struct mesh_area)); in mesh_create() local
291 mesh_delete(struct mesh_area* mesh) in mesh_delete()
304 mesh_delete_all(struct mesh_area* mesh) in mesh_delete_all()
323 int mesh_make_new_space(struct mesh_area* mesh, sldns_buffer* qbuf) in mesh_make_new_space()
453 void mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_client()
601 mesh_new_callback(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_callback()
682 static void mesh_schedule_prefetch(struct mesh_area* mesh, in mesh_schedule_prefetch()
753 void mesh_new_prefetch(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_prefetch()
759 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, in mesh_report_reply()
866 struct mesh_area* mesh; in mesh_state_cleanup() local
[all …]
HDlisten_dnsport.h307 struct mesh_area* mesh; member
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
HDpart_wizard.c55 struct gmesh mesh; in part_wizard() local
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()
300 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, in wizard_makeparts()
HDpartedit.c60 struct gmesh mesh; in sigint_handler() local
78 struct gmesh mesh; in main() local
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() local
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/contrib/ofed/opensm/opensm/
HDosm_mesh.c198 mesh_t *mesh; member
674 static void classify_switch(lash_t *p_lash, mesh_t *mesh, int sw) in classify_switch()
778 static int get_local_geometry(lash_t *p_lash, mesh_t *mesh) in get_local_geometry()
1134 static int reorder_node_links(lash_t *p_lash, mesh_t *mesh, int sw) in reorder_node_links()
1211 static int make_coord(lash_t *p_lash, mesh_t *mesh, int seed) in make_coord()
1286 static int measure_geometry(lash_t *p_lash, mesh_t *mesh) in measure_geometry()
1357 static int reorder_links(lash_t *p_lash, mesh_t *mesh) in reorder_links()
1401 static void sort_switches(lash_t *p_lash, mesh_t *mesh) in sort_switches()
1454 static void mesh_delete(mesh_t *mesh) in mesh_delete()
1476 mesh_t *mesh; in mesh_create() local
[all …]
/freebsd-11-stable/sbin/geom/class/part/
HDgeom_part.c199 find_class(struct gmesh *mesh, const char *name) in find_class()
324 struct gmesh mesh; in gpart_autofill_resize() local
447 struct gmesh mesh; in gpart_autofill() local
726 struct gmesh mesh; in gpart_show() local
773 struct gmesh mesh; in gpart_backup() local
863 struct gmesh mesh; in gpart_restore() local
1199 struct gmesh mesh; in gpart_bootcode() local
/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() local
/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() local
/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() local
797 struct gmesh mesh; in std_list() local
1004 struct gmesh mesh; in std_status() local
/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() local
/freebsd-11-stable/cddl/usr.sbin/zfsd/
HDzfsd.cc262 struct gmesh mesh; in RescanSystem() local
/freebsd-11-stable/lib/libgeom/
HDgeom_util.c221 struct gmesh mesh; in g_open_by_ident() local
HDgeom_xml2tree.c50 struct gmesh *mesh; member
/freebsd-11-stable/sys/net80211/
HDieee80211_ddb.c179 DB_SHOW_ALL_COMMAND(mesh, db_show_mesh) in DB_SHOW_ALL_COMMAND() argument
/freebsd-11-stable/usr.sbin/boot0cfg/
HDboot0cfg.c353 struct gmesh mesh; in geom_class_available() local
/freebsd-11-stable/sbin/bsdlabel/
HDbsdlabel.c360 struct gmesh mesh; in geom_class_available() local
/freebsd-11-stable/contrib/unbound/util/
HDmodule.h475 struct mesh_area* mesh; member
HDnetevent.h884 struct mesh_area* mesh; member
/freebsd-11-stable/sbin/fdisk/
HDfdisk.c766 struct gmesh mesh; in geom_class_available() local
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDbss.c743 const u8 *ssid, *p2p, *mesh; in wpa_bss_update_scan_res() local
/freebsd-11-stable/testcode/
HDfake_event.c1842 struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m)) in tcp_req_info_add_meshstate()
1874 struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m)) in http2_stream_add_meshstate()
/freebsd-11-stable/contrib/unbound/daemon/
HDworker.c121 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; in worker_mem_report() local

12