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

123

/freebsd-11-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-11-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-11-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
[all...]
H A Dpart_wizard.c47 static char *boot_disk(struct gmesh *mesh);
48 static char *wizard_partition(struct gmesh *mesh, const char *disk);
55 struct gmesh mesh; local
64 error = geom_gettree(&mesh);
67 error = geom_gettree(&mesh);
68 disk = boot_disk(&mesh);
74 schemeroot = wizard_partition(&mesh, disk);
79 geom_deletetree(&mesh);
82 error = geom_gettree(&mesh);
84 error = wizard_makeparts(&mesh, schemeroo
95 boot_disk(struct gmesh *mesh) argument
174 provider_for_name(struct gmesh *mesh, const char *name) argument
199 wizard_partition(struct gmesh *mesh, const char *disk) argument
300 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, int interactive) argument
[all...]
H A Dpartedit.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; local
63 geom_gettree(&mesh);
64 gpart_revert_all(&mesh);
65 geom_deletetree(&mesh);
78 struct gmesh mesh; local
125 error = geom_gettree(&mesh);
127 items = read_geom_mesh(&mesh,
313 apply_changes(struct gmesh *mesh) argument
400 apply_workaround(struct gmesh *mesh) argument
437 read_geom_mesh(struct gmesh *mesh, int *nitems) argument
[all...]
H A Dpartedit.h61 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);
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-xlate.c60 geom_pp_attr(struct gmesh *mesh, struct gprovider *pp, const char *attr) argument
73 find_provider_by_efimedia(struct gmesh *mesh, const char *efimedia) argument
83 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
97 val = geom_pp_attr(mesh, pp, "efimedia");
109 find_provider_by_name(struct gmesh *mesh, const char *name) argument
115 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
129 efi_hd_to_unix(struct gmesh *mesh, const_efidp dp, char **dev, char **relpath, char **abspath) argument
167 pp = find_provider_by_efimedia(mesh, buf);
284 * If we find a media descriptor, we search through the geom mesh to see if we
285 * can find a matching node. If no match is found in the mesh tha
318 struct gmesh mesh; local
436 find_geom_efi_on_root(struct gmesh *mesh) argument
513 find_geom_efimedia(struct gmesh *mesh, const char *dev) argument
577 efipart_to_dp(struct gmesh *mesh, char *path, efidp *dp) argument
602 dev_path_to_dp(struct gmesh *mesh, char *path, efidp *dp) argument
633 path_to_dp(struct gmesh *mesh, char *path, efidp *dp) argument
681 struct gmesh mesh; local
[all...]
/freebsd-11-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-11-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-11-stable/sbin/geom/class/part/
H A Dgeom_part.c199 find_class(struct gmesh *mesh, const char *name) argument
203 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
324 struct gmesh mesh; local
337 error = geom_gettree(&mesh);
343 cp = find_class(&mesh, s);
433 geom_deletetree(&mesh);
440 geom_deletetree(&mesh);
447 struct gmesh mesh; local
464 error = geom_gettree(&mesh);
470 cp = find_class(&mesh,
726 struct gmesh mesh; local
773 struct gmesh mesh; local
863 struct gmesh mesh; local
1199 struct gmesh mesh; local
[all...]
/freebsd-11-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-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c356 find_class(struct gmesh *mesh, const char *name) argument
360 LIST_FOREACH(classp, &mesh->lg_class, lg_class)
452 struct gmesh mesh; /* GEOM userland tree */ local
462 if ((error = geom_gettree(&mesh)) != 0) {
472 if ((classp = find_class(&mesh, "MBR")) != NULL) {
482 if ((classp = find_class(&mesh, "BSD")) != NULL) {
493 if ((classp = find_class(&mesh, "SUN")) != NULL) {
500 geom_deletetree(&mesh);
/freebsd-11-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-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc262 struct gmesh mesh; local
274 result = geom_gettree(&mesh);
283 LIST_FOREACH(mp, &mesh.lg_class, lg_class) {
299 geom_deletetree(&mesh);
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c665 find_class(struct gmesh *mesh, const char *name) argument
669 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
780 struct gmesh mesh; local
784 error = geom_gettree(&mesh);
787 classp = find_class(&mesh, gclass_name);
788 geom_deletetree(&mesh);
797 struct gmesh mesh; local
803 error = geom_gettree(&mesh);
806 classp = find_class(&mesh, gclass_name);
808 geom_deletetree(&mesh);
1004 struct gmesh mesh; local
[all...]
/freebsd-11-stable/sbin/geom/class/mirror/
H A Dgeom_mirror.c410 find_class(struct gmesh *mesh, const char *name) argument
414 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
436 struct gmesh mesh; local
451 error = geom_gettree(&mesh);
457 classp = find_class(&mesh, name);
498 geom_deletetree(&mesh);

Completed in 166 milliseconds

123