Searched refs:mesh (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-13-stable/tools/tools/net80211/scripts/mesh/
H A Dcommon9 . config.mesh
11 WLAN=`ifconfig wlan create wlanmode mesh wlandev $WIRELESS`
13 wlandebug -i $WLAN mesh+hwmp+state+scan+assoc
H A Dsetup.simple10 . config.mesh
H A Dtopology.line3 # Script for creating a mesh in line topology.
11 . config.mesh
H A Dtopology.star3 # Script for creating a mesh in star topology.
10 . config.mesh
H A Dtopology.tree3 # Script for creating a mesh in tree (hirearchical) topology.
20 . config.mesh
H A Dtopology.ring3 # Script for creating a mesh in ring topology.
13 . config.mesh
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c43 provider_for_name(struct gmesh *mesh, const char *name) argument
49 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
72 struct gmesh mesh; local
79 error = geom_gettree(&mesh);
80 if (provider_for_name(&mesh, disk) == NULL) {
82 geom_deletetree(&mesh);
87 LIST_FOREACH(classp, &mesh.lg_class, lg_class)
109 geom_deletetree(&mesh);
110 error = geom_gettree(&mesh);
114 wizard_makeparts(&mesh, dis
187 struct gmesh mesh; local
[all...]
H A Dpartedit.h61 char *boot_disk_select(struct gmesh *mesh);
62 int wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype,
74 void gpart_revert_all(struct gmesh *mesh);
75 void gpart_commit(struct gmesh *mesh);
H A Dpart_wizard.c47 static char *wizard_partition(struct gmesh *mesh, const char *disk);
54 struct gmesh mesh; local
63 error = geom_gettree(&mesh);
66 error = geom_gettree(&mesh);
67 disk = boot_disk_select(&mesh);
73 schemeroot = wizard_partition(&mesh, disk);
78 geom_deletetree(&mesh);
81 error = geom_gettree(&mesh);
83 error = wizard_makeparts(&mesh, schemeroot, fstype, 1);
88 geom_deletetree(&mesh);
94 boot_disk_select(struct gmesh *mesh) argument
173 provider_for_name(struct gmesh *mesh, const char *name) argument
198 wizard_partition(struct gmesh *mesh, const char *disk) argument
299 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, int interactive) argument
[all...]
H A Dpartedit.c50 static int apply_changes(struct gmesh *mesh);
51 static void apply_workaround(struct gmesh *mesh);
52 static struct partedit_item *read_geom_mesh(struct gmesh *mesh, int *nitems);
62 struct gmesh mesh; local
65 geom_gettree(&mesh);
66 gpart_revert_all(&mesh);
67 geom_deletetree(&mesh);
80 struct gmesh mesh; local
127 error = geom_gettree(&mesh);
129 items = read_geom_mesh(&mesh,
331 apply_changes(struct gmesh *mesh) argument
441 apply_workaround(struct gmesh *mesh) argument
478 read_geom_mesh(struct gmesh *mesh, int *nitems) argument
[all...]
/freebsd-13-stable/contrib/unbound/services/
H A Dmesh.c2 * services/mesh.c - deal with mesh of query states and handle events for that.
39 * This file contains functions to assist in dealing with a mesh of
40 * query states. This mesh is supposed to be thread-specific.
46 #include "services/mesh.h"
132 * Compare two response-ip client info entries for the purpose of mesh state
136 * We cannot share the mesh state for two queries if different response-ip
244 struct mesh_area* mesh = calloc(1, sizeof(struct mesh_area)); local
245 if(!mesh) {
246 log_err("mesh are
291 mesh_delete(struct mesh_area* mesh) argument
304 mesh_delete_all(struct mesh_area* mesh) argument
323 mesh_make_new_space(struct mesh_area* mesh, sldns_buffer* qbuf) argument
453 mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, struct respip_client_info* cinfo, uint16_t qflags, struct edns_data* edns, struct comm_reply* rep, uint16_t qid) argument
601 mesh_new_callback(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, struct edns_data* edns, sldns_buffer* buf, uint16_t qid, mesh_cb_func_type cb, void* cb_arg) argument
682 mesh_schedule_prefetch(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, time_t leeway, int run) argument
753 mesh_new_prefetch(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, time_t leeway) argument
759 mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, struct comm_reply* reply, int what) argument
866 struct mesh_area* mesh; local
912 struct mesh_area* mesh; local
979 struct mesh_area* mesh = qstate->env->mesh; local
1009 struct mesh_area* mesh = qstate->env->mesh; local
1053 struct mesh_area* mesh = qstate->env->mesh; local
1433 mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate) argument
1450 mesh_area_find(struct mesh_area* mesh, struct respip_client_info* cinfo, struct query_info* qinfo, uint16_t qflags, int prime, int valrec) argument
1612 mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate, enum module_ext_state s, enum module_ev* ev) argument
1695 mesh_run(struct mesh_area* mesh, struct mesh_state* mstate, enum module_ev ev, struct outbound_entry* e) argument
1732 mesh_log_list(struct mesh_area* mesh) argument
1753 mesh_stats(struct mesh_area* mesh, const char* str) argument
1778 mesh_stats_clear(struct mesh_area* mesh) argument
1797 mesh_get_mem(struct mesh_area* mesh) argument
1814 struct mesh_area* mesh = qstate->env->mesh; local
1844 mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m, struct comm_point* cp) argument
1913 struct mesh_area* mesh = qstate->env->mesh; local
[all...]
H A Dmesh.h2 * services/mesh.h - deal with mesh of query states and handle events for that.
39 * This file contains functions to assist in dealing with a mesh of
40 * query states. This mesh is supposed to be thread-specific.
67 * Maximum number of mesh state activations. Any more is likely an
159 * A mesh query state
185 /** number of activations for the mesh state */
209 /** the mesh state */
229 /** qname from this query. len same as mesh qinfo. */
270 * Allocate mesh, t
[all...]
H A Dmodstack.c274 int m = modstack_find(&env->mesh->mods, name);
276 fptr_ok(fptr_whitelist_mod_get_mem(env->mesh->
278 return (*env->mesh->mods.mod[m]->get_mem)(env, m);
H A Dlisten_dnsport.h274 /** the buffer to use to spool reply from mesh into,
283 /** is the comm point set to send_reply (by mesh new client in worker
306 /** the mesh area of the mesh_state */
307 struct mesh_area* mesh; member in struct:tcp_req_open_item
308 /** the mesh state */
335 * Removes mesh entry references and stored results from the lists.
348 * Remove mesh state entry from list in tcp_req_info.
349 * caller has to manage the mesh state reply entry in the mesh state.
369 * Add mesh stat
[all...]
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-xlate.c62 geom_pp_attr(struct gmesh *mesh, struct gprovider *pp, const char *attr) argument
75 find_provider_by_efimedia(struct gmesh *mesh, const char *efimedia) argument
85 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
99 val = geom_pp_attr(mesh, pp, "efimedia");
111 find_provider_by_name(struct gmesh *mesh, const char *name) argument
117 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
131 efi_hd_to_unix(struct gmesh *mesh, const_efidp dp, char **dev, char **relpath, char **abspath) argument
171 pp = find_provider_by_efimedia(mesh, buf);
288 * If we find a media descriptor, we search through the geom mesh to see if we
289 * can find a matching node. If no match is found in the mesh tha
322 struct gmesh mesh; local
444 find_geom_efi_on_root(struct gmesh *mesh) argument
521 find_geom_efimedia(struct gmesh *mesh, const char *dev) argument
585 efipart_to_dp(struct gmesh *mesh, char *path, efidp *dp) argument
610 dev_path_to_dp(struct gmesh *mesh, char *path, efidp *dp) argument
641 path_to_dp(struct gmesh *mesh, char *path, efidp *dp) argument
689 struct gmesh mesh; local
[all...]
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c177 * mesh errors
185 * per fabric mesh info
191 int dimension; /* mesh dimension */
192 int *size; /* an array to hold size of mesh */
198 mesh_t *mesh; member in struct:sort_ctx
674 static void classify_switch(lash_t *p_lash, mesh_t *mesh, int sw) argument
686 for (i = 0; i < mesh->num_class; i++) {
687 s1 = p_lash->switches[mesh->class_type[i]];
692 mesh->class_count[i]++;
696 mesh
778 get_local_geometry(lash_t *p_lash, mesh_t *mesh) argument
1134 reorder_node_links(lash_t *p_lash, mesh_t *mesh, int sw) argument
1211 make_coord(lash_t *p_lash, mesh_t *mesh, int seed) argument
1286 measure_geometry(lash_t *p_lash, mesh_t *mesh) argument
1357 reorder_links(lash_t *p_lash, mesh_t *mesh) argument
1401 sort_switches(lash_t *p_lash, mesh_t *mesh) argument
1454 mesh_delete(mesh_t *mesh) argument
1476 mesh_t *mesh; local
1638 mesh_t *mesh; local
[all...]
/freebsd-13-stable/contrib/unbound/daemon/
H A Dstats.c51 #include "services/mesh.h"
96 stats->sum_query_list_size += worker->env.mesh->all.count;
97 if((long long)worker->env.mesh->all.count > stats->max_query_list_size)
98 stats->max_query_list_size = (long long)worker->env.mesh->all.count;
105 stats->sum_query_list_size += worker->env.mesh->all.count;
106 if((long long)worker->env.mesh->all.count > stats->max_query_list_size)
107 stats->max_query_list_size = (long long)worker->env.mesh->all.count;
129 (unsigned)worker->env.mesh->stats_dropped,
130 (unsigned)worker->env.mesh->stats_jostled);
140 int m = modstack_find(&worker->env.mesh
[all...]
H A Dworker.c62 #include "services/mesh.h"
121 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; local
134 mesh = mesh_get_mem(worker->env.mesh);
140 for(i=0; i<worker->env.mesh->mods.num; i++) {
141 fptr_ok(fptr_whitelist_mod_get_mem(worker->env.mesh->
143 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
144 val += (*worker->env.mesh->mods.mod[i]->get_mem)
147 else if(strcmp(worker->env.mesh->mods.mod[i]->name,
149 subnet += (*worker->env.mesh
[all...]
/freebsd-13-stable/sbin/geom/core/
H A Dgeom.c662 find_geom_by_provider(struct gmesh *mesh, const char *name) argument
668 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
681 compute_tree_width_geom(struct gmesh *mesh, struct ggeom *gp, int indent) argument
692 LIST_FOREACH(classp2, &mesh->lg_class, lg_class) {
698 width = compute_tree_width_geom(mesh,
711 compute_tree_width(struct gmesh *mesh) argument
719 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
723 width = compute_tree_width_geom(mesh, gp, 0);
733 show_tree_geom(struct gmesh *mesh, struct ggeom *gp, int indent, int width) argument
753 LIST_FOREACH(classp2, &mesh
770 struct gmesh mesh; local
850 find_class(struct gmesh *mesh, const char *name) argument
961 struct gmesh mesh; local
987 struct gmesh mesh; local
1004 struct gmesh mesh; local
1214 struct gmesh mesh; local
[all...]
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c201 find_class(struct gmesh *mesh, const char *name) argument
205 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
326 struct gmesh mesh; local
339 error = geom_gettree(&mesh);
345 cp = find_class(&mesh, s);
435 geom_deletetree(&mesh);
442 geom_deletetree(&mesh);
449 struct gmesh mesh; local
466 error = geom_gettree(&mesh);
472 cp = find_class(&mesh,
728 struct gmesh mesh; local
775 struct gmesh mesh; local
865 struct gmesh mesh; local
1201 struct gmesh mesh; local
[all...]
/freebsd-13-stable/lib/libgeom/
H A Dgeom_util.c221 struct gmesh mesh; local
227 error = geom_gettree(&mesh);
236 LIST_FOREACH(mp, &mesh.lg_class, lg_class) {
262 geom_deletetree(&mesh);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c190 struct gmesh mesh; local
202 error = geom_gettree(&mesh);
213 LIST_FOREACH(mp, &mesh.lg_class, lg_class) {
240 geom_deletetree(&mesh);
/freebsd-13-stable/sbin/ggate/shared/
H A Dggate.c313 find_class(struct gmesh *mesh, const char *name) argument
317 LIST_FOREACH(class, &mesh->lg_class, lg_class) {
367 struct gmesh mesh; local
373 error = geom_gettree(&mesh);
376 class = find_class(&mesh, G_GATE_CLASS_NAME);
378 geom_deletetree(&mesh);
390 geom_deletetree(&mesh);
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c352 find_class(struct gmesh *mesh, const char *name) argument
356 LIST_FOREACH(classp, &mesh->lg_class, lg_class)
448 struct gmesh mesh; /* GEOM userland tree */ local
458 if ((error = geom_gettree(&mesh)) != 0) {
468 if ((classp = find_class(&mesh, "MBR")) != NULL) {
478 if ((classp = find_class(&mesh, "BSD")) != NULL) {
489 if ((classp = find_class(&mesh, "SUN")) != NULL) {
496 geom_deletetree(&mesh);
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc264 struct gmesh mesh; local
276 result = geom_gettree(&mesh);
285 LIST_FOREACH(mp, &mesh.lg_class, lg_class) {
301 geom_deletetree(&mesh);

Completed in 177 milliseconds

123