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

12

/freebsd-10.3-release/tools/tools/net80211/scripts/mesh/
H A Dcommon5 # $FreeBSD: releng/10.3/tools/tools/net80211/scripts/mesh/common 195618 2009-07-11 15:02:45Z rpaulo $
9 . config.mesh
11 WLAN=`ifconfig wlan create wlanmode mesh wlandev $WIRELESS`
13 wlandebug -i $WLAN mesh+hwmp+state+scan+assoc
H A Dsetup.simple6 # $FreeBSD: releng/10.3/tools/tools/net80211/scripts/mesh/setup.simple 195618 2009-07-11 15:02:45Z rpaulo $
10 . config.mesh
H A Dtopology.line3 # Script for creating a mesh in line topology.
7 # $FreeBSD: releng/10.3/tools/tools/net80211/scripts/mesh/topology.line 195618 2009-07-11 15:02:45Z rpaulo $
11 . config.mesh
H A Dtopology.star3 # Script for creating a mesh in star topology.
6 # $FreeBSD: releng/10.3/tools/tools/net80211/scripts/mesh/topology.star 195618 2009-07-11 15:02:45Z rpaulo $
10 . config.mesh
H A Dtopology.tree3 # Script for creating a mesh in tree (hirearchical) topology.
16 # $FreeBSD: releng/10.3/tools/tools/net80211/scripts/mesh/topology.tree 195618 2009-07-11 15:02:45Z rpaulo $
20 . config.mesh
H A Dtopology.ring3 # Script for creating a mesh in ring topology.
9 # $FreeBSD: releng/10.3/tools/tools/net80211/scripts/mesh/topology.ring 195618 2009-07-11 15:02:45Z rpaulo $
13 . config.mesh
/freebsd-10.3-release/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"
164 struct mesh_area* mesh = calloc(1, sizeof(struct mesh_area)); local
165 if(!mesh) {
166 log_err("mesh area alloc: out of memory");
169 mesh->histogram = timehist_setup();
170 mesh
210 mesh_delete(struct mesh_area* mesh) argument
223 mesh_delete_all(struct mesh_area* mesh) argument
242 mesh_make_new_space(struct mesh_area* mesh, sldns_buffer* qbuf) argument
281 mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, struct edns_data* edns, struct comm_reply* rep, uint16_t qid) argument
375 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_t cb, void* cb_arg) argument
429 mesh_new_prefetch(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, time_t leeway) argument
485 mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, struct comm_reply* reply, int what) argument
557 struct mesh_area* mesh; local
591 struct mesh_area* mesh; local
658 struct mesh_area* mesh = qstate->env->mesh; local
687 struct mesh_area* mesh = qstate->env->mesh; local
932 mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate) argument
947 mesh_area_find(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, int prime, int valrec) argument
1022 mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate, enum module_ext_state s, enum module_ev* ev) argument
1072 mesh_run(struct mesh_area* mesh, struct mesh_state* mstate, enum module_ev ev, struct outbound_entry* e) argument
1109 mesh_log_list(struct mesh_area* mesh) argument
1130 mesh_stats(struct mesh_area* mesh, const char* str) argument
1155 mesh_stats_clear(struct mesh_area* mesh) argument
1172 mesh_get_mem(struct mesh_area* mesh) argument
1189 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.
64 * Maximum number of mesh state activations. Any more is likely an
147 * A mesh query state
173 /** number of activations for the mesh state */
195 /** the mesh state */
215 /** qname from this query. len same as mesh qinfo. */
252 * Allocate mesh, t
[all...]
/freebsd-10.3-release/usr.sbin/bsdinstall/partedit/
H A Dscripted.c41 provider_for_name(struct gmesh *mesh, const char *name) argument
47 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
70 struct gmesh mesh; local
77 error = geom_gettree(&mesh);
78 if (provider_for_name(&mesh, disk) == NULL) {
80 geom_deletetree(&mesh);
85 LIST_FOREACH(classp, &mesh.lg_class, lg_class)
107 geom_deletetree(&mesh);
108 error = geom_gettree(&mesh);
112 wizard_makeparts(&mesh, dis
[all...]
H A Dpart_wizard.c46 static char *boot_disk(struct gmesh *mesh);
47 static char *wizard_partition(struct gmesh *mesh, const char *disk);
52 struct gmesh mesh; local
62 error = geom_gettree(&mesh);
65 error = geom_gettree(&mesh);
66 disk = boot_disk(&mesh);
72 schemeroot = wizard_partition(&mesh, disk);
77 geom_deletetree(&mesh);
80 error = geom_gettree(&mesh);
82 error = wizard_makeparts(&mesh, schemeroo
93 boot_disk(struct gmesh *mesh) argument
172 provider_for_name(struct gmesh *mesh, const char *name) argument
197 wizard_partition(struct gmesh *mesh, const char *disk) argument
298 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, int interactive) argument
[all...]
H A Dpartedit.c46 static int apply_changes(struct gmesh *mesh);
47 static void apply_workaround(struct gmesh *mesh);
48 static struct partedit_item *read_geom_mesh(struct gmesh *mesh, int *nitems);
58 struct gmesh mesh; local
61 geom_gettree(&mesh);
62 gpart_revert_all(&mesh);
63 geom_deletetree(&mesh);
76 struct gmesh mesh; local
122 error = geom_gettree(&mesh);
124 items = read_geom_mesh(&mesh,
310 apply_changes(struct gmesh *mesh) argument
397 apply_workaround(struct gmesh *mesh) argument
434 read_geom_mesh(struct gmesh *mesh, int *nitems) argument
[all...]
H A Dpartedit.h59 int wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype,
70 void gpart_revert_all(struct gmesh *mesh);
71 void gpart_commit(struct gmesh *mesh);
/freebsd-10.3-release/contrib/unbound/daemon/
H A Dstats.c51 #include "services/mesh.h"
87 stats->sum_query_list_size += worker->env.mesh->all.count;
88 if(worker->env.mesh->all.count > stats->max_query_list_size)
89 stats->max_query_list_size = worker->env.mesh->all.count;
96 stats->sum_query_list_size += worker->env.mesh->all.count;
97 if(worker->env.mesh->all.count > stats->max_query_list_size)
98 stats->max_query_list_size = worker->env.mesh->all.count;
118 (unsigned)worker->env.mesh->stats_dropped,
119 (unsigned)worker->env.mesh->stats_jostled);
126 int m = modstack_find(&worker->env.mesh
[all...]
H A Dworker.c61 #include "services/mesh.h"
156 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; local
166 mesh = mesh_get_mem(worker->env.mesh);
172 for(i=0; i<worker->env.mesh->mods.num; i++) {
173 fptr_ok(fptr_whitelist_mod_get_mem(worker->env.mesh->
175 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
176 val += (*worker->env.mesh->mods.mod[i]->get_mem)
178 else iter += (*worker->env.mesh->mods.mod[i]->get_mem)
194 total = front+back+mesh
[all...]
/freebsd-10.3-release/sbin/geom/class/part/
H A Dgeom_part.c196 find_class(struct gmesh *mesh, const char *name) argument
200 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
309 struct gmesh mesh; local
322 error = geom_gettree(&mesh);
328 cp = find_class(&mesh, s);
418 geom_deletetree(&mesh);
425 geom_deletetree(&mesh);
432 struct gmesh mesh; local
449 error = geom_gettree(&mesh);
455 cp = find_class(&mesh,
700 struct gmesh mesh; local
747 struct gmesh mesh; local
837 struct gmesh mesh; local
1169 struct gmesh mesh; local
[all...]
/freebsd-10.3-release/sbin/ggate/shared/
H A Dggate.c311 find_class(struct gmesh *mesh, const char *name) argument
315 LIST_FOREACH(class, &mesh->lg_class, lg_class) {
365 struct gmesh mesh; local
371 error = geom_gettree(&mesh);
374 class = find_class(&mesh, G_GATE_CLASS_NAME);
376 geom_deletetree(&mesh);
388 geom_deletetree(&mesh);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/sbin/geom/core/
H A Dgeom.c659 find_class(struct gmesh *mesh, const char *name) argument
663 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
774 struct gmesh mesh; local
778 error = geom_gettree(&mesh);
781 classp = find_class(&mesh, gclass_name);
782 geom_deletetree(&mesh);
791 struct gmesh mesh; local
797 error = geom_gettree(&mesh);
800 classp = find_class(&mesh, gclass_name);
802 geom_deletetree(&mesh);
998 struct gmesh mesh; local
[all...]
/freebsd-10.3-release/sbin/geom/class/mirror/
H A Dgeom_mirror.c397 find_class(struct gmesh *mesh, const char *name) argument
401 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
423 struct gmesh mesh; local
438 error = geom_gettree(&mesh);
444 classp = find_class(&mesh, name);
485 geom_deletetree(&mesh);
/freebsd-10.3-release/contrib/unbound/libunbound/
H A Dlibworker.c54 #include "services/mesh.h"
85 mesh_delete(w->env->mesh);
245 w->env->mesh = mesh_create(&ctx->mods, w->env);
246 if(!w->env->mesh) {
618 if(!mesh_new_callback(w->env->mesh, &qinfo, qflags, &edns,
689 if(!mesh_new_callback(w->env->mesh, &qinfo, qflags, &edns,
808 if(!mesh_new_callback(w->env->mesh, &qinfo, qflags, &edns,
856 mesh_report_reply(lw->env->mesh, &e, reply_info, error);
866 mesh_report_reply(lw->env->mesh, &e, reply_info,
870 mesh_report_reply(lw->env->mesh,
[all...]
/freebsd-10.3-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c351 struct gmesh mesh; local
354 error = geom_gettree(&mesh);
358 LIST_FOREACH(class, &mesh.lg_class, lg_class) {
360 geom_deletetree(&mesh);
365 geom_deletetree(&mesh);
/freebsd-10.3-release/contrib/unbound/util/
H A Dmodule.h43 * they are done, the reply is passed back. In the usual setup the mesh
69 * A query comes in, and a mesh entry is created for it. The mesh
94 * There is no previous module from the validator module, and the mesh
95 * takes this to mean that the query is finally done. The mesh invokes
99 * query, then the mesh will tell them about it. It calls the inform_super
119 * The mesh meanwhile will have the newly created query (or queries) on
123 * done. When they are done the mesh calls inform_super on the module that
124 * wanted the recursion. After that the mesh calls operate() on the module
238 * @param qstate: used to find mesh stat
301 struct mesh_area* mesh; member in struct:module_env
[all...]
/freebsd-10.3-release/lib/libunbound/
H A DMakefile20 lookup3.c lruhash.c mesh.c mini_event.c modstack.c module.c \
/freebsd-10.3-release/tools/regression/geom/ConfCmp/
H A Da2.conf0 <mesh>
207 </mesh>

Completed in 129 milliseconds

12