Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dbad-rpz-too-many-zones.conf84 zone "max1" { type primary; file "rpz.db"; };
85 zone "max2" { type primary; file "rpz.db"; };
86 zone "max3" { type primary; file "rpz.db"; };
87 zone "max4" { type primary; file "rpz.db"; };
88 zone "max5" { type primary; file "rpz.db"; };
89 zone "max6" { type primary; file "rpz.db"; };
90 zone "max7" { type primary; file "rpz.db"; };
91 zone "max8" { type primary; file "rpz.db"; };
92 zone "max9" { type primary; file "rpz.db"; };
93 zone "max10" { type primary; file "rpz.db"; };
[all …]
H A Dgood.zonelist1 example1 IN first primary
2 clone IN first primary
3 example1 IN second primary
9 dnssec IN third primary
10 p IN third primary
12 dnssec-test IN fourth primary
13 dnssec-default IN fourth primary
14 dnssec-inherit IN fourth primary
15 dnssec-none IN fourth primary
16 dnssec-view1 IN fourth primary
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/
H A Dnamed.max.conf94 zone "max1" { type primary; file "db.max1.local"; };
95 zone "max2" { type primary; file "db.max2.local"; };
96 zone "max3" { type primary; file "db.max3.local"; };
97 zone "max4" { type primary; file "db.max4.local"; };
98 zone "max5" { type primary; file "db.max5.local"; };
99 zone "max6" { type primary; file "db.max6.local"; };
100 zone "max7" { type primary; file "db.max7.local"; };
101 zone "max8" { type primary; file "db.max8.local"; };
102 zone "max9" { type primary; file "db.max9.local"; };
103 zone "max10" { type primary; file "db.max10.local"; };
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/
H A Drfc1918.zones14 zone "10.IN-ADDR.ARPA" { type primary; file "empty.db"; };
15 zone "16.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
16 zone "17.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
17 zone "18.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
18 zone "19.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
19 zone "20.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
20 zone "21.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
21 zone "22.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
22 zone "23.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
23 zone "24.172.IN-ADDR.ARPA" { type primary; file "empty.db"; };
[all …]
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dmga_dma.c80 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_reset() local
86 primary->tail = 0; in mga_do_dma_reset()
87 primary->space = primary->size; in mga_do_dma_reset()
88 primary->last_flush = 0; in mga_do_dma_reset()
107 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_flush() local
122 if (primary->tail == primary->last_flush) { in mga_do_dma_flush()
127 tail = primary->tail + dev_priv->primary->offset; in mga_do_dma_flush()
141 primary->last_flush = primary->tail; in mga_do_dma_flush()
146 primary->space = primary->size - primary->tail; in mga_do_dma_flush()
148 primary->space = head - tail; in mga_do_dma_flush()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_dma.c83 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_reset() local
89 primary->tail = 0; in mga_do_dma_reset()
90 primary->space = primary->size; in mga_do_dma_reset()
91 primary->last_flush = 0; in mga_do_dma_reset()
110 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_flush() local
125 if (primary->tail == primary->last_flush) { in mga_do_dma_flush()
130 tail = primary->tail + dev_priv->primary->offset; in mga_do_dma_flush()
144 primary->last_flush = primary->tail; in mga_do_dma_flush()
149 primary->space = primary->size - primary->tail; in mga_do_dma_flush()
151 primary->space = head - tail; in mga_do_dma_flush()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddrbgtest.c140 EVP_RAND_CTX *primary = RAND_get0_primary(NULL); in using_fips_rng() local
144 if (!TEST_ptr(primary)) in using_fips_rng()
147 prov = EVP_RAND_get0_provider(EVP_RAND_CTX_get0_rand(primary)); in using_fips_rng()
181 EVP_RAND_CTX *primary, in test_drbg_reseed() argument
208 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed()
235 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed()
242 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed()
250 reseed_counter(primary))) in test_drbg_reseed()
258 reseed_counter(primary))) in test_drbg_reseed()
264 if (!TEST_time_t_le(before_reseed, reseed_time(primary)) in test_drbg_reseed()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfallback_allocator.d33 static if (stateSize!Primary) Primary primary; in FallbackAllocator() local
34 else alias primary = Primary.instance; in FallbackAllocator() local
60 auto result = primary.allocate(s); in FallbackAllocator()
74 auto result = primary.alignedAllocate(s, a); in FallbackAllocator()
101 if (primary.owns(b) == Ternary.yes) in FallbackAllocator()
104 return primary.expand(b, delta); in FallbackAllocator()
140 if (b is null || primary.owns(b) == Ternary.yes) in FallbackAllocator()
142 return primary.reallocate(b, newSize) in FallbackAllocator()
144 || crossAllocatorMove(primary, fallback); in FallbackAllocator()
148 || crossAllocatorMove(fallback, primary); in FallbackAllocator()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_dp_mst.c33 static int radeon_dp_mst_set_be_cntl(struct radeon_encoder *primary, in radeon_dp_mst_set_be_cntl() argument
37 struct drm_device *dev = primary->base.dev; in radeon_dp_mst_set_be_cntl()
43 reg = RREG32(NI_DIG_BE_CNTL + primary->offset); in radeon_dp_mst_set_be_cntl()
55 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DIG_BE_CNTL + primary->offset, reg); in radeon_dp_mst_set_be_cntl()
56 WREG32(NI_DIG_BE_CNTL + primary->offset, reg); in radeon_dp_mst_set_be_cntl()
65 DRM_ERROR("timed out waiting for FE %d %d\n", primary->offset, mst_enc->fe); in radeon_dp_mst_set_be_cntl()
70 static int radeon_dp_mst_set_stream_attrib(struct radeon_encoder *primary, in radeon_dp_mst_set_stream_attrib() argument
75 struct drm_device *dev = primary->base.dev; in radeon_dp_mst_set_stream_attrib()
84 temp = RREG32(NI_DP_MSE_SAT0 + satreg + primary->offset); in radeon_dp_mst_set_stream_attrib()
94 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DP_MSE_SAT0 + satreg + primary->offset, temp); in radeon_dp_mst_set_stream_attrib()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_modeset_helper.c117 struct drm_plane *primary; in create_primary_plane() local
120 primary = kzalloc(sizeof(*primary), GFP_KERNEL); in create_primary_plane()
121 if (primary == NULL) { in create_primary_plane()
130 primary->format_default = true; in create_primary_plane()
133 ret = drm_universal_plane_init(dev, primary, 0, in create_primary_plane()
140 kfree(primary); in create_primary_plane()
141 primary = NULL; in create_primary_plane()
144 return primary; in create_primary_plane()
177 struct drm_plane *primary; in drm_crtc_init() local
179 primary = create_primary_plane(dev); in drm_crtc_init()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfd-hook.c34 execute_close_hooks (const struct fd_hook *remaining_list, gl_close_fn primary, in execute_close_hooks() argument
39 return primary (fd); in execute_close_hooks()
42 primary, fd); in execute_close_hooks()
46 execute_all_close_hooks (gl_close_fn primary, int fd) in execute_all_close_hooks() argument
48 return execute_close_hooks (anchor.private_next, primary, fd); in execute_all_close_hooks()
52 execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary, in execute_ioctl_hooks() argument
57 return primary (fd, request, arg); in execute_ioctl_hooks()
60 primary, fd, request, arg); in execute_ioctl_hooks()
64 execute_all_ioctl_hooks (gl_ioctl_fn primary, in execute_all_ioctl_hooks() argument
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg); in execute_all_ioctl_hooks()
H A Dfd-hook.h50 gl_close_fn primary,
56 gl_ioctl_fn primary,
67 gl_close_fn primary,
73 gl_close_fn primary,
78 extern int execute_all_close_hooks (gl_close_fn primary, int fd);
87 gl_ioctl_fn primary,
93 gl_ioctl_fn primary,
98 extern int execute_all_ioctl_hooks (gl_ioctl_fn primary,
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfallback_allocator.d40 static if (stateSize!Primary) Primary primary; in FallbackAllocator() local
41 else alias primary = Primary.instance; in FallbackAllocator() local
67 auto result = primary.allocate(s); in FallbackAllocator()
78 void[] result = primary.allocateZeroed(s); in FallbackAllocator()
83 void[] result = primary.allocate(s); in FallbackAllocator()
113 auto result = primary.alignedAllocate(s, a); in FallbackAllocator()
140 if (primary.owns(b) == Ternary.yes) in FallbackAllocator()
143 return primary.expand(b, delta); in FallbackAllocator()
179 if (b is null || primary.owns(b) == Ternary.yes) in FallbackAllocator()
181 return primary.reallocate(b, newSize) in FallbackAllocator()
[all …]
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dconfig-auth.inc.rst21 Each zone may be defined as either a **primary** or a **secondary**. A primary zone
23 data from the primary zone using a process called **zone transfer**. Both the primary
25 in the answer to a query from a primary or a secondary zone. An authoritative name server
26 may support any combination of primary and secondary zones.
28 .. Note:: The terms **primary** and **secondary** do not imply any access
31 answer comes from the primary or secondary name server. Instead, the
39 For reasons of backward compatibility BIND 9 treats "primary" and "master" as
42 The following diagram shows the relationship between the primary and secondary
45 .. figure:: primary-secondary.png
52 1. The authoritative primary name server always loads (or reloads) its zone
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/integrity/ns1/
H A Dnamed.conf.in35 type primary;
42 type primary;
49 type primary;
56 type primary;
63 type primary;
70 type primary;
77 type primary;
84 type primary;
91 type primary;
97 type primary;
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/xfer/ns1/
H A Dnamed1.conf.in35 type primary;
40 type primary;
46 type primary;
52 type primary;
57 type primary;
62 type primary;
66 zone "xot-primary-try-next" {
67 type primary;
68 file "xot-primary-try-next.db";
72 type primary;
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/zonechecks/
H A Dsetup.sh19 $SHELL ${TOP_SRCDIR}/bin/tests/system/genzone.sh 1 >ns1/primary.db
23 touch primary.db.signed
24 echo '$INCLUDE "primary.db.signed"' >>primary.db
25 $KEYGEN -a ${DEFAULT_ALGORITHM} -q primary.example >/dev/null 2>&1
26 $KEYGEN -a ${DEFAULT_ALGORITHM} -qfk primary.example >/dev/null 2>&1
27 $SIGNER -SD -o primary.example primary.db >/dev/null \
/netbsd-src/external/mpl/bind/dist/bin/tests/system/additional/ns1/
H A Dnamed4.conf.in35 type primary;
40 type primary;
45 type primary;
50 type primary;
55 type primary;
60 type primary;
65 type primary;
70 type primary;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/zonechecks/ns1/
H A Dnamed.conf.in52 type primary;
57 view primary {
60 zone "primary.example" {
61 type primary;
62 file "primary.db";
69 type primary;
74 type primary;
79 type primary;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/
H A Dnamed.conf.in38 type primary;
43 type primary;
48 type primary;
53 type primary;
58 type primary;
63 type primary;
68 type primary;
73 type primary;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
H A Dnamed1.conf.in41 type primary;
49 type primary;
57 type primary;
65 type primary;
73 type primary;
81 type primary;
89 type primary;
97 type primary;
105 type primary;
H A Dnamed10.conf.in41 type primary;
49 type primary;
57 type primary;
65 type primary;
73 type primary;
81 type primary;
89 type primary;
97 type primary;
H A Dnamed6.conf.in41 type primary;
49 type primary;
57 type primary;
65 type primary;
73 type primary;
81 type primary;
89 type primary;
97 type primary;
H A Dnamed11.conf.in41 type primary;
49 type primary;
57 type primary;
65 type primary;
73 type primary;
81 type primary;
89 type primary;
97 type primary;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Ddcache.c56 char *primary = NULL; in primary_create() local
58 asprintf(&primary, "%s/primary", dc->dir); in primary_create()
59 if (primary == NULL) in primary_create()
62 return primary; in primary_create()
75 char *path = NULL, *primary = NULL; in set_default_cache() local
115 primary = primary_create(dc); in set_default_cache()
116 if (primary == NULL) { in set_default_cache()
121 if (rename(path, primary) < 0) { in set_default_cache()
137 if (primary) in set_default_cache()
138 free(primary); in set_default_cache()
[all …]

12345678910>>...46