Searched refs:view (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/release/picobsd/tinyware/view/
H A DMakefile3 PROG=view
4 SRCS=view.c
/freebsd-11-stable/contrib/unbound/services/
H A Dview.h2 * services/view.h - named views containing local zones authority service.
57 /** lock on the view tree */
59 /** rbtree of struct view */
66 struct view { struct
69 /** view name.
73 /** view specific local authority zones */
75 /** response-ip configuration data for this view */
77 /** Fallback to global local_zones when there is no match in the view
102 * @param v: view is set up.
109 * Compare two view entrie
[all...]
H A Dview.c2 * services/view.c - named views containing local zones authority service.
43 #include "services/view.h"
50 struct view* a = (struct view*)v1;
51 struct view* b = (struct view*)v2;
74 view_delete(struct view* v)
88 struct view* v = (struct view*)n;
102 /** create a new view */
[all...]
H A Dlocalzone.h48 #include "services/view.h"
102 /** answer not from the view, but global or no-answer */
307 * @param view: answer using this view. May be NULL.
325 char** tagname, int num_tags, struct view* view);
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf39 view all included .1 80
40 view system included system fe
41 view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
56 # view all included .1 80
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dbrowser.c53 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, argument
56 ctx->progress = 100 * webkit_web_view_get_progress(view);
63 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, argument
66 int status = webkit_web_view_get_load_status(view);
68 __func__, status, webkit_web_view_get_uri(view));
72 static void view_cb_resource_request_starting(WebKitWebView *view, argument
99 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req,
105 if (!webkit_web_view_can_show_mime_type(view, mime)) {
114 static gboolean view_cb_download_requested(WebKitWebView *view, argument
125 static void view_cb_hovering_over_link(WebKitWebView *view, gcha argument
98 view_cb_mime_type_policy_decision( WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, gchar *mime, WebKitWebPolicyDecision *policy, struct browser_context *ctx) argument
140 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) argument
155 WebKitWebView *view; local
[all...]
/freebsd-11-stable/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c462 struct vacm_view *view; local
466 if ((view = vacm_get_view(&val->var, sub)) == NULL)
471 if ((view = vacm_get_next_view(&val->var, sub)) == NULL)
473 vacm_append_viewindex(&val->var, sub, view);
477 if ((view = vacm_get_view(&val->var, sub)) == NULL &&
481 if (view != NULL) {
483 view->type == StorageType_readOnly)
485 if (view->status == RowStatus_active &&
492 if (val->v.octetstring.len > sizeof(view->mask))
493 ctx->scratch->ptr1 = malloc(sizeof(view
801 vacm_append_viewindex(struct asn_oid *oid, uint sub, const struct vacm_view *view) argument
821 struct vacm_view *view; local
839 struct vacm_view *view; local
858 struct vacm_view *view; local
980 struct vacm_view *view; local
[all...]
/freebsd-11-stable/contrib/smbfs/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-11-stable/usr.bin/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-11-stable/contrib/unbound/daemon/
H A Dacl_list.h46 #include "services/view.h"
106 /* view element, NULL if none */
107 struct view* view; member in struct:acl_addr
H A Dacl_list.c183 node->view = views_find_view(vs, str2, 0 /* get read lock*/);
184 if(!node->view) {
185 log_err("no view with name: %s", str2);
188 lock_rw_unlock(&node->view->lock);
366 /** read acl view config */
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h53 /// view - Visualize the annotated bipartite CFG with Graphviz.
54 void view() const;
H A DMachineBlockFrequencyInfo.h71 void view(const Twine &Name, bool isSimple = true) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp25 ViewEdgeBundles("view-edge-bundles", cl::Hidden,
54 view();
99 /// view - Visualize the annotated bipartite CFG with Graphviz.
100 void EdgeBundles::view() const { function in class:EdgeBundles
H A DMachineBlockFrequencyInfo.cpp33 "view-machine-block-freq-propagation-dags", cl::Hidden,
48 "view-block-layout-with-bfi", cl::Hidden,
64 // Defined in Analysis/BlockFrequencyInfo.cpp: -view-bfi-func-name=
68 // Defined in Analysis/BlockFrequencyInfo.cpp: -view-hot-freq-perc=
201 view("MachineBlockFrequencyDAGS." + F.getName());
222 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { function in class:MachineBlockFrequencyInfo
H A DBranchFolding.h148 void view(const Twine &Name, bool isSimple = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp342 llvm::StringRef view(m_packet);
343 if (view.empty())
347 view = view.substr(m_index);
348 std::tie(a, b) = view.split(':');
360 size_t bytes_consumed = d.data() - view.data();
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.h50 * Forward declaration for the structure that represents a tree of view data.
62 * respip_set is supposed to refer to the response-ip set for the global view.
71 struct view* view; member in struct:respip_client_info
109 * Apply response-ip config settings to the global (default) view.
119 * @param vs: view structures with processed config data
121 * @param have_view_respip_cfg: set to true if any named view has respip
H A Drespip.c26 #include "services/view.h"
408 /** Iterate through raw view data and apply the view-specific respip
411 * an error. This additional iteration through view configuration data
421 struct view* v;
426 /** if no respip config for this view then there's
435 log_err("view '%s' unexpectedly missing", cv->name);
451 "for view '%s'", cv->name);
908 struct view* view local
[all...]
/freebsd-11-stable/sys/xen/interface/hvm/
H A Dhvm_op.h426 uint16_t view; member in struct:xen_hvm_altp2m_view
427 /* Create view only: default access type
435 /* view */
436 uint16_t view; member in struct:xen_hvm_altp2m_set_mem_access
447 /* view */
448 uint16_t view; member in struct:xen_hvm_altp2m_change_gfn
467 /* Create a new view */
469 /* Destroy a view */
471 /* Switch view for an entire domain */
483 struct xen_hvm_altp2m_view view; member in union:xen_hvm_altp2m_op::__anon13551
[all...]
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfixit.conf33 ln common view
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c378 struct vacm_view *view; local
442 if ((view = acl->read_view) == NULL)
447 if ((view = acl->write_view) == NULL)
455 if ((view = acl->notify_view) == NULL)
466 /* XXX - view->mask*/
467 suboid = asn_is_suboid(&view->subtree, &pdu->bindings[i].var);
468 if ((!suboid && !view->exclude) || (suboid && view->exclude)) {
2959 vacm_next_view(struct vacm_view *view) argument
2961 if (view
2991 struct vacm_view *view, *temp, *prev; local
3030 vacm_delete_view(struct vacm_view *view) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h58 void view(StringRef = "BlockFrequencyDAGs") const;
/freebsd-11-stable/usr.bin/vi/
H A DMakefile23 LINKS+= ${BINDIR}/${VI} ${BINDIR}/view
26 MLINKS+=vi.1 ex.1 vi.1 view.1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp111 void RegionInfo::view() { viewRegion(this); } function in class:RegionInfo

Completed in 363 milliseconds

123