Searched refs:domain (Results 76 - 100 of 383) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_server.c142 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
150 if (argp->domain == NULL || argp->map == NULL) {
155 if (yp_select_map(argp->map, argp->domain, NULL, 1) != YP_TRUE) {
168 (yp_testflag(argp->map, argp->domain, YP_INTERDOMAIN) ||
212 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
220 if (argp->domain == NULL) {
225 if (yp_select_map(argp->map, argp->domain, NULL, 0) != YP_TRUE) {
244 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
252 if (argp->domain == NULL || argp->map == NULL) {
257 if (yp_select_map(argp->map, argp->domain,
679 yp_maplist_create(const char *domain) argument
[all...]
H A Dyp_dblookup.c223 yp_testflag(char *map, char *domain, int flag) argument
228 if (map == NULL || domain == NULL)
231 strcpy(buf, domain);
244 if (yp_open_db_cache(domain, map, NULL, 0) == NULL)
351 yp_open_db_cache(const char *domain, const char *map, const char *key, argument
357 snprintf(buf, sizeof(buf), "%s/%s", domain, map);
361 strcpy(buf, domain);
368 if ((dbp = yp_open_db(domain, map)) != NULL) {
385 yp_open_db(const char *domain, const char *map) argument
398 if (yp_validdomain(domain)) {
662 yp_select_map(char *map, char *domain, keydat *key, int allow) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcp-valprint.c73 struct type *domain; local
85 domain = TYPE_DOMAIN_TYPE (target_type);
86 if (domain == (struct type *) NULL)
95 len = TYPE_NFN_FIELDS (domain);
98 f = TYPE_FN_FIELDLIST1 (domain, i);
99 len2 = TYPE_FN_FIELDLIST_LENGTH (domain, i);
101 check_stub_method_group (domain, i);
125 len = TYPE_NFN_FIELDS (domain);
128 f = TYPE_FN_FIELDLIST1 (domain, i);
129 len2 = TYPE_FN_FIELDLIST_LENGTH (domain,
678 cp_print_class_member(char *valaddr, struct type *domain, struct ui_file *stream, char *prefix) argument
[all...]
H A Dp-valprint.c595 struct type *domain;
607 domain = TYPE_DOMAIN_TYPE (target_type);
608 if (domain == (struct type *) NULL)
617 len = TYPE_NFN_FIELDS (domain);
620 f = TYPE_FN_FIELDLIST1 (domain, i);
621 len2 = TYPE_FN_FIELDLIST_LENGTH (domain, i);
623 check_stub_method_group (domain, i);
641 len = TYPE_NFN_FIELDS (domain);
644 f = TYPE_FN_FIELDLIST1 (domain, i);
645 len2 = TYPE_FN_FIELDLIST_LENGTH (domain,
593 struct type *domain; local
1043 pascal_object_print_class_member(char *valaddr, struct type *domain, struct ui_file *stream, char *prefix) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c88 if (from_file(fn, target_name->domain, username, key) == 0)
134 "@ntlm-key", name->domain, NULL);
193 cred->domain = strdup(target_name->domain);
210 (*to)->domain = strdup(from->domain);
211 if ((*to)->domain == NULL) {
218 free((*to)->domain);
298 type1.domain = name->domain;
[all...]
/freebsd-9.3-release/tools/regression/netinet/udpzerobyte/
H A Dudpzerobyte.c59 test(int domain, const char *domainstr, struct sockaddr *sa, socklen_t salen) argument
64 sock_send = socket(domain, SOCK_DGRAM, 0);
68 sock_receive = socket(domain, SOCK_DGRAM, 0);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve.c105 if(rr->domain)
106 free(rr->domain);
116 if(r->q.domain)
117 free(r->q.domain);
160 rr->domain = strdup(host);
161 if(rr->domain == NULL) {
206 strlcpy(rr->u.mx->domain, host, hostlen + 1);
454 r->q.domain = strdup(host);
455 if(r->q.domain == NULL) {
504 dns_lookup_int(const char *domain, in argument
576 dns_lookup(const char *domain, const char *type_name) argument
696 dns_lookup(const char *domain, const char *type_name) argument
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_object.c82 void radeon_ttm_placement_from_domain(struct radeon_bo *rbo, u32 domain) argument
90 if (domain & RADEON_GEM_DOMAIN_VRAM)
93 if (domain & RADEON_GEM_DOMAIN_GTT) {
100 if (domain & RADEON_GEM_DOMAIN_CPU) {
114 unsigned long size, int byte_align, bool kernel, u32 domain,
151 radeon_ttm_placement_from_domain(bo, domain);
218 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, argument
231 if (domain == RADEON_GEM_DOMAIN_VRAM)
247 radeon_ttm_placement_from_domain(bo, domain);
248 if (domain
113 radeon_bo_create(struct radeon_device *rdev, unsigned long size, int byte_align, bool kernel, u32 domain, struct sg_table *sg, struct radeon_bo **bo_ptr) argument
274 radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) argument
361 u32 domain; local
[all...]
H A Dradeon_object.h45 * radeon_mem_type_to_domain - return domain corresponding to mem_type
48 * Returns corresponding domain of the ttm mem_type
125 bool kernel, u32 domain,
131 extern int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr);
132 extern int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain,
173 unsigned size, u32 domain);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dtkeyconf.c87 result = cfg_map_get(options, "tkey-domain", &obj);
95 tctx->domain = isc_mem_get(mctx, sizeof(dns_name_t));
96 if (tctx->domain == NULL) {
100 dns_name_init(tctx->domain, NULL);
101 RETERR(dns_name_dup(name, mctx, tctx->domain));
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsm_resolve.h135 extern DNS_REPLY_T *dns_lookup __P((const char *domain,
/freebsd-9.3-release/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h85 char *domain; /**< */ member in struct:ntlm_type1
/freebsd-9.3-release/include/rpcsvc/
H A Dyp_prot.h43 * true if ypserv serves the named domain.
45 * true if ypserv serves the named domain.
47 * doesn't handle named domain.
101 char *domain; member in struct:ypmap_parms
108 char *domain; member in struct:ypreq_key
114 char *domain; member in struct:ypreq_nokey
124 #define ypxfr_domain map_parms.domain
178 #define YP_NOMAP ((long)-1) /* no such map in domain */
179 #define YP_NODOM ((long)-2) /* domain not supported */
219 * named domain (i
[all...]
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscif_remote_device.h110 * @param[in] domain This parameter specifies the domain in which this
122 SCI_DOMAIN_HANDLE_T domain,
130 * object as well as the domain in which it is contained.
166 * object as well as the domain in which it is contained.
H A Dscif_sas_controller_state_handlers.c186 //Change this domain to STOPPING state. All the remote devices will be
311 // Perform any domain object initialization that is necessary.
393 // starting domain.
413 // Kick-start the domain state machines and, by association, the
430 // Validate that all the domain state machines began successfully.
506 //clear affiliation first. After the last domain finishes clearing
580 status = fw_device->domain->state_handlers->start_io_handler(
581 &fw_device->domain->parent, remote_device, io_request
611 fw_device->domain->state_handlers->complete_io_handler(
612 &fw_device->domain
[all...]
/freebsd-9.3-release/sys/vm/
H A Dvm_phys.h47 int domain; member in struct:mem_affinity
/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfrd_getmap.c103 ypxfrd_get_map(char *host, char *map, char *domain, char *tmpname) argument
112 req.xfrdomain = domain;
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddhcp.c37 dhcpParseLeases(char *file, char *hostname, char *domain, char *nameserver, argument
132 } else if (!strcasecmp("domain-name", optname)) {
133 strcpy(domain, optbuf);
142 } else if (!strcasecmp("domain-name-servers", optname)) {
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c52 *domain = "mydomain", local
69 type1.domain = strdup(domain);
179 *domain = "mydomain", local
195 type1.domain = strdup(domain);
/freebsd-9.3-release/contrib/sendmail/rmail/
H A Drmail.c101 char *addrp = NULL, *domain, *p, *t; local
109 domain = "UUCP"; /* Default "domain". */
119 domain = optarg;
290 sm_snprintf(buf, sizeof(buf), "-p%s", domain);
293 domain, from_sys, domain);
295 sm_snprintf(buf, sizeof(buf), "-p%s:%s", domain, from_sys);
414 "usage: rmail [-T] [-D domain] user ...\n");
/freebsd-9.3-release/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c145 static char domain[MAXHOSTNAMELEN + 1]; local
150 if (gethostname(domain, MAXHOSTNAMELEN) == 0 &&
151 (cp = strchr(domain, '.'))) {
152 domain[MAXHOSTNAMELEN] = '\0';
153 (void) strcpy(domain, cp + 1);
155 domain[0] = 0;
174 !strcmp(cp + 1, domain))
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c111 typedef int (*socket_func_t) (int domain, int type, int protocol);
373 static sa_family_t get_sdp_domain(int domain) argument
375 if (AF_INET_SDP == domain || AF_INET6_SDP == domain)
376 return domain;
378 if (AF_INET == domain)
380 else if (AF_INET6 == domain)
383 __sdp_log(9, "Error %s: unknown TCP domain: %d\n", __func__, domain);
641 static inline int __create_socket_semantic(int domain, argument
654 __create_socket(int domain, int type, int protocol, int semantics) argument
758 socket(int domain, int type, int protocol) argument
764 __xnet_socket(int domain, int type, int protocol) argument
833 int domain, sdp_domain; local
984 int domain, sdp_domain; local
[all...]
/freebsd-9.3-release/sys/sparc64/pci/
H A Dofw_pcibus.c232 u_int busno, domain, func, slot; local
239 domain = pcib_get_domain(dev);
252 domain, busno, 0, 0, sizeof(*dinfo))) != NULL) {
268 if (pci_find_dbsf(domain, busno, slot, func) != NULL)
272 domain, busno, slot, func, sizeof(*dinfo));
/freebsd-9.3-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c107 char *domain = NULL; local
138 domain = optarg;
244 if (domain) {
247 data.data = domain;
248 data.size = strlen(domain);
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Drfc931.c46 static FILE *fsocket(domain, type, protocol)
47 int domain;
54 if ((s = socket(domain, type, protocol)) < 0) {

Completed in 176 milliseconds

1234567891011>>