| /netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
| H A D | snapshot_manip.c | 63 return lv->snapshot->origin; in origin_from_cow() 66 void init_snapshot_seg(struct lv_segment *seg, struct logical_volume *origin, in init_snapshot_seg() argument 70 seg->origin = origin; in init_snapshot_seg() 77 origin->origin_count++; in init_snapshot_seg() 80 if (!lv_is_visible(origin)) in init_snapshot_seg() 81 origin->status |= VIRTUAL_ORIGIN; in init_snapshot_seg() 85 dm_list_add(&origin->snapshot_segs, &seg->origin_list); in init_snapshot_seg() 88 int vg_add_snapshot(struct logical_volume *origin, in vg_add_snapshot() argument 103 if (cow == origin) { in vg_add_snapshot() 110 ALLOC_INHERIT, origin->vg))) in vg_add_snapshot() [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | variable.c | 163 char *value, enum variable_origin origin, in define_variable_in_set() argument 178 if (env_overrides && origin == o_env) in define_variable_in_set() 179 origin = o_env_override; in define_variable_in_set() 184 if (env_overrides && v->origin == o_env) in define_variable_in_set() 187 v->origin = o_env_override; in define_variable_in_set() 192 if ((int) origin >= (int) v->origin) in define_variable_in_set() 201 v->origin = origin; in define_variable_in_set() 218 v->origin = origin; in define_variable_in_set() 506 p->variable.value, p->variable.origin, in initialize_file_variables() 515 p->variable.value, p->variable.origin, in initialize_file_variables() [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | origin | 3 $description = "Test the origin function."; 5 $details = "This is a test of the origin function in gnu make. 24 av = $(foreach var, $(auto_var), $(origin $(var)) ) 27 @echo $(origin undefined) 28 @echo $(origin CC) 29 @echo $(origin MAKETEST) 30 @echo $(origin MAKE) 31 @echo $(origin foo) 32 @echo $(origin CFLAGS) 33 @echo $(origin WHITE) [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | server_acl.c | 104 void server_acl_pre_jail_init(const char *mynetworks, const char *origin) in server_acl_pre_jail_init() argument 112 addr_match_list_init(origin, MATCH_FLAG_RETURN in server_acl_pre_jail_init() 113 | match_parent_style(origin), mynetworks); in server_acl_pre_jail_init() 116 addr_match_list_init(origin, MATCH_FLAG_RETURN in server_acl_pre_jail_init() 117 | match_parent_style(origin), mynetworks_host()); in server_acl_pre_jail_init() 122 SERVER_ACL *server_acl_parse(const char *extern_acl, const char *origin) in server_acl_parse() argument 139 if (strchr(origin, ':') != 0) { in server_acl_parse() 142 origin, acl); in server_acl_parse() 166 const char *origin) in server_acl_eval() argument 179 origin, client_addr, acl); in server_acl_eval() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
| H A D | bounce_template.c | 249 myfree((void *) tp->origin); in bounce_template_free() 259 myfree((void *) tp->origin); in bounce_template_reset() 265 void bounce_template_load(BOUNCE_TEMPLATE *tp, const char *origin, in bounce_template_load() argument 279 if (buffer && origin) { in bounce_template_load() 282 tp->origin = mystrdup(origin); in bounce_template_load() 329 tp->origin, cp, tp->class); in bounce_template_parse_buffer() 335 tp->origin, cp, tp->class); in bounce_template_parse_buffer() 348 tp->origin, cp, tp->class); in bounce_template_parse_buffer() 355 tp->origin, cp, tp->class); in bounce_template_parse_buffer() 368 tp->origin, tp->class); in bounce_template_parse_buffer() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | mem-stats.h | 43 mem_location (mem_alloc_origin origin, bool ggc, 47 (origin), m_ggc (ggc) {} in m_filename() 109 get_origin_name (mem_alloc_origin origin) in get_origin_name() argument 111 return mem_alloc_origin_names[(unsigned) origin]; in get_origin_name() 329 T *register_descriptor (const void *ptr, mem_alloc_origin origin, 358 T get_sum (mem_alloc_origin origin); 364 mem_list_t *get_list (mem_alloc_origin origin, unsigned *length); 368 void dump (mem_alloc_origin origin); 376 T *register_overhead (size_t size, mem_alloc_origin origin, const char *name, 444 mem_alloc_origin origin, in register_descriptor() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | mem-stats.h | 43 mem_location (mem_alloc_origin origin, bool ggc, 47 (origin), m_ggc (ggc) {} in m_filename() 109 get_origin_name (mem_alloc_origin origin) in get_origin_name() argument 111 return mem_alloc_origin_names[(unsigned) origin]; in get_origin_name() 329 T *register_descriptor (const void *ptr, mem_alloc_origin origin, 358 T get_sum (mem_alloc_origin origin); 364 mem_list_t *get_list (mem_alloc_origin origin, unsigned *length); 368 void dump (mem_alloc_origin origin); 376 T *register_overhead (size_t size, mem_alloc_origin origin, const char *name, 444 mem_alloc_origin origin, in register_descriptor() argument [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/ |
| H A D | EVP_PKEY.pod | 23 as its "internal key" or "origin" (the reason for "origin" is 29 =item legacy origin 43 =item provider-native origin 60 confusing which one of the two is the origin. 95 For provider native origin keys, this doesn't require any help from 99 For legacy origin keys, this requires the associated 121 the key data that the cached keys came from is the "origin", and since 122 there are two forms of the latter, we have the "legacy origin" and the 123 "provider native origin".> 126 what form the origin has. [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_frontbuffer.c | 85 enum fb_op_origin origin) in frontbuffer_flush() argument 97 intel_psr_flush(i915, frontbuffer_bits, origin); in frontbuffer_flush() 98 intel_fbc_flush(i915, frontbuffer_bits, origin); in frontbuffer_flush() 169 enum fb_op_origin origin, in __intel_fb_invalidate() argument 174 if (origin == ORIGIN_CS) { in __intel_fb_invalidate() 182 intel_psr_invalidate(i915, frontbuffer_bits, origin); in __intel_fb_invalidate() 184 intel_fbc_invalidate(i915, frontbuffer_bits, origin); in __intel_fb_invalidate() 188 enum fb_op_origin origin, in __intel_fb_flush() argument 193 if (origin == ORIGIN_CS) { in __intel_fb_flush() 202 frontbuffer_flush(i915, frontbuffer_bits, origin); in __intel_fb_flush()
|
| H A D | intel_frontbuffer.h | 93 enum fb_op_origin origin, 108 enum fb_op_origin origin) in intel_frontbuffer_invalidate() argument 119 __intel_fb_invalidate(front, origin, frontbuffer_bits); in intel_frontbuffer_invalidate() 124 enum fb_op_origin origin, 136 enum fb_op_origin origin) in intel_frontbuffer_flush() argument 147 __intel_fb_flush(front, origin, frontbuffer_bits); in intel_frontbuffer_flush()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | master.h | 123 dns_name_t *origin, dns_rdataclass_t zclass, 131 dns_master_loadstream(FILE *stream, dns_name_t *top, dns_name_t *origin, 136 dns_master_loadbuffer(isc_buffer_t *buffer, dns_name_t *top, dns_name_t *origin, 142 dns_name_t *origin, dns_rdataclass_t zclass, 173 *\li 'origin' points to a valid name.
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
| H A D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument 41 …ll_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() argument 44 …*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64() 51 …urn (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); in call_zseek64() 91 …ong ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 167 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() argument 172 switch (origin) in fseek_file_func() 191 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() argument 196 switch (origin) in fseek64_file_func()
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
| H A D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument 41 …ll_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() argument 44 …*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64() 51 …urn (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); in call_zseek64() 91 …ong ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 167 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() argument 172 switch (origin) in fseek_file_func() 191 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() argument 196 switch (origin) in fseek64_file_func()
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
| H A D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument 41 …ll_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() argument 44 …*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64() 51 …urn (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); in call_zseek64() 91 …ong ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 167 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() argument 172 switch (origin) in fseek_file_func() 191 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() argument 196 switch (origin) in fseek64_file_func()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | master.h | 125 dns_name_t *origin, dns_rdataclass_t zclass, 133 dns_master_loadstream(FILE *stream, dns_name_t *top, dns_name_t *origin, 138 dns_master_loadbuffer(isc_buffer_t *buffer, dns_name_t *top, dns_name_t *origin, 143 dns_master_loadlexer(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin, 149 dns_name_t *origin, dns_rdataclass_t zclass, 158 dns_master_loadstreaminc(FILE *stream, dns_name_t *top, dns_name_t *origin, 166 dns_name_t *origin, dns_rdataclass_t zclass, 172 dns_master_loadlexerinc(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin,
|
| /netbsd-src/lib/libc/nameser/ |
| H A D | ns_print.c | 59 static size_t prune_origin(const char *name, const char *origin); 63 const u_char **p, const char *origin, 92 const char *name_ctx, const char *origin, in ns_sprintrr() argument 100 name_ctx, origin, buf, buflen); in ns_sprintrr() 114 const char *name_ctx, const char *origin, in ns_sprintrrf() argument 131 len = (int)prune_origin(name, origin); in ns_sprintrrf() 139 if (((origin == NULL || origin[0] == '\0') || in ns_sprintrrf() 140 (origin[0] != '.' && origin[1] != '\0' && in ns_sprintrrf() 177 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() 204 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() [all …]
|
| /netbsd-src/external/bsd/libbind/dist/nameser/ |
| H A D | ns_print.c | 52 static size_t prune_origin(const char *name, const char *origin); 56 const u_char **p, const char *origin, 85 const char *name_ctx, const char *origin, in ns_sprintrr() argument 93 name_ctx, origin, buf, buflen); in ns_sprintrr() 107 const char *name_ctx, const char *origin, in ns_sprintrrf() argument 124 len = prune_origin(name, origin); in ns_sprintrrf() 132 if (((origin == NULL || origin[0] == '\0') || in ns_sprintrrf() 133 (origin[0] != '.' && origin[1] != '\0' && in ns_sprintrrf() 170 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() 197 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() [all …]
|
| /netbsd-src/usr.sbin/mrouted/ |
| H A D | route.c | 44 static int find_route(u_int32_t origin, u_int32_t mask); 45 static void create_route(u_int32_t origin, u_int32_t mask); 251 find_route(u_int32_t origin, u_int32_t mask) in find_route() argument 257 if (origin == r->rt_origin && mask == r->rt_originmask) { in find_route() 263 ntohl(origin) < ntohl(r->rt_origin))) { in find_route() 282 create_route(u_int32_t origin, u_int32_t mask) in create_route() argument 292 r->rt_origin = origin; in create_route() 342 update_route(u_int32_t origin, u_int32_t mask, u_int metric, u_int32_t src, in update_route() argument 357 inet_fmts(origin, mask)); in update_route() 366 if (!find_route(origin, mask)) { in update_route() [all …]
|
| H A D | kern.c | 149 void k_add_rg(u_int32_t origin, struct gtable *g) in k_add_rg() argument 155 md_log(MD_ADD, origin, g->gt_mcastgrp); in k_add_rg() 158 mc.mfcc_origin.s_addr = origin; in k_add_rg() 171 md_log(MD_ADD_FAIL, origin, g->gt_mcastgrp); in k_add_rg() 181 int k_del_rg(u_int32_t origin, struct gtable *g) in k_del_rg() argument 187 md_log(MD_DEL, origin, g->gt_mcastgrp); in k_del_rg() 190 mc.mfcc_origin.s_addr = origin; in k_del_rg() 200 md_log(MD_DEL_FAIL, origin, g->gt_mcastgrp); in k_del_rg()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
| H A D | tls_dh.c | 312 static int setup_auto_groups(SSL_CTX *ctx, const char *origin, in setup_auto_groups() argument 342 origin); in setup_auto_groups() 376 msg_warn("none of the %s key exchange groups are supported", origin); in setup_auto_groups() 380 msg_warn("failed to set up the %s key exchange groups", origin); in setup_auto_groups() 402 const char *origin; in tls_auto_groups() local 410 for (origin = "configured"; /* void */ ; /* void */) { in tls_auto_groups() 411 switch (setup_auto_groups(ctx, origin, eecdh, ffdhe)) { in tls_auto_groups() 418 origin = "Postfix default"; in tls_auto_groups()
|
| /netbsd-src/external/mpl/dhcp/bind/include/dns/ |
| H A D | code.h | 115 case 1: result = fromtext_in_a(rdclass, type, lexer, origin, options, target, callbacks); break; \ 116 case 3: result = fromtext_ch_a(rdclass, type, lexer, origin, options, target, callbacks); break; \ 117 case 4: result = fromtext_hs_a(rdclass, type, lexer, origin, options, target, callbacks); break; \ 121 case 2: result = fromtext_ns(rdclass, type, lexer, origin, options, target, callbacks); break; \ 122 case 3: result = fromtext_md(rdclass, type, lexer, origin, options, target, callbacks); break; \ 123 case 4: result = fromtext_mf(rdclass, type, lexer, origin, options, target, callbacks); break; \ 124 case 5: result = fromtext_cname(rdclass, type, lexer, origin, options, target, callbacks); break; \ 125 case 6: result = fromtext_soa(rdclass, type, lexer, origin, options, target, callbacks); break; \ 126 case 7: result = fromtext_mb(rdclass, type, lexer, origin, options, target, callbacks); break; \ 127 case 8: result = fromtext_mg(rdclass, type, lexer, origin, options, target, callbacks); break; \ [all …]
|
| /netbsd-src/external/mpl/bind/include/dns/ |
| H A D | code.h | 115 case 1: result = fromtext_in_a(rdclass, type, lexer, origin, options, target, callbacks); break; \ 116 case 3: result = fromtext_ch_a(rdclass, type, lexer, origin, options, target, callbacks); break; \ 117 case 4: result = fromtext_hs_a(rdclass, type, lexer, origin, options, target, callbacks); break; \ 121 case 2: result = fromtext_ns(rdclass, type, lexer, origin, options, target, callbacks); break; \ 122 case 3: result = fromtext_md(rdclass, type, lexer, origin, options, target, callbacks); break; \ 123 case 4: result = fromtext_mf(rdclass, type, lexer, origin, options, target, callbacks); break; \ 124 case 5: result = fromtext_cname(rdclass, type, lexer, origin, options, target, callbacks); break; \ 125 case 6: result = fromtext_soa(rdclass, type, lexer, origin, options, target, callbacks); break; \ 126 case 7: result = fromtext_mb(rdclass, type, lexer, origin, options, target, callbacks); break; \ 127 case 8: result = fromtext_mg(rdclass, type, lexer, origin, option [all...] |
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | sdb.c | |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | sdb.c | 89 dns_sdbnode_t *origin; member 142 dns_sdb_create(isc_mem_t *mctx, const dns_name_t *origin, dns_dbtype_t type, 332 const dns_name_t *origin; in dns_sdb_putrr() local 351 origin = &lookup->sdb->common.origin; in dns_sdb_putrr() 353 origin = dns_rootname; in dns_sdb_putrr() 377 typeval, lex, origin, 0, mctx, &rb, in dns_sdb_putrr() 414 const dns_name_t *origin; in getnode() local 426 origin = &sdb->common.origin; in getnode() 428 origin = dns_rootname; in getnode() 433 result = dns_name_fromtext(newname, &b, origin, 0, NULL); in getnode() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | drop2rpz | 17 my $origin = 'drop.spamhaus.org.rpz.local.'; 26 print "$origin SOA $mname $rname 1 43200 7200 2419200 3600\n"; 27 print "$origin NS $ns\n"; 30 print "$m.$o4.$o3.$o2.$o1.rpz-ip.$origin CNAME $rpz_action\n";
|