Searched refs:domain (Results 176 - 200 of 348) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c286 * errcode_t __profile_add_domain_mapping(profile_t profile, char *domain,
290 * where domain is the domain name of the associated realm name
291 * where realm is the corresponding realm name for the domain
294 __profile_add_domain_mapping(profile_t profile, char *domain, char *realm) argument
299 if (profile == NULL || domain == NULL || realm == NULL)
303 hierarchy[1] = domain;
320 * where domain is the domain name of the associated realm name
321 * where realm is the corresponding realm name for the domain
330 char **domains = NULL, **domain = NULL; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetgrent_r.c46 const char *domain) {
52 DE_CONST(domain, dom);
45 innetgr_r(const char *netgroup, const char *host, const char *user, const char *domain) argument
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y59 | domain
63 domain : DOMAIN STR label
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drwall.c134 char *machine, *user, *domain; local
137 while (getnetgrent(&machine, &user, &domain)) {
/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile42 com/sun/solaris/domain/pools
70 com.sun.solaris.domain.pools
/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py176 returns 3-tuple of domain (string), rid (int), and space (int).
180 for ((domain, rid), space) in d.iteritems():
181 yield (domain, rid, space)
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh220 printf "\t.$domain = $realm\n\n" 1>&3
277 printf "\t.$domain = $realm\n\n" 1>&3
617 printf "$(gettext "Enter a comma-separated list of DNS domain names"): "
698 domain=$dom
761 # Convert an AD-style domain DN to a DNS domainname
792 # Convert a DNS domainname to an AD-style DN for that domain
1109 typeset domain=$1
1113 printf "%s" "$newpw" | $KSMB -d $domain -s $server
1115 printf "$(gettext "Warning: unable to set %s domain, server and password information").\n" $smbFMRI
1129 # realm/domain the
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dllib-lsldap153 const char *domain,
160 char **domain,
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.h59 char *domain; /* Domain name */ member in struct:__anon3661
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DMakefile36 ostype/solaris8.m4 domain/solaris-generic.m4 \
51 $(ROOTETCMAILCF)/domain/generic.m4 \
52 $(ROOTETCMAILCF)/domain/solaris-antispam.m4 \
53 $(ROOTETCMAILCF)/domain/solaris-generic.m4 \
/illumos-gate/usr/src/cmd/auditrecord/
H A Dmkmsg.pl30 # mkmsg.pl domain po_file_name
141 my $domain = shift;
149 print Message "# File:audit_record_attr: textdomain(\"$domain\")\n";
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_nsswitch.c168 char domain[id_len + 1]; local
170 split_name(name, domain, id);
172 if (domain[0] != '\0') {
173 if (!domain_eq(domain, my_host_name))
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.h298 * @param domain [out] domain name
299 * @return bool true if success, false if domain unknown
301 static bool GetHostNameDomain(const char *name, std::string &domain);
305 * @param domain [out] domain name
307 * @return bool true if success, false if domain unknown
309 static bool GetIPDomain(const ATAddress &ip, std::string &domain, int &error);
313 * @param domain [out] domain nam
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_fuid.h63 * domains we don't want to log 100 domain strings, but rather
69 * domain string table and the bottom half will be the rid.
75 uint64_t z_domidx; /* index in AVL domain table */
76 uint64_t z_logfuid; /* index for domain in log */
83 const char *z_domain; /* domain string */
97 size_t z_domain_str_sz; /* len of domain strings z_domain list */
116 extern int zfs_fuid_find_by_domain(zfsvfs_t *, const char *domain,
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_so.h90 idm_socreate(int domain, int type, int protocol);
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent6.c110 /* get the domain we are in */
115 /* Is this a request for a host.domain */
118 char domain[MAXHOSTNAMELEN]; local
121 /* separate host and domain. this function */
126 if (chophostdomain(hname, host, domain) == -1) {
130 /* if domain is a proper subset of realdomain */
131 /* ie. domain = "foo" and realdomain */
133 /* host.domain and host */
135 if (propersubdomain(realdomain, domain) == 1) {
136 /* yes, it is a proper domain */
[all...]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetgrent.c259 const char *domain = _nss_nis_domain(); local
281 pw.pw_uid, domain) < 0) {
285 if ((res = _nss_nis_ypmatch(domain, "netid.byname", netname,
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c97 * Serializes/deserializes a domain name string. This is a "wrapper" for
98 * xdr_string which knows about the maximum domain name size.
122 return ((bool)(xdr_ypdomain_wrap_string(xdrs, &ps->domain) &&
133 return ((bool)(xdr_ypdomain_wrap_string(xdrs, &ps->domain) &&
173 return ((bool)(xdr_ypdomain_wrap_string(xdrs, &ps->domain) &&
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv/
H A Dxpv.c50 * "struct domain" is an internal Xen structure. Rather than trying to
64 struct domain *next_in_list;
123 if (mdb_ctf_vread(&dom, "struct domain", "mdb_xpv_domain_t",
156 mdb_warn("can't find per-domain vcpu information");
199 domain(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
205 mdb_warn("Can't parse Xen domain info.\n");
210 if (mdb_walk_dcmd("domain", "domain", argc, argv) == -1) {
222 if (mdb_ctf_vread(&dom, "struct domain", "mdb_xpv_domain_t", addr,
227 mdb_warn("can't find per-domain vcp
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c254 char *domain = NULL; local
262 (void) yp_get_default_domain(&domain);
263 if (yp_master(domain, PKMAP, &master) != 0) {
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c64 * Since all CPUs in a domain should have identical properties, this
66 * that will redefine the topspeed for all devices in a CPU domain.
433 uint32_t domain; local
439 domain = CPU_ACPI_PSD(handle).sd_domain;
443 domain = cpuid_get_chipid(cp);
446 domain = cpuid_get_chipid(cp);
456 domain = CPU_ACPI_TSD(handle).sd_domain;
460 domain = cpuid_get_chipid(cp);
463 domain = cpuid_get_chipid(cp);
473 domain
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_util.c62 mlsvc_netlogon(char *server, char *domain) argument
67 status = netr_open(server, domain, &netr_handle);
70 "for domain %s (%s)", server, domain,
81 "domain controller does not match the local storage.");
90 * Join the specified domain. The method varies depending on whether
126 * Ensure that any previous membership of this domain has
141 * Tentatively set the idmap domain to the one we're joining,
143 * Ditto the SMB server domain.
146 syslog(LOG_NOTICE, "Failed to set idmap domain nam
[all...]
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c71 char *domain; member in struct:__anon4261
166 * Do not release buf->domain.
259 * Do not release nisbuf->domain.
301 * Do not release nisbuf->domain.
307 if (yp_get_default_domain(&nisbuf->domain) != 0) {
308 syslog(LOG_ERR, "passwdutil.so: can't get domain");
314 if (yp_master(nisbuf->domain, "passwd.byname", &nisbuf->master) != 0) {
324 nisresult = yp_match(nisbuf->domain, "passwd.byname", name,
355 nisresult = yp_match(nisbuf->domain, "passwd.adjunct.byname",
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c90 static char domain[MAXDOMAINLEN]; /* name of our domain */ variable
137 (void) getdomainname(domain, sizeof (domain));
259 user2netname(name, uid, domain);
295 host2netname(netname, name, domain);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c223 * If the hostname has been fully-qualified for some reason, the domain
268 * appropriate domain name to append to the hostname.
274 char domain[MAXHOSTNAMELEN]; local
277 domain[0] = '\0';
283 if (smb_getfqdomainname(domain, MAXHOSTNAMELEN) != 0)
289 if (domain[0] == '\0') {
294 (void) snprintf(buf, buflen, "%s.%s", hostname, domain);
301 * Returns NETBIOS name of the domain if the system is in domain
325 * In the system is in domain mod
[all...]

Completed in 121 milliseconds

1234567891011>>