Searched defs:host (Results 101 - 125 of 137) sorted by relevance

123456

/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1183 char *s, *expr, host[MAXHOSTNAMELEN + 1]; local
1189 (void) gethostname(host, MAXHOSTNAMELEN + 1);
1190 h = fmd_msg_mbstowcs(host);
/osnet-11/usr/src/lib/fm/topo/modules/common/usb/common/
H A Dusb.c55 topo_list_t ue_devs; /* host controller list */
152 * Add a host controller to the global list.
211 /* append the host controller to the global list */
218 * Use BDF information to find the corresponding HC in host controller list.
222 usb_enum_dev_t **host)
245 *host = NULL;
256 *host = controller;
272 * If the node is a USB host controllers, put it onto
273 * the host controller list.
308 * To collect all the host controller
221 usb_host_di_node_search(topo_mod_t *mod, di_node_t node, usb_enum_data_t *data, usb_enum_dev_t **host) argument
473 usb_enum_dev_t *host = NULL; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c28 * Return the protocol addresses supported by this host.
124 * Return all the protocol addresses of this host.
129 * host part.
1459 static struct hostent host; local
1486 host.h_name = 0;
1487 host.h_aliases = 0;
1488 host.h_addrtype = AF_INET;
1489 host.h_length = 4;
1490 host.h_addr_list = ip_ptrs;
1494 return &host;
1503 char host[64]; /* Name of local machine */ local
[all...]
H A Dsendto_kdc.c1258 size_t i, n_conns = 0, host; local
1305 for (host = 0; host < addrs->naddrs; host++) {
1306 setup_connection(&conns[host], addrs->addrs[host].ai, message,
1314 for (host = 0; host < n_conns; host++) {
1315 dprint("host
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c100 * + Upgrade host requirements to include working implementations of
344 char *host, size_t hostlen, char *serv, size_t servlen,
347 return getnameinfo(sa, salen, host, hostlen, serv, servlen, flags);
509 char *host, socklen_t hostlen,
704 queries for the same host when we get different services.
945 char *host, socklen_t hostlen,
970 if (host) {
983 strncpy(host, tmpbuf, hlen);
988 strncpy (host, p, hlen);
1005 strncpy (host, h
343 system_getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
944 fake_getnameinfo(const struct sockaddr *sa, socklen_t len, char *host, socklen_t hostlen, char *service, socklen_t servicelen, int flags) argument
1103 getnameinfo(const struct sockaddr *sa, socklen_t len, char *host, socklen_t hostlen, char *service, socklen_t servicelen, int flags) argument
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c58 static void delete_ds(adutils_ad_t *ad, const char *host, int port);
560 delete_ds((*ad), p->host, p->port);
606 adh->ld = ldap_init(adh->host, adh->port);
609 "%s port %d failed. (%s)", adh->host,
643 "%s port %d failed. (%s)", adh->host, adh->port,
649 adh->host, adh->port);
761 /* Free this host if its owner no longer exists. */
764 delete_ds(NULL, adh->host, adh->port);
773 adutils_add_ds(adutils_ad_t *ad, const char *host, int port) argument
785 if (strcmp(host,
841 delete_ds(adutils_ad_t *ad, const char *host, int port) argument
[all...]
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c119 char host[MAXHOSTNAMELEN + 1]; member in struct:plg_ctrl
317 * list or remote host info from the audit_binfile
556 if (ctrl->host[0] == '\0')
557 (void) gethostname(ctrl->host, MAXHOSTNAMELEN);
564 current_dir->dl_dirname, auditdate, ctrl->host);
980 char *host; local
1026 if ((host = kva_match(kv, "p_host")) != NULL && *host != '\0') {
1027 (void) snprintf(ctrl->host, sizeof (ctrl->host),
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c495 char host[sizeof (entryx->ut_host) + 1]; local
527 (void) strlcpy(host, entryx->ut_host, sizeof (host));
542 argvec[13] = host;
/osnet-11/usr/src/lib/libvscan/common/
H A Dlibvscan.c60 #define VS_PNAME_SE_HOST "host"
303 * If the enable property is set (true), the host property is
333 /* If getting enable, get the host property too */
344 * If the host is invalid and the enable property is on,
365 * a host property must also be specified, or already exist in the
396 * if enabling a scan engine, ensure that a valid host
490 return (gettext("invalid host"));
1246 vs_is_valid_host(const char *host) argument
1251 if (!host || *host
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1266 char **host; local
1271 for (host = Servers; *host != NULL; host++) {
1272 if (__s_api_removeServer(*host) < 0) {
1278 "not remove %s from servers list", *host);
1493 "default host when processing "
1513 * 1 for host and prot separator ":"
1524 * serverAddr = host:port
1526 * if host i
[all...]
H A Dns_connect.c252 "a host name. Returning "
314 "a host name. Returning "
336 /* Get the host */
362 /* Get the host FQDN format */
823 char *hReq, *host = NULL; local
874 "a host name. Returning "
962 if (host == NULL)
966 rc = __s_api_requestServer(hReq, host, &sinfo, errorp,
969 (host && (strcasecmp(host, sinf
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c405 * Determines whether the specified host is in the given access list.
414 * 0 not found (host is not in the list or list is NULL)
424 char *host; local
485 host = clnames->h_hostservs[i].h_host;
494 if (strchr(host, '.') == NULL)
497 off = strlen(host) - strlen(gr);
499 strcasecmp(host + off, gr) == 0) {
516 if (strcasecmp(gr, host) == 0)
650 * Note that this routine establishes a host membership
665 char *host; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c1208 char *host = NULL, *portstr = NULL, *path = "/", *p, *q, *r; local
1221 if (OCSP_parse_url(uri, &host, &portstr, &path, &use_ssl) == NULL) {
1267 /* connect to host, or proxy */
1287 if ((cbio = BIO_new_connect(host)) == NULL) {
1296 host, port);
1312 pkgerr_add(err, PKGERR_PARSE, gettext(ERR_OCSP_SEND), host);
1318 pkgerr_add(err, PKGERR_PARSE, gettext(ERR_OCSP_SEND), host);
1334 gettext(ERR_OCSP_READ), host);
1461 pkgerr_add(err, PKGERR_PARSE, gettext(ERR_OCSP_READ), host);
1481 pkgerr_add(err, PKGERR_PARSE, gettext(ERR_OCSP_READ), host);
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_printf.c519 struct hostent *host, res; local
528 if ((host = gethostbyaddr_r(inetaddr, NS_INADDRSZ,
530 return (dt_printf(dtp, fp, format, host->h_name));
532 if ((host = getipnodebyaddr(inetaddr, NS_IN6ADDRSZ,
534 return (dt_printf(dtp, fp, format, host->h_name));
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c266 * Gets the registered asset id of the Solaris host. If one doesn't exist
742 * Sets the registration proxy host:port with optional credentials
746 const char *host, const char *user, const char *pass)
754 if (host == NULL) {
760 if (asr_nvl_add_str(cfg, ASR_PROP_AREG_PROXY_HOST, host) != 0)
805 char **host, char **user, char **pass)
812 *host = asr_nvl_strd(cfg, ASR_PROP_AREG_PROXY_HOST, NULL);
1166 err |= asr_buf_append_xml_nv(buf, 1, "host-id", ah->asr_host_id);
1418 char *user, *serial, *host; local
1426 host
745 asr_regreq_set_proxy(asr_regreq_t *regreq, const char *host, const char *user, const char *pass) argument
804 asr_regreq_get_proxy(const asr_regreq_t *regreq, char **host, char **user, char **pass) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c303 ** set, send directly to the fallback MX host.
896 message("deliverable: mailer %s, host %s, user %s",
1115 ** COLONCMP -- compare host-signatures up to first ':' or EOS
1117 ** This takes two strings which happen to be host-signatures and
1127 ** a - first host-signature
1128 ** b - second host-signature
1205 ** If the host was not found or a temporary failure occurred
1207 ** tried it), then make one last try with it as the host.
1228 ** This routine delivers to everyone on the same host as the
1236 ** Piggybacking occurs when an existing connection to a mail host ca
1291 char *host; /* host being sent to */ local
2946 char *host = NULL; local
[all...]
H A Dmain.c1392 ** Find our real host name for future logging.
1525 action = "purge host status";
1640 /* don't have persistent host status in test mode */
1775 message("WARNING: local host name (%s) is not qualified; see cf/README: WHO AM I?",
1902 /* check host status directory for validity */
4293 char host[MAXHOSTNAMELEN]; local
4301 else if (sm_strlcpy(host, p, sizeof(host)) >= sizeof(host))
4307 (void) getcanonname(host, sizeo
[all...]
H A Dconf.c594 MAPDEF("host", NULL, 0,
693 ** INITHOSTMAPS -- initial host-dependent maps
696 ** provided by the host operating system.
705 ** Should define maps "host" and "users" as necessary
722 ** Make sure we have a host map.
725 if (stab("host", ST_MAP, ST_FIND) == NULL)
727 /* user didn't initialize: set up host map */
728 (void) sm_strlcpy(buf, "host host", sizeof(buf));
1723 host_t host; local
3995 char *host; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c1074 void *host = nw_internal_host; local
1076 void *host = w32_internal_host;
1080 nw_delete_internal_host(host);
1082 win32_delete_internal_host(host);
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c114 fprintf( stderr, gettext(" -h host\tLDAP server1 name or IP address (default: %s)\n"), LDAPTOOL_DEFHOST );
116 fprintf( stderr, gettext(" -h host\tLDAP server2 name or IP address (default: %s)\n"), LDAPTOOL_DEFHOST );
119 fprintf( stderr, gettext(" -h host\tLDAP server name or IP address (default: %s)\n"), LDAPTOOL_DEFHOST );
463 case 'h': /* ldap host */
1031 char *host; local
1039 host = ldaptool_host2;
1043 host = ldaptool_host;
1050 printf( gettext("ldap_init( %s, %d )\n"), host, port );
1106 if (( ld = ldapssl_init( host, port,
1116 ld = ldap_init( host, por
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c779 char *str,*trap,host[PATH_MAX]; local
799 if(gethostname(host,sizeof(host)) < 0)
802 sfprintf(sfstdout,"command exec < /dev/tcp/%s/%d || print -u2 'cannot create pipe'\n",host,shp->inpipe[2]);
803 sfprintf(sfstdout,"command exec > /dev/tcp/%s/%d || print -u2 'cannot create pipe'\n",host,shp->outpipe[2]);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c381 * The cached ADS host is no longer valid if one of the following criteria
385 * 2) not the sought host (if specified)
391 * Return B_TRUE if the cache host is still valid. Otherwise, return B_FALSE.
416 * Returns true, if the sought host name matches the input host (host) name.
417 * The sought host is expected to be in Fully Qualified Domain Name (FQDN)
421 smb_ads_is_sought_host(smb_ads_host_info_t *host, char *sought_host_name) argument
423 if ((host == NULL) || (sought_host_name == NULL))
426 if (smb_strcasecmp(host
880 smb_ads_host_info_t *hlistp = NULL, *host = NULL; local
1218 smb_ads_host_info_t *host = NULL, *listp = NULL; local
2865 smb_ads_match_pdc(smb_ads_host_info_t *host) argument
[all...]
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c200 if (strcmp(args->arg.nss.host.name, LOCALHOST) == 0) {
204 _nderror = ndaddr2hent(AF_INET, args->arg.nss.host.name,
205 &nd_conaddrlist, res->nss.host.hent,
206 args->arg.nss.host.buf,
207 args->arg.nss.host.buflen);
210 *(res->nss.host.herrno_p) =
219 if (inet_aton(args->arg.nss.host.name,
225 _nderror = ndaddr2hent(AF_INET, args->arg.nss.host.name,
226 &nd_conaddrlist, res->nss.host.hent,
227 args->arg.nss.host
3020 _inet_makeaddr(in_addr_t net, in_addr_t host) argument
[all...]
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c1084 IMA_HOST_ID *host; local
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c2658 char *host, *p; local
2676 host = strtok_r(list, ":", &lasts);
2677 if (!nfs_get_root_principal(sec, host, &a[i])) {

Completed in 244 milliseconds

123456