Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 25 of 605) sorted by relevance

12345678910>>...25

/freebsd-9-stable/sys/dev/isci/scil/
Dscif_sas_domain_state_handlers.c86 SCI_BASE_DOMAIN_T * domain in scif_sas_domain_starting_port_ready_handler() argument
90 sci_base_object_get_logger(domain), in scif_sas_domain_starting_port_ready_handler()
93 domain in scif_sas_domain_starting_port_ready_handler()
99 &domain->state_machine, SCI_BASE_DOMAIN_STATE_READY in scif_sas_domain_starting_port_ready_handler()
124 SCI_BASE_DOMAIN_T * domain, in scif_sas_domain_ready_discover_handler() argument
129 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T *)domain; in scif_sas_domain_ready_discover_handler()
132 sci_base_object_get_logger(domain), in scif_sas_domain_ready_discover_handler()
135 domain, op_timeout, device_timeout in scif_sas_domain_ready_discover_handler()
164 SCI_BASE_DOMAIN_T * domain, in scif_sas_domain_ready_port_not_ready_handler() argument
169 sci_base_object_get_logger(domain), in scif_sas_domain_ready_port_not_ready_handler()
[all …]
Dscif_sas_remote_device.c92 SCI_DOMAIN_HANDLE_T domain, in scif_remote_device_construct() argument
97 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T *) domain; in scif_remote_device_construct()
105 domain, remote_device_memory, new_scif_remote_device_handle in scif_remote_device_construct()
114 fw_device->domain = fw_domain; in scif_remote_device_construct()
185 if (scif_domain_get_device_by_sas_address(fw_device->domain, sas_address) in scif_remote_device_da_construct()
190 scic_port_get_properties(fw_device->domain->core_object, &properties); in scif_remote_device_da_construct()
213 &fw_device->domain->remote_device_list, fw_device in scif_remote_device_da_construct()
226 fw_device->domain, sas_address->low, sas_address->high in scif_remote_device_da_construct()
239 fw_device->domain, sas_address->low, sas_address->high, status in scif_remote_device_da_construct()
276 if (scif_domain_get_device_by_sas_address(fw_device->domain, sas_address) in scif_remote_device_ea_construct()
[all …]
Dscif_user_callback.h775 SCI_DOMAIN_HANDLE_T domain
794 SCI_DOMAIN_HANDLE_T domain,
813 SCI_DOMAIN_HANDLE_T domain,
831 SCI_DOMAIN_HANDLE_T domain
848 SCI_DOMAIN_HANDLE_T domain
868 SCI_DOMAIN_HANDLE_T domain,
890 SCI_DOMAIN_HANDLE_T domain,
910 SCI_DOMAIN_HANDLE_T domain,
929 SCI_DOMAIN_HANDLE_T domain,
949 SCI_DOMAIN_HANDLE_T domain,
[all …]
/freebsd-9-stable/sys/dev/isci/
Disci_domain.c67 SCI_DOMAIN_HANDLE_T domain) in scif_cb_domain_change_notification() argument
79 scif_domain_discover(domain, in scif_cb_domain_change_notification()
80 scif_domain_get_suggested_discover_timeout(domain), in scif_cb_domain_change_notification()
99 SCI_DOMAIN_HANDLE_T domain, SCI_STATUS completion_status) in scif_cb_domain_discovery_complete() argument
109 (struct ISCI_DOMAIN *) sci_object_get_association(domain)); in scif_cb_domain_discovery_complete()
127 SCI_DOMAIN_HANDLE_T domain, SCI_STATUS completion_status) in scif_cb_domain_reset_complete() argument
146 SCI_DOMAIN_HANDLE_T domain) in scif_cb_domain_ready() argument
149 struct ISCI_DOMAIN *isci_domain = sci_object_get_association(domain); in scif_cb_domain_ready()
158 remote_device->domain == isci_domain) in scif_cb_domain_ready()
177 SCI_DOMAIN_HANDLE_T domain) in scif_cb_domain_not_ready() argument
[all …]
Disci_remote_device.c62 SCI_DOMAIN_HANDLE_T domain, SCI_REMOTE_DEVICE_HANDLE_T remote_device) in scif_cb_remote_device_ready() argument
113 SCI_DOMAIN_HANDLE_T domain, SCI_REMOTE_DEVICE_HANDLE_T remote_device) in scif_cb_remote_device_not_ready() argument
136 SCI_DOMAIN_HANDLE_T domain, SCI_REMOTE_DEVICE_HANDLE_T remote_device, in scif_cb_remote_device_failed() argument
146 struct ISCI_CONTROLLER *controller = remote_device->domain->controller; in isci_remote_device_reset()
176 controller->index, remote_device->domain->index, in isci_remote_device_reset()
217 struct ISCI_DOMAIN *domain = remote_device->domain; in isci_remote_device_get_bitrate() local
218 struct ISCI_CONTROLLER *controller = domain->controller; in isci_remote_device_get_bitrate()
228 port_handle = scif_domain_get_scic_port_handle(domain->sci_object); in isci_remote_device_get_bitrate()
266 cam_sim_path(remote_device->domain->controller->sim), in isci_remote_device_freeze_lun_queue()
283 cam_sim_path(remote_device->domain->controller->sim), in isci_remote_device_release_lun_queue()
[all …]
/freebsd-9-stable/contrib/sendmail/contrib/
Dbitdomain.c136 entry(node, domain, domainlen) in entry() argument
138 char *domain;
148 if (!strchr(domain, '.')) {
156 p = lookup(domain);
157 if (!p || !strchr(p, '.')) remember(domain, otherdomain);
161 if (!strchr(domain, '.') || valhost(domain, domainlen)) {
162 remember(node, domain);
170 if (!p || !strchr(p, '.')) remember(otherdomain, domain);
196 fprintf(stderr, "%-8s %s %s\n", node, domain, err);
330 char *domain; member
[all …]
Dbuildvirtuser109 my ($lhs, $domain, $key, $value);
136 foreach $domain (@virts)
138 next if ($domain =~ m/^\./);
139 open(DOMAIN, "$virts/$domain") || die "Could not open file $virts/$domain: $!\n";
142 my $st = stat("$virts/$domain");
159 $key = "$1\@$domain";
164 $key = "\@$domain";
170 warn "Bogus line $line in $virts/$domain\n";
174 $key =~ s/\$DOMAIN/$domain/g;
175 $value =~ s/\$DOMAIN/$domain/g;
[all …]
/freebsd-9-stable/lib/libc/rpc/
Dnetname.c100 user2netname(netname, uid, domain) in user2netname() argument
103 const char *domain;
107 if (domain == NULL) {
111 domain = dfltdom;
113 if (strlen(domain) + 1 + INT_STRLEN_MAXIMUM(u_long) + 1 + strlen(OPSYS) > MAXNETNAMELEN) {
116 (void) sprintf(netname, "%s.%ld@%s", OPSYS, (u_long)uid, domain);
125 host2netname(netname, host, domain) in host2netname() argument
128 const char *domain;
133 if (domain == NULL) {
137 domain = dfltdom;
[all …]
/freebsd-9-stable/sys/x86/acpica/
Dsrat.c54 int domain; member
91 int domain, i, slot; in srat_parse_entry() local
96 domain = cpu->ProximityDomainLo | in srat_parse_entry()
102 cpu->ApicId, domain, in srat_parse_entry()
113 cpus[cpu->ApicId].domain = domain; in srat_parse_entry()
127 cpus[x2apic->ApicId].domain = x2apic->ProximityDomain; in srat_parse_entry()
168 mem_info[slot].domain = mem->ProximityDomain; in srat_parse_entry()
187 cpus[j].domain == mem_info[i].domain) { in check_domains()
193 mem_info[i].domain); in check_domains()
260 if (domains[j] >= mem_info[i].domain) in renumber_domains()
[all …]
/freebsd-9-stable/lib/libutil/
Dtrimdomain.c58 static char domain[MAXHOSTNAMELEN]; in trimdomain() local
65 if (gethostname(domain, sizeof(domain) - 1) == 0 && in trimdomain()
66 (s = strchr(domain, '.')) != NULL) in trimdomain()
67 memmove(domain, s + 1, strlen(s + 1) + 1); in trimdomain()
69 domain[0] = '\0'; in trimdomain()
70 dlen = strlen(domain); in trimdomain()
73 if (domain[0] == '\0') in trimdomain()
79 if (strncasecmp(s + 1, domain, dlen) == 0) { in trimdomain()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_fuid.c143 char *domain; in zfs_fuid_table_load() local
147 &domain) == 0); in zfs_fuid_table_load()
154 domnode->f_ksid = ksid_lookupdomain(domain); in zfs_fuid_table_load()
301 zfs_fuid_find_by_domain(zfsvfs_t *zfsvfs, const char *domain, in zfs_fuid_find_by_domain() argument
313 if (domain[0] == '\0') { in zfs_fuid_find_by_domain()
319 searchnode.f_ksid = ksid_lookupdomain(domain); in zfs_fuid_find_by_domain()
368 char *domain; in zfs_fuid_find_by_idx() local
379 domain = zfs_fuid_idx_domain(&zfsvfs->z_fuid_idx, idx); in zfs_fuid_find_by_idx()
381 domain = nulldomain; in zfs_fuid_find_by_idx()
384 ASSERT(domain); in zfs_fuid_find_by_idx()
[all …]
/freebsd-9-stable/sys/sys/
Ddomain.h46 struct domain { struct
58 struct domain *dom_next; argument
78 extern struct domain *domains; argument
88 SI_ORDER_FIRST, domain_add, & name ## domain); \
90 SI_ORDER_SECOND, domain_init, & name ## domain);
94 SI_ORDER_FIRST, domain_add, & name ## domain); \
96 SI_ORDER_SECOND, vnet_domain_init, & name ## domain); \
99 & name ## domain)
/freebsd-9-stable/usr.sbin/bsdconfig/networking/share/
Dresolv.subr47 # all possible sub-domains? In example, if the domain is "sub.domain.com", when
48 # the below option is set to 1, include both "sub.domain.com" and "domain.com"
49 # in the `search' directive, otherwise use only "sub.domain.com".
52 # `search' domain by setting the second option below, `RESOLVER_SEARCH_NDOTS'.
61 # Returns the domain configured in resolv.conf(5).
68 ( tolower($1) == "domain" ) \
104 # Updates the search/domain directives in resolv.conf(5) given a valid fully-
112 # -v domain="domain"
121 subdomain = domain
132 else search = domain
[all …]
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DExecutionDepsFix.cpp74 bool hasDomain(unsigned domain) const { in hasDomain()
75 return AvailableDomains & (1u << domain); in hasDomain()
79 void addDomain(unsigned domain) { in addDomain()
80 AvailableDomains |= 1u << domain; in addDomain()
84 void setSingleDomain(unsigned domain) { in setSingleDomain()
85 AvailableDomains = 1u << domain; in setSingleDomain()
174 DomainValue *alloc(int domain = -1);
185 void force(int rx, unsigned domain);
186 void collapse(DomainValue *dv, unsigned domain);
194 void visitHardInstr(MachineInstr*, unsigned domain);
[all …]
/freebsd-9-stable/libexec/ypxfr/
Dypxfr_misc.c121 ypxfr_get_master(char *domain, char *map, char *source, const int yplib) in ypxfr_get_master() argument
130 if ((res = yp_master(domain, map, &master))) { in ypxfr_get_master()
162 req.domain = domain; in ypxfr_get_master()
193 ypxfr_get_order(char *domain, char *map, char *source, const int yplib) in ypxfr_get_order() argument
198 if ((res = yp_order(domain, map, &order))) { in ypxfr_get_order()
226 req.domain = domain; in ypxfr_get_order()
255 ypxfr_match(char *server, char *domain, char *map, char *key, in ypxfr_match() argument
271 ypkey.domain = domain; in ypxfr_match()
/freebsd-9-stable/usr.sbin/ypserv/
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, &argp->key, 0) != YP_TRUE) {
[all …]
Dyp_access.c208 yp_access(const char *map, const char *domain, const struct svc_req *rqstp) argument
255 if ((yp_testflag((char *)map, (char *)domain, YP_SECURE) ||
313 yp_validdomain(const char *domain) argument
318 if (domain == NULL || strstr(domain, "binding") ||
319 !strcmp(domain, ".") || !strcmp(domain, "..") ||
320 strchr(domain, '/') || strlen(domain) > YPMAXDOMAIN)
323 snprintf(dompath, sizeof(dompath), "%s/%s", yp_dir, domain);
/freebsd-9-stable/contrib/ofed/libsdp/src/
Dsocket.c87 int domain, in socket() argument
107 if ((AF_INET == domain || AF_INET6 == domain) && in socket()
124 domain = AF_INET_SDP; in socket()
135 program_invocation_short_name, domain, type, protocol); in socket()
142 call[0] = domain; in socket()
164 return orig_socket(domain, type, protocol); in socket()
/freebsd-9-stable/usr.sbin/rpc.yppasswdd/
Dyppasswdd_server.c256 static char domain[YPMAXDOMAIN]; in find_domain() local
291 snprintf(domain, YPMAXDOMAIN, "%s", tmp); in find_domain()
301 return((char *)&domain); in find_domain()
319 update_inplace(struct passwd *pw, char *domain) in update_inplace() argument
362 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) { in update_inplace()
363 yp_error("couldn't read %s/%s: %s", domain, in update_inplace()
382 in map %s@%s with wrong name (%.*s)", pw->pw_uid, maps[i], domain, in update_inplace()
398 in map %s@%s with wrong UID", pw->pw_name, maps[i], domain); in update_inplace()
420 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) { in update_inplace()
421 yp_error("couldn't open %s/%s r/w: %s",domain, in update_inplace()
[all …]
/freebsd-9-stable/sys/vm/
Dvm_phys.c80 int domain; member
124 static vm_page_t vm_phys_alloc_domain_pages(int domain, int flind, int pool,
127 int domain);
194 sbuf_printf(&sbuf, "domain: %d\n", seg->domain); in sysctl_vm_phys_segs()
210 int domain, error, flind, ndomains; in sysctl_vm_phys_lookup_lists() local
217 for (domain = 0; domain < ndomains; domain++) { in sysctl_vm_phys_lookup_lists()
218 sbuf_printf(&sbuf, "\nDOMAIN %d:\n\n", domain); in sysctl_vm_phys_lookup_lists()
221 vm_phys_lookup_lists[domain][flind]); in sysctl_vm_phys_lookup_lists()
233 _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind, int domain) in _vm_phys_create_seg() argument
251 seg->domain = domain; in _vm_phys_create_seg()
[all …]
/freebsd-9-stable/libexec/mknetid/
Dmknetid.c108 char *domain; in main() local
114 domain = NULL; in main()
130 domain = optarg; in main()
141 if (domain == NULL) { in main()
142 if (yp_get_default_domain(&domain)) in main()
218 pidptr, domain); in main()
223 OPSYS, pidptr, domain); in main()
228 printf("%s.%s@%s %s:%s", OPSYS, pidptr, domain, pidptr, gidptr); in main()
261 ptr, domain); in main()
270 printf ("%s.%s@%s 0:%s\n", OPSYS, ptr, domain, ptr); in main()
/freebsd-9-stable/lib/libc/resolv/
Dres_query.c219 const char *cp, * const *domain; in res_nsearch() local
281 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
282 *domain && !done; in res_nsearch()
283 domain++) { in res_nsearch()
286 if (domain[0][0] == '\0' || in res_nsearch()
287 (domain[0][0] == '.' && domain[0][1] == '\0')) in res_nsearch()
293 ret = res_nquerydomain(statp, name, *domain, in res_nsearch()
409 const char *domain, in res_nquerydomain() argument
421 name, domain?domain:"<Nil>", class, type); in res_nquerydomain()
423 if (domain == NULL) { in res_nquerydomain()
[all …]
/freebsd-9-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
Duserspace.py62 def new_entry(options, isgroup, domain, rid): argument
65 if domain:
66 idstr = "%s-%u" % (domain, rid)
75 }[isgroup, bool(domain)]
92 if not domain:
107 (domain, rid, value) = elem
110 if options.translate and domain:
112 rid = solaris.misc.sid_to_id("%s-%u" % (domain, rid),
114 domain = None
117 key = (isgroup, domain, rid)
[all …]
/freebsd-9-stable/sbin/dhclient/
Ddhclient.conf6 supersede domain-name "fugue.com home.vix.com";
7 prepend domain-name-servers 127.0.0.1;
9 classless-routes, routers, domain-name,
10 domain-name-servers, host-name;
11 require subnet-mask, domain-name-servers;
35 option domain-name-servers 127.0.0.1;
/freebsd-9-stable/tools/regression/sockets/so_setfib/
Dso_setfib.c60 int domain; member
64 { .domain = PF_INET6, .name = "PF_INET6" },
67 { .domain = PF_INET, .name = "PF_INET" },
69 { .domain = PF_ROUTE, .name = "PF_ROUTE" },
70 { .domain = PF_LOCAL, .name = "PF_LOCAL" },
136 if (t_dom[dom].domain == PF_ROUTE && t_type[type].type != SOCK_RAW) in t()
138 if (t_dom[dom].domain == PF_LOCAL && t_type[type].type == SOCK_RAW) in t()
142 s = socket(t_dom[dom].domain, t_type[type].type, 0); in t()

12345678910>>...25