/netbsd-src/sys/sys/ |
H A D | domain.h | 55 struct domain { struct 58 void (*dom_init) /* initialize domain data structures */ argument 60 int (*dom_externalize) /* externalize access rights */ 62 void (*dom_dispose) /* dispose of internalized rights */ 64 const struct protosw *dom_protosw, *dom_protoswNPROTOSW; 88 struct ifqueue *dom_ifqueues[2]; /* XXX G/C ifqueue for domain */ argument 95 STAILQ_HEAD(domainhead,domain); argument
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/data/ |
H A D | GeoIP2-Domain.json | 4 "domain" : "one.de" string 9 "domain" : "two.com" string 14 "domain" : "three.com" string 19 "domain" : "four.edu" string 24 "domain" : "five.es" string 29 "domain" : "six.it" string 34 "domain" : "seven.org" string 39 "domain" : "one.de" string 44 "domain" : "two.com" string 49 "domain" : "three.com" string [all …]
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | namedb.c | 86 numlist_make_last(domain_table_type* table, domain_type* domain) in numlist_make_last() 138 domain_can_be_deleted(domain_type* domain) in domain_can_be_deleted() 153 int domain_is_prehash(domain_table_type* table, domain_type* domain) in domain_is_prehash() 187 prehash_add(domain_table_type* table, domain_type* domain) in prehash_add() 200 prehash_del(domain_table_type* table, domain_type* domain) in prehash_del() 216 do_deldomain(namedb_type* db, domain_type* domain) in do_deldomain() 279 domain_table_deldomain(namedb_type* db, domain_type* domain) in domain_table_deldomain() 300 domain_type* domain, rbnode_type* node) in zone_add_domain_in_hash_tree() 473 domain_type *domain_previous_existing_child(domain_type* domain) in domain_previous_existing_child() 486 domain_add_rrset(domain_type* domain, rrset_type* rrset) in domain_add_rrset() [all …]
|
H A D | namedb.h | 96 struct domain struct 104 domain_type* parent; argument 105 domain_type* wildcard_child_closest_match; argument 108 struct nsec3_domain_data* nsec3; argument 110 /* double-linked list sorted by domain.number */ argument 111 domain_type* numlist_prev, *numlist_next; argument 112 uint32_t number; /* Unique domain name number. */ argument 118 * This domain name exists (see wildcard clarification draft). argument 133 domain_type* nsec3_last; /* last domain with nsec3, wraps */ argument 185 domain_type* domain; member [all …]
|
H A D | nsec3.c | 131 const dname_type* dname, domain_type* domain, region_type* tmpregion) in nsec3_lookup_hash_and_wc() 150 const dname_type* dname, domain_type* domain) in nsec3_lookup_hash_ds() 179 domain_type* domain; in check_apex_soa() local 319 nsec3_in_chain_count(domain_type* domain, zone_type* zone) in nsec3_in_chain_count() 334 nsec3_chain_find_prev(struct zone* zone, struct domain* domain) in nsec3_chain_find_prev() 518 nsec3_precompile_domain(struct namedb* db, struct domain* domain, in nsec3_precompile_domain() 550 nsec3_precompile_domain_ds(struct namedb* db, struct domain* domain, in nsec3_precompile_domain_ds() 589 nsec3_precompile_nsec3rr(namedb_type* db, struct domain* domain, in nsec3_precompile_nsec3rr() 805 process_prehash_domain(domain_type* domain, zone_type* zone) in process_prehash_domain() 862 rr_section_type section, struct domain* domain) in nsec3_add_rrset() [all …]
|
/netbsd-src/usr.sbin/ypserv/ypxfr/ |
H A D | ypxfr.c | 82 char *domain; in main() local 318 get_local_ordernum(char *domain, char *map, u_int *lordernum) in get_local_ordernum() 381 get_remote_ordernum(CLIENT *client, char *domain, char *map, in get_remote_ordernum() 401 get_map(CLIENT *client, char *domain, char *map, in get_map() 409 create_db(char *domain, char *map, char *db_temp, size_t db_temp_len) in create_db() 423 install_db(char *domain, char *map, char *db_temp) in install_db() 439 unlink_db(char *domain, char *map, char *db_temp) in unlink_db() 476 add_master(CLIENT *client, char *domain, char *map, DBM *ldb) in add_master() 508 add_interdomain(CLIENT *client, char *domain, char *map, DBM *ldb) in add_interdomain() 545 add_secure(CLIENT *client, char *domain, char *map, DBM *ldb) in add_secure()
|
/netbsd-src/usr.sbin/ypbind/ |
H A D | ypbind.c | 96 struct domain { struct 97 struct domain *dom_next; argument 107 enum domainstates dom_state; argument 110 int dom_been_ypset; /* ypset been done on this domain? */ argument 117 static struct domain *domains; argument 235 ypservers_filename(const char *domain) in ypservers_filename()
|
/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | loadmsgcat.c | 133 _nl_init_domain_conv (domain_file, domain, domainbinding) in _nl_init_domain_conv() argument 248 _nl_free_domain_conv (domain) in _nl_free_domain_conv() argument 282 struct loaded_domain *domain; local 430 _nl_unload_domain (domain) in _nl_unload_domain() argument
|
/netbsd-src/usr.sbin/ypserv/ypserv/ |
H A D | ypserv_db.c | 84 char *domain; /* domain name (malloc'd) */ member 236 ypdb_open_db(const char *domain, const char *map, u_int *status, in ypdb_open_db() 551 ypdb_get_record(const char *domain, const char *map, datum key, int ypprivate) in ypdb_get_record() 601 ypdb_get_first(const char *domain, const char *map, int ypprivate) in ypdb_get_first() 639 ypdb_get_next(const char *domain, const char *map, datum key, int ypprivate) in ypdb_get_next() 690 ypdb_get_order(const char *domain, const char *map) in ypdb_get_order() 722 ypdb_get_master(const char *domain, const char *map) in ypdb_get_master() 824 ypdb_secure(const char *domain, const char *map) in ypdb_secure()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_pw_fix_templ.c | 24 isl_set *domain; in FN() local 58 isl_set *domain; in FN() local
|
H A D | isl_ast_codegen.c | 221 isl_set *domain; in generate_domain() local 481 static __isl_give isl_pw_aff *exact_bound(__isl_keep isl_set *domain, in exact_bound() 534 isl_set *domain; in remove_redundant_lower_bounds() local 600 __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) in lower_bounds() 645 __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) in upper_bounds() 1095 __isl_keep isl_set *domain, int depth) in use_upper_bound_list() 1171 __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) in refine_generic_bounds() 1276 __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) in refine_generic_split() 1322 __isl_keep isl_basic_set *bounds, __isl_keep isl_set *domain, in refine_generic() 1471 __isl_take isl_basic_set *bounds, __isl_take isl_set *domain, in create_node_scaled() [all …]
|
/netbsd-src/external/cddl/osnet/dist/head/ |
H A D | libintl.h | 34 #define textdomain(domain) 0 argument 36 #define dgettext(domain, ...) (__VA_ARGS__) argument
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_fuid.c | 143 char *domain; in zfs_fuid_table_load() local 301 zfs_fuid_find_by_domain(zfsvfs_t *zfsvfs, const char *domain, in zfs_fuid_find_by_domain() 368 char *domain; in zfs_fuid_find_by_idx() local 400 const char *domain; in zfs_fuid_map_id() local 431 zfs_fuid_node_add(zfs_fuid_info_t **fuidpp, const char *domain, uint32_t rid, in zfs_fuid_node_add() 505 const char *domain; in zfs_fuid_create_cred() local 558 const char *domain; in zfs_fuid_create() local 734 const char *domain; in zfs_groupmember() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_object.c | 132 void amdgpu_bo_placement_from_domain(struct amdgpu_bo *abo, u32 domain) in amdgpu_bo_placement_from_domain() 240 u32 domain, struct amdgpu_bo **bo_ptr, in amdgpu_bo_create_reserved() 335 u32 domain, struct amdgpu_bo **bo_ptr, in amdgpu_bo_create_kernel() 368 uint64_t offset, uint64_t size, uint32_t domain, in amdgpu_bo_create_kernel_at() 449 unsigned long size, u32 domain) in amdgpu_bo_validate_size() 718 uint32_t domain; in amdgpu_bo_validate() local 892 int amdgpu_bo_pin_restricted(struct amdgpu_bo *bo, u32 domain, in amdgpu_bo_pin_restricted() 987 int amdgpu_bo_pin(struct amdgpu_bo *bo, u32 domain) in amdgpu_bo_pin() 1477 uint32_t domain) in amdgpu_bo_get_preferred_pin_domain()
|
/netbsd-src/lib/libc/gen/ |
H A D | getnetgrent.c | 472 in_check(const char *host, const char *user, const char *domain, in in_check() 504 const char *domain) in in_find() 616 in_lookup1(const char *key, const char *domain, int map) in in_lookup1() 640 in_lookup(const char *group, const char *key, const char *domain, int map) in in_lookup() 742 const char **domain = va_arg(ap, const char **); in _local_getnetgrent() local 772 const char *domain = va_arg(ap, const char *); in _local_innetgr() local 922 getnetgrent(const char **host, const char **user, const char **domain) in getnetgrent() 949 getnetgrent(const char **host, const char **user, const char **domain) in getnetgrent() 958 const char *domain) in innetgr() 986 const char *domain) in innetgr()
|
/netbsd-src/distrib/utils/libhack/ |
H A D | getnetgr.c | 38 getnetgrent(host, user, domain) in getnetgrent() argument 47 innetgr(grp, host, user, domain) in innetgr() argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | get_host_realm.c | 55 const char *domain, in copy_txt_to_realms() 111 const char *domain, in dns_find_realm() 161 const char *domain, in config_find_realm()
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | getnetgrent.c | 82 NGR_R_CONST char **domain) in getnetgrent() 121 const char *user, const char *domain, in innetgr_p() 131 getnetgrent_p(const char **host, const char **user, const char **domain, in getnetgrent_p()
|
H A D | nul_ng.c | 95 const char **domain) in ng_next() 107 const char *user, const char *host, const char *domain) in ng_test()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 25 DomainValue *ExecutionDomainFix::alloc(int domain) { in alloc() 91 void ExecutionDomainFix::force(int rx, unsigned domain) { in force() 112 void ExecutionDomainFix::collapse(DomainValue *dv, unsigned domain) { in collapse() 257 void ExecutionDomainFix::visitHardInstr(MachineInstr *mi, unsigned domain) { in visitHardInstr() 321 unsigned domain = countTrailingZeros(available); in visitSoftInstr() local
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | nsec3hash.c | 77 nsec3hash(nsec3printer * nsec3print,const char * algostr,const char * flagstr,const char * iterstr,const char * saltstr,const char * domain) nsec3hash() argument 144 nsec3hash_print(unsigned algo,unsigned flags,unsigned iters,const char * saltstr,const char * domain,const char * digest) nsec3hash_print() argument 154 nsec3hash_rdata_print(unsigned algo,unsigned flags,unsigned iters,const char * saltstr,const char * domain,const char * digest) nsec3hash_rdata_print() argument [all...] |
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | intl.h | 36 # define textdomain(domain) (domain) argument 38 # define bindtextdomain(domain, directory) (domain) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | intl.h | 36 # define textdomain(domain) (domain) argument 38 # define bindtextdomain(domain, directory) (domain) argument
|
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
H A D | resolve.c | 152 int resolve_class(const char *domain) in resolve_class() 192 TOK822 *domain = 0; in resolve_addr() local 263 #define RESOLVE_LOCAL(domain) \ in resolve_addr() argument
|
/netbsd-src/sys/dev/clk/ |
H A D | clk.c | 67 create_domain_node(struct clk_domain *domain) in create_domain_node() 153 struct clk_domain *domain = clk->domain; in clk_attach() local 211 clk_get(struct clk_domain *domain, const char *name) in clk_get()
|