Searched refs:domain (Results 26 - 50 of 495) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/
H A Dkrb5.conf22 computer = computer.some.other.domain
26 .my.domain = MY.REALM
/freebsd-11-stable/lib/libypclnt/
H A Dypclnt_connect.c54 /* get default domain name unless specified */
55 if (ypclnt->domain == NULL) {
56 if ((ypclnt->domain = malloc(MAXHOSTNAMELEN)) == NULL) {
61 if (getdomainname(ypclnt->domain, MAXHOSTNAMELEN) != 0) {
63 "can't get NIS domain name");
77 r = yp_master(ypclnt->domain, ypclnt->map, &ypclnt->server);
H A Dypclnt.h41 char *domain; /* Domain name */ member in struct:ypclnt
H A Dypclnt_free.c45 free(ypclnt->domain);
H A Dypclnt_get.c45 r = yp_match(ypc->domain, ypc->map,
/freebsd-11-stable/sys/vm/
H A Dvm_domain.h38 int domain; member in struct:vm_domain_iterator
48 vm_domain_policy_type_t vt, int domain);
58 vm_domain_policy_type_t vt, int domain);
62 int *domain);
/freebsd-11-stable/tools/regression/sockets/fstat/
H A Dfstat.c43 dotest(int domain, int type, int protocol) argument
48 sock = socket(domain, type, protocol);
50 err(-1, "socket(%d, %d, %d)", domain, type, protocol);
53 err(-1, "fstat on socket(%d, %d, %d)", domain, type,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h18 /// This pass changes the variant instructions to minimize domain crossings.
41 /// execution domain. Multiple registers may refer to the same open
43 /// domain.
49 /// domain, but if we were forced to pay the penalty of a domain crossing, we
75 /// Is domain available?
76 bool hasDomain(unsigned domain) const {
77 assert(domain <
80 return AvailableDomains & (1u << domain);
83 /// Mark domain a
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf88 option domain atherosowl.com
103 #opt domain
/freebsd-11-stable/lib/libc/rpc/
H A Drpcdname.c37 * Gets the default domain name
70 * the domain name is non-null, knowing that the null string is going to
74 __rpc_get_default_domain(char **domain) argument
76 if ((*domain = get_default_domain()) != NULL)
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser44 directory should contain one file per virtual domain with the filename
45 matching the virtual domain name and the contents containing a list of
47 right. An empty left column translates to the default for that domain.
49 $DOMAIN in the file are replaced by the current domain being processed.
67 If a new domain is added (i.e., by adding a new file to
109 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
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Diter_cred.c64 char *user = NULL, *domain = NULL; local
74 ret = krb5_ret_stringz(response, &domain);
83 free(domain);
87 dn->domain = domain;
H A Drelease_cred.c54 if (cred->domain)
55 free(cred->domain);
H A Drelease_name.c48 free(n->domain);
/freebsd-11-stable/sys/amd64/vmm/io/
H A Diommu.h37 typedef void (*iommu_destroy_domain_t)(void *domain);
38 typedef uint64_t (*iommu_create_mapping_t)(void *domain, vm_paddr_t gpa,
40 typedef uint64_t (*iommu_remove_mapping_t)(void *domain, vm_paddr_t gpa,
42 typedef void (*iommu_add_device_t)(void *domain, uint16_t rid);
52 iommu_create_domain_t create_domain; /* domain-specific */
73 void iommu_invalidate_tlb(void *domain);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h44 ITT_STUB(ITTAPI, __itt_counter, counter_createA, (const char *name, const char *domain), (ITT_FORMAT name, domain), counter_createA, __itt_group_counter, "\"%s\", \"%s\"")
45 ITT_STUB(ITTAPI, __itt_counter, counter_createW, (const wchar_t *name, const wchar_t *domain), (ITT_FORMAT name, domain), counter_createW, __itt_group_counter, "\"%s\", \"%s\"")
47 ITT_STUB(ITTAPI, __itt_counter, counter_create, (const char *name, const char *domain), (ITT_FORMAT name, domain), counter_create, __itt_group_counter, "\"%s\", \"%s\"")
51 ITT_STUB(ITTAPI, __itt_counter, counter_create_typedA, (const char *name, const char *domain, __itt_metadata_type type), (ITT_FORMAT name, domain, type), counter_create_typedA, __itt_group_counter, "\"%s\", \"%s\", %d")
52 ITT_STUB(ITTAPI, __itt_counter, counter_create_typedW, (const wchar_t *name, const wchar_t *domain, __itt_metadata_type type), (ITT_FORMAT name, domain, typ
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dsid.h39 ksid_lookupdomain(const char *domain) argument
44 len = strlen(domain) + 1;
48 strcpy(kd->kd_name, domain);
/freebsd-11-stable/lib/librpcsvc/
H A Dyp_passwd.c57 char *domain; local
64 if (yp_get_default_domain(&domain))
67 if (yp_master(domain, "passwd.byname", &server))
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_remote_device_starting_substates.c98 fw_device->domain->device_start_in_progress_count++;
99 fw_device->domain->device_start_count++;
H A Dscif_user_callback.h754 * in the supplied domain has changed (e.g. a device was added or
758 * target reset processes. Specifically, domain changes occurring
768 * @param[in] domain This parameter specifies the domain object with
775 SCI_DOMAIN_HANDLE_T domain
781 * requested discovery operation on the domain has completed.
785 * @param[in] domain This parameter specifies the domain object with
794 SCI_DOMAIN_HANDLE_T domain,
800 * requested reset operation on the domain ha
[all...]
H A Dscif_sas_remote_device_ready_substates.c103 fw_device->domain, fw_device
108 fw_device->domain->controller, fw_device->domain, fw_device
133 fw_device->domain->controller, fw_device->domain, fw_device
206 SCIF_SAS_CONTROLLER_T * fw_controller = fw_device->domain->controller;
210 SCIF_SAS_DOMAIN_T * fw_domain = fw_device->domain;
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_misc.c57 return ("No such map in server's domain");
121 ypxfr_get_master(char *domain, char *map, char *source, const int yplib) argument
130 if ((res = yp_master(domain, map, &master))) {
162 req.domain = domain;
193 ypxfr_get_order(char *domain, char *map, char *source, const int yplib) argument
198 if ((res = yp_order(domain, map, &order))) {
226 req.domain = domain;
255 ypxfr_match(char *server, char *domain, cha argument
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_sport.c124 * A sport object is allocated and associated with the domain. Various
127 * @param domain Pointer to the domain structure.
138 ocs_sport_alloc(ocs_domain_t *domain, uint64_t wwpn, uint64_t wwnn, uint32_t fc_id, uint8_t enable_ini, uint8_t enable_tgt) argument
142 if (domain->ocs->ctrlmask & OCS_CTRLMASK_INHIBIT_INITIATOR) {
148 sport = ocs_sport_find_wwn(domain, wwnn, wwpn);
150 ocs_log_test(domain->ocs, "Failed: SPORT %016llx %016llx already allocated\n",
156 sport = ocs_malloc(domain->ocs, sizeof(*sport), OCS_M_NOWAIT | OCS_M_ZERO);
158 sport->ocs = domain->ocs;
160 sport->domain
216 ocs_domain_t *domain; local
316 ocs_sport_get_instance(ocs_domain_t *domain, uint32_t index) argument
345 ocs_sport_find(ocs_domain_t *domain, uint32_t d_id) argument
377 ocs_sport_find_wwn(ocs_domain_t *domain, uint64_t wwnn, uint64_t wwpn) argument
923 ocs_vport_start(ocs_domain_t *domain) argument
1011 ocs_sport_vport_new(ocs_domain_t *domain, uint64_t wwpn, uint64_t wwnn, uint32_t fc_id, uint8_t ini, uint8_t tgt, void *tgt_data, void *ini_data, uint8_t restore_vport) argument
1054 ocs_sport_vport_alloc(ocs_domain_t *domain, ocs_vport_spec_t *vport) argument
1097 ocs_sport_vport_del(ocs_t *ocs, ocs_domain_t *domain, uint64_t wwpn, uint64_t wwnn) argument
[all...]
/freebsd-11-stable/libexec/revnetgroup/
H A Dhash.h44 char *domain; member in struct:member_entry
/freebsd-11-stable/sys/netinet6/
H A Dip6protosw.h76 struct domain;

Completed in 178 milliseconds

1234567891011>>