Searched refs:mesh (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-11-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c353 struct gmesh mesh; local
356 error = geom_gettree(&mesh);
360 LIST_FOREACH(class, &mesh.lg_class, lg_class) {
362 geom_deletetree(&mesh);
367 geom_deletetree(&mesh);
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c54 #include "services/mesh.h"
97 mesh_delete(w->env->mesh);
254 w->env->mesh = mesh_create(&ctx->mods, w->env);
255 if(!w->env->mesh) {
626 if(!mesh_new_callback(w->env->mesh, &qinfo, qflags, &edns,
706 if(!mesh_new_callback(w->env->mesh, &qinfo, qflags, &edns,
843 if(!mesh_new_callback(w->env->mesh, &qinfo, qflags, &edns,
890 mesh_report_reply(lw->env->mesh, &e, reply_info, error);
900 mesh_report_reply(lw->env->mesh, &e, reply_info,
904 mesh_report_reply(lw->env->mesh,
[all...]
/freebsd-11-stable/tools/regression/geom/ConfCmp/
H A Da2.conf0 <mesh>
207 </mesh>
H A Da2a.conf0 <mesh>
207 </mesh>
H A Da2b.conf0 <mesh>
207 </mesh>
H A Da2c.conf0 <mesh>
206 </mesh>
H A Da2d.conf0 <mesh>
211 </mesh>
H A Da1.conf0 <mesh>
414 </mesh>
H A Da1a.conf0 <mesh>
414 </mesh>
H A Da1b.conf0 <mesh>
414 </mesh>
H A Da1c.conf0 <mesh>
414 </mesh>
H A Da1d.conf0 <mesh>
414 </mesh>
/freebsd-11-stable/lib/libunbound/
H A DMakefile24 mesh.c mini_event.c modstack.c module.c msgencode.c msgparse.c \
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.h883 /** mesh area containing mesh state */
884 struct mesh_area* mesh; member in struct:http2_stream
885 /** mesh state for query. Used to remove mesh reply before closing
917 /** Add mesh state to stream. To be able to remove mesh reply on stream closure
920 struct mesh_area* mesh, struct mesh_state* m);
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
220 /** whether the option needs mesh aggregatio
475 struct mesh_area* mesh; member in struct:module_env
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.c743 const u8 *ssid, *p2p, *mesh; local
794 mesh = wpa_scan_get_ie(res, WLAN_EID_MESH_ID);
795 if (mesh && mesh[1] <= SSID_MAX_LEN)
796 ssid = mesh;
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c766 struct gmesh mesh; local
769 error = geom_gettree(&mesh);
773 LIST_FOREACH(class, &mesh.lg_class, lg_class) {
775 geom_deletetree(&mesh);
780 geom_deletetree(&mesh);
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in119 services/localzone.c services/mesh.c services/modstack.c services/view.c \
141 iter_scrub.lo iter_utils.lo localzone.lo mesh.lo modstack.lo view.lo \
452 $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \
722 $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \
741 $(srcdir)/services/authzone.h $(srcdir)/services/mesh.h \
791 $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h $(srcdir)/services/rpz.h \
800 $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/parseutil.h $(srcdir)/services/mesh.h $(srcdir)/util/data/msgparse.h \
815 mesh.lo mesh.o: $(srcdir)/services/mesh
[all...]
/freebsd-11-stable/lib/libgeom/
H A Dgeom_xml2tree.c50 struct gmesh *mesh; member in struct:mystate
97 LIST_INSERT_HEAD(&mt->mesh->lg_class, mt->class, lg_class);
380 mt->mesh = gmp;
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c360 struct gmesh mesh; local
363 error = geom_gettree(&mesh);
367 LIST_FOREACH(class, &mesh.lg_class, lg_class) {
369 geom_deletetree(&mesh);
374 geom_deletetree(&mesh);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c1303 struct gmesh mesh; local
1308 errno = geom_gettree(&mesh);
1316 LIST_FOREACH(mp, &mesh.lg_class, lg_class) {
1330 geom_deletetree(&mesh);
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c1283 gpart_revert_all(struct gmesh *mesh) argument
1291 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
1325 gpart_commit(struct gmesh *mesh) argument
1338 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c69 #include "services/mesh.h"
1674 mesh_delete_all(worker->env.mesh);
2064 * the actual mesh is not running, so we can freely edit it. */
2066 mesh_delete_all(worker->env.mesh);
2316 /** get age for the mesh state */
2335 /** get status of a mesh state */
2337 get_mesh_status(struct mesh_area* mesh, struct mesh_state* m, argument
2341 const char *modname = mesh->mods.mod[m->s.curmod]->name;
2365 /* look in subs from mesh state to see what */
2393 struct mesh_area* mesh; local
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c696 if (!(hapd->conf->mesh & MESH_ENABLED))
790 * In mesh case, both Commit and Confirm can be sent
797 if (hapd->conf->mesh & MESH_ENABLED) {
807 "Sent Confirm (mesh)");
839 } else if (hapd->conf->mesh & MESH_ENABLED) {
841 * In mesh case, follow SAE finite state machine and
900 (hapd->conf->mesh & MESH_ENABLED)) {
1031 "SAE: Cancel use of mesh PMKSA caching because peer starts SAE authentication");
1046 if ((hapd->conf->mesh & MESH_ENABLED) &&
1090 "Sent Commit (anti-clogging token case in mesh)");
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c58 #include "services/mesh.h"
1750 /* free outstanding request mesh reply entries */
1754 mesh_state_remove_reply(open->mesh, open->mesh_state, req->cp);
1789 /* caller has to manage the mesh state reply entry */
1939 * or schedule a mesh entry for later */
1954 /* it should be waiting in the mesh for recursion.
1955 * If mesh failed to add a new entry and called commpoint_drop_reply.
1956 * Then the mesh state has been cleared. */
1961 /* If mesh failed(mallocfail) and called commpoint_send_reply with
1978 struct mesh_area* mesh, struc
1977 tcp_req_info_add_meshstate(struct tcp_req_info* req, struct mesh_area* mesh, struct mesh_state* m) argument
[all...]

Completed in 405 milliseconds

123