| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| H A D | bad-rpz-too-many-zones.conf | 84 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 D | good.zonelist | 1 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 D | named.max.conf | 94 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 D | rfc1918.zones | 14 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 D | mga_dma.c | 80 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 D | mga_dma.c | 83 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 D | drbgtest.c | 140 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 D | fallback_allocator.d | 33 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 D | radeon_dp_mst.c | 33 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 D | drm_modeset_helper.c | 117 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 D | fd-hook.c | 34 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 D | fd-hook.h | 50 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 D | fallback_allocator.d | 40 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 D | config-auth.inc.rst | 21 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 D | named.conf.in | 35 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 D | named1.conf.in | 35 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 D | setup.sh | 19 $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 D | named4.conf.in | 35 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 D | named.conf.in | 52 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 D | named.conf.in | 38 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 D | named1.conf.in | 41 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 D | named10.conf.in | 41 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 D | named6.conf.in | 41 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 D | named11.conf.in | 41 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 D | dcache.c | 56 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 …]
|