| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| view.c | 1 /* $NetBSD: view.c,v 1.1 2024/02/18 20:57:34 christos Exp $ */ 96 dns_view_t *view; local 101 * Create a view. 107 view = isc_mem_get(mctx, sizeof(*view)); 109 view->nta_file = NULL; 110 view->mctx = NULL; 111 isc_mem_attach(mctx, &view->mctx); 112 view->name = isc_mem_strdup(mctx, name); 114 result = isc_file_sanitize(NULL, view->name, "nta", buffer 626 dns_view_t *view = *viewp; local 727 dns_view_t *view; local 741 dns_view_t *view = event->ev_arg; local 757 dns_view_t *view = event->ev_arg; local 774 dns_view_t *view = event->ev_arg; local 1500 dns_view_t *view; local 1524 dns_view_t *view; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| view.c | 1 /* $NetBSD: view.c,v 1.20 2026/01/29 18:37:50 christos Exp $ */ 66 #include <dns/view.h> 87 dns_view_t *view = NULL; local 99 view = isc_mem_get(mctx, sizeof(*view)); 100 *view = (dns_view_t){ 123 isc_refcount_init(&view->references, 1); 124 isc_refcount_init(&view->weakrefs, 1); 126 dns_fixedname_init(&view->redirectfixed); 128 ISC_LIST_INIT(view->dlz_searched) 436 dns_view_t *view = NULL; local 576 dns_view_t *view = NULL; local 1296 dns_view_t *view; local 1320 dns_view_t *view; local [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| read.c | 45 /* Create a view of SIZE bytes from DESCRIPTOR at OFFSET. */ 51 void *data, struct backtrace_view *view) 68 view->base = backtrace_alloc (state, size, error_callback, data); 69 if (view->base == NULL) 71 view->data = view->base; 72 view->len = size; 77 r = read (descriptor, view->base, size - got); 81 free (view->base); 92 free (view->base) [all...] |
| mmapio.c | 54 /* Create a view of SIZE bytes from DESCRIPTOR at OFFSET. */ 60 void *data, struct backtrace_view *view) 87 view->data = (char *) map + inpage; 88 view->base = map; 89 view->len = size; 94 /* Release a view read by backtrace_get_view. */ 98 struct backtrace_view *view, 107 const_cast.cv = view->base; 108 if (munmap (const_cast.v, view->len) < 0)
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| read.c | 45 /* Create a view of SIZE bytes from DESCRIPTOR at OFFSET. */ 51 void *data, struct backtrace_view *view) 68 view->base = backtrace_alloc (state, size, error_callback, data); 69 if (view->base == NULL) 71 view->data = view->base; 72 view->len = size; 77 r = read (descriptor, view->base, size - got); 81 free (view->base); 92 free (view->base) [all...] |
| mmapio.c | 54 /* Create a view of SIZE bytes from DESCRIPTOR at OFFSET. */ 60 void *data, struct backtrace_view *view) 87 view->data = (char *) map + inpage; 88 view->base = map; 89 view->len = size; 94 /* Release a view read by backtrace_get_view. */ 98 struct backtrace_view *view, 107 const_cast.cv = view->base; 108 if (munmap (const_cast.v, view->len) < 0)
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| read.c | 45 /* Create a view of SIZE bytes from DESCRIPTOR at OFFSET. */ 51 void *data, struct backtrace_view *view) 68 view->base = backtrace_alloc (state, size, error_callback, data); 69 if (view->base == NULL) 71 view->data = view->base; 72 view->len = size; 77 r = read (descriptor, view->base, size - got); 81 free (view->base); 92 free (view->base) [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| read.c | 45 /* Create a view of SIZE bytes from DESCRIPTOR at OFFSET. */ 51 void *data, struct backtrace_view *view) 68 view->base = backtrace_alloc (state, size, error_callback, data); 69 if (view->base == NULL) 71 view->data = view->base; 72 view->len = size; 77 r = read (descriptor, view->base, size - got); 81 free (view->base); 92 free (view->base) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/ |
| named.conf.j2 | 17 view "recursive" {
|
| /src/lib/libcurses/EXAMPLES/ |
| Makefile | 38 wcview: view.c 39 gcc -DHAVE_WCHAR -o wcview view.c -I.. $(CFLAGS) -lcurses -Wl,-rpath,.. -L.. 41 nwview: view.c 42 gcc -DHAVE_WCHAR -o nwview view.c -DNCURSES -I/usr/pkg/include $(CFLAGS) -lcurses -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib 44 ccview: view.c 45 gcc -o ccview view.c -I.. $(CFLAGS) -lcurses -Wl,-rpath,.. -L.. 47 tcview: view.c 48 gcc -o tcview view.c -L/usr/lib -Wl,-rpath,/usr/lib $(CFLAGS) -lcurses 50 ncview: view.c 51 gcc -o ncview view.c -I/usr/pkg/include -DNCURSES -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib $(CFLAGS) -lncurse [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_so.c | 42 * to it, and all context bindings of that view. Similarly we must restore 43 * the view bindings, views and surfaces pointed to by the views when a 48 * struct vmw_view - view metadata 51 * @ctx: Non-refcounted pointer to the context this view belongs to. 52 * @srf: Refcounted pointer to the surface pointed to by this view. 53 * @cotable: Refcounted pointer to the cotable holding this view. 54 * @srf_head: List head for the surface-to-view list. 56 * @view_type: View type. 57 * @view_id: User-space per context view id. Currently used also as per 58 * context device view id 133 struct vmw_view *view = vmw_view(res); local 164 struct vmw_view *view = vmw_view(res); local 209 struct vmw_view *view = vmw_view(res); local 290 struct vmw_view *view = vmw_view(res); local 332 struct vmw_view *view; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rndc/ns4/ |
| named.conf.j2 | 24 view normal { 34 view "view with a space" { 37 in-view normal;
|
| /src/external/mpl/bind/dist/bin/tests/system/migrate2kasp/ns4/ |
| setup.sh | 25 zone="view-rsasha256.kasp" 39 view="ext" 40 zonefile="${zone}.${view}.db" 41 cat template.$view.db.in "${KSK}.key" "${ZSK}.key" >"$zonefile" 44 view="int" 45 zonefile="${zone}.${view}.db" 46 cat template.$view.db.in "${KSK}.key" "${ZSK}.key" >"$zonefile"
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| view.h | 1 /* $NetBSD: view.h,v 1.13 2025/05/21 14:48:04 christos Exp $ */ 22 /*! \file dns/view.h 24 * DNS View 26 * A "view" is a DNS namespace, together with an optional resolver and a 34 * code), must ensure exclusive access to the view. When the view is 35 * "frozen", the core attributes become immutable, and the view module 36 * will ensure synchronization. Freezing allows the view's core attributes 40 *\li Before the view is frozen, the caller must ensure synchronization. 42 *\li After the view is frozen, the module guarantees appropriat [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-kasp-keydir2.conf.j2 | 30 view "example1" { 40 view "example2" {
|
| good-maxcachettl.conf | 14 view one { 17 view two { 20 view three { 23 view four { 26 view five { 29 view six { 32 view seven {
|
| good-maxncachettl.conf | 14 view one { 17 view two { 20 view three { 23 view four { 26 view five { 29 view six { 32 view seven {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| view.h | 1 /* $NetBSD: view.h,v 1.1 2024/02/18 20:57:39 christos Exp $ */ 23 /*! \file dns/view.h 25 * DNS View 27 * A "view" is a DNS namespace, together with an optional resolver and a 35 * code), must ensure exclusive access to the view. When the view is 36 * "frozen", the core attributes become immutable, and the view module 37 * will ensure synchronization. Freezing allows the view's core attributes 41 *\li Before the view is frozen, the caller must ensure synchronization. 43 *\li After the view is frozen, the module guarantees appropriat [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format-sublime.py | 31 encoding = self.view.encoding() 38 for region in self.view.sel(): 44 '-assume-filename', str(self.view.file_name())]) 45 old_viewport_position = self.view.viewport_position() 46 buf = self.view.substr(sublime.Region(0, self.view.size())) 52 self.view.replace( 53 edit, sublime.Region(0, self.view.size()), 55 self.view.sel().clear() 57 self.view.sel().add(region [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/filters/conf/ |
| bad3.conf.j2 | 14 view myview {
|
| bad4.conf.j2 | 14 view myview {
|
| bad5.conf.j2 | 19 view myview {
|
| good5.conf.j2 | 14 view myview {
|
| /src/external/bsd/wpa/dist/src/utils/ |
| browser.c | 22 WebKitWebView *view; member in struct:browser_context 91 static void view_cb_notify_estimated_load_progress(WebKitWebView *view, 95 ctx->progress = 100 * webkit_web_view_get_estimated_load_progress(view); 102 static void view_cb_resource_load_starting(WebKitWebView *view, 114 static gboolean view_cb_decide_policy(WebKitWebView *view, 157 static void view_cb_mouse_target_changed(WebKitWebView *view, 183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, 188 title = webkit_web_view_get_title(ctx->view); 197 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, 200 ctx->progress = 100 * webkit_web_view_get_progress(view); 295 WebKitWebView *view; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/ |
| named.conf.j2 | 38 view one { 46 view two { 54 view three { 62 view four { 70 view five { 78 view six { 86 view seven { 94 view other { 102 view none {
|