/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | nis_p.h | 31 char * domain; member in struct:nis_p
|
H A D | nis.c | 67 char *domain; local 71 if (yp_get_default_domain(&domain) != 0) 85 nis->domain = strdup(domain); 149 free(nis->domain);
|
H A D | nul_ng.c | 93 const char **domain) 98 UNUSED(domain); 105 const char *user, const char *host, const char *domain) 111 UNUSED(domain); 92 ng_next(struct irs_ng *this, const char **host, const char **user, const char **domain) argument 104 ng_test(struct irs_ng *this, const char *name, const char *user, const char *host, const char *domain) argument
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpcdname.c | 39 * Gets the default domain name 84 * the domain name is non-null, knowing that the null string is going to 88 __rpc_get_default_domain(char **domain) argument 90 if ((*domain = get_default_domain()) != 0)
|
H A D | getdname.c | 40 * Gets and sets the domain name of the system 56 setdomainname(char *domain, int len) argument 61 domain, len + 1); /* add null */
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | realm_dom.c | 34 * Determines the proper domain name for a realm. This is mainly so that 41 * The returned domain is allocated, and must be freed by the caller. 51 krb5_get_realm_domain(krb5_context context, const char *realm, char **domain) argument 60 *domain = malloc(strlen(temp_domain) + 1); 61 if (!*domain) { 64 strcpy(*domain, temp_domain);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_cto.c | 47 socket(int domain, int type, int protocol) { argument 63 ret = (*fptr) (domain, type, protocol);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | hostname.c | 58 char domain[128]; variable 76 snprintf(domain, sizeof (domain), "%s%s", host, maildomain()); 87 np->nt_machine = domain; 88 if (debug) fprintf(stderr, "host '%s', domain '%s'\n", host, domain);
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | gnu_po.y | 59 | domain 63 domain : DOMAIN STR label
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcSendSRL.cc | 41 * @param domain ??? 48 HBA_UINT32 domain, 58 port->sendSRL(0, domain, pRspBuffer, pRspBufferSize); 60 port->sendSRL(wwnConversion(wwn.wwn), domain, local 45 Sun_fcSendSRL(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN wwn, HBA_UINT32 domain, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
|
/illumos-gate/usr/src/lib/libads/common/ |
H A D | poke.c | 31 _DsForceRediscovery(char *domain, int flags) argument 40 args.DomainName = domain;
|
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DomainListener.java | 31 The active domain enumerator. 36 Specifies the interface on which the domain exists. (The index for a given 39 @param domain 40 The name of the domain. 42 void domainFound( DNSSDService domainEnum, int flags, int ifIndex, String domain); argument 44 /** Called to report that a domain has disappeared.<P> 47 The active domain enumerator. 52 Specifies the interface on which the domain exists. (The index for a given 55 @param domain 56 The name of the domain 58 domainLost( DNSSDService domainEnum, int flags, int ifIndex, String domain) argument [all...] |
H A D | RegisterListener.java | 41 @param domain 42 The domain on which the service was registered. If the application did not 43 specify a domain in DNSSD.register(), this is the default domain 47 String regType, String domain); 46 serviceRegistered( DNSSDRegistration registration, int flags, String serviceName, String regType, String domain) argument
|
H A D | BrowseListener.java | 44 @param domain 45 The domain in which the service was discovered. 48 String serviceName, String regType, String domain); 67 @param domain 68 The domain in which the service was discovered. 71 String serviceName, String regType, String domain); 47 serviceFound( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument 70 serviceLost( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/i18n/ |
H A D | m_text.c | 51 static char *domain = NULL; /* remember domain chosen */ variable 101 if (domain != NULL) 102 free(domain); 103 domain = str==NULL ? NULL : strdup(str); 127 if (locale != NULL && nlocale != NULL && domain != NULL 135 if (domain==NULL) 141 if ((catd = catopen(domain, NL_CAT_LOCALE)) == (nl_catd)-1) { 143 if ((catd = catopen(domain, 0)) == (nl_catd)-1) {
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_master.c | 58 yp_master(char *domain, char *map, char **master) argument 65 if ((map == NULL) || (domain == NULL)) 68 domlen = strlen(domain); 78 if (reason = __yp_dobind(domain, &pdomb)) 83 reason = domaster(domain, map, pdomb, _ypserv_timeout, 88 yp_unbind(domain); 106 rsvdreason = __yp_master_rsvdport(domain, map, master); 120 __yp_master_rsvdport(char *domain, char *map, char **master) argument 127 if ((map == NULL) || (domain == NULL)) 130 domlen = strlen(domain); 177 domaster(char *domain, char *map, struct dom_binding *pdomb, struct timeval timeout, char **master) argument [all...] |
H A D | yp_order.c | 58 yp_order(char *domain, char *map, unsigned long *order) argument 65 if ((map == NULL) || (domain == NULL)) 68 domlen = strlen(domain); 78 if (reason = __yp_dobind(domain, &pdomb)) 83 reason = doorder(domain, map, pdomb, _ypserv_timeout, 88 yp_unbind(domain); 106 doorder(char *domain, char *map, struct dom_binding *pdomb, argument 113 req.domain = domain;
|
/illumos-gate/usr/src/lib/libbc/libc/net/ |
H A D | ether_addr.c | 45 static char *domain; /* NIS domain name */ variable
|
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | getdomain.c | 53 * maildomain() - retrieve the domain name 59 * Retrieve the domain name from xgetenv("DOMAIN"). 61 * and /etc/named.boot for "^domain[ ]+<domain>". 66 /* read a file for the domain */ 76 if (strncmp(buf, "domain", 6) == 0) 91 /* read the domain from the xenvironment or one of the files */ 117 static char *domain = 0; local 121 if (domain != 0) 122 return (domain); [all...] |
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DRM.java | 30 package com.sun.solaris.domain.pools;
|
H A D | LogDRM.java | 30 package com.sun.solaris.domain.pools;
|
H A D | Monitor.java | 29 package com.sun.solaris.domain.pools;
|
H A D | Solver.java | 30 package com.sun.solaris.domain.pools;
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smbrdr_glue.c | 107 char *domain, char *user) 115 assert(domain != NULL); 125 * Set server, share, domain, user 130 (void) smb_ctx_setdomain(ctx, domain, B_TRUE); 106 smbrdr_ctx_new(struct smb_ctx **ctx_p, char *server, char *domain, char *user) argument
|
/illumos-gate/usr/src/lib/nsswitch/ad/common/ |
H A D | getspent.c | 31 const char *name, const char *domain) 46 buflen = snprintf(NULL, 0, "%s@%s:*NP*:::::::", name, domain) + 1; 61 name, domain) + 1; 30 update_buffer(ad_backend_ptr be, nss_XbyY_args_t *argp, const char *name, const char *domain) argument
|