Searched defs:host (Results 151 - 175 of 252) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
355 * Address is of the form "host:dir".
367 * If nfshost is the local host, the NFS mount
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host, argument
770 (host == NULL) || (dir == NULL) || (me == NULL) || (mfs == NULL) ||
780 free(host);
792 mfs->mfs_host = host;
H A Dautomount.h115 * Structure describing a host/filesystem/dir tuple in a NIS map entry
120 char *mfs_host; /* host name */
122 int mfs_penalty; /* mount penalty for this host */
177 char *host; member in struct:host_names
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c89 int isnewhost(char *host);
91 void *wait_link_down(void *host);
93 void remove_from_hostlist(char *host);
107 gettext("host list not initialized, cannot run"));
108 rdc_err(NULL, gettext("host list not initialized, cannot run"));
250 * Check all enabled sets to see if a new remote host has
256 /* spawn a new thread for each new host found */
273 gettext("%s: new host found (%s) starting "
299 * specified host has dropped.
304 char *host local
1013 char *host, *exhost; local
1065 remove_from_hostlist(char *host) argument
1102 isnewhost(char *host) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c133 char *host, *uport, *proxy; local
145 host = NULL;
244 host = argv[0];
250 host = NULL;
254 host = argv[0];
325 if (host == NULL)
327 s = unix_listen(host);
338 s = local_listen(host, uport, hints);
389 if ((s = unix_connect(host)) > 0 && !zflag) {
412 s = socks_connect(host, por
548 remote_connect(const char *host, const char *port, struct addrinfo hints) argument
619 local_listen(char *host, char *port, struct addrinfo hints) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c597 char host[MAXHOSTNAMELEN]; local
631 snprintf(host, nfsfsloc_args->utf8string_len + 1,
635 get_nfs4ref_info(host, NFS_PORT, NFS_V4);
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c353 if (strcmp(rl[0].host, "nfs") == 0 &&
365 size_t len = strlen(rl[0].host);
369 if (strncasecmp(rl[0].host,
381 rc = getnfsquota(rl[0].host, rl[0].path, uid, &dqblk);
393 len = strlen(rl[0].host);
398 strncpy(tmp_srv->serv_name, rl[0].host,
813 fprintf(stderr, "quota permission error, host: %s\n", hostp);
817 fprintf(stderr, "bad rpc result, host: %s\n", hostp);
825 callaurpc(char *host, int prognum, int versnum, int procnum, argument
842 strcmp(oldhost, host) !
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadutils.c155 idmap_add_ds(adutils_ad_t *ad, const char *host, int port) argument
159 if (adutils_add_ds(ad, host, port) == ADUTILS_SUCCESS)
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c263 char filter[256], *host, **types; local
267 char *usage = "usage: %s [-u] [-h host] [-d level] [-s dnsuffix] [-p port] [-t file] [-T file]\n";
291 host = NULL;
320 host = optarg;
348 if ( host == NULL && optind == argc - 1 ) {
349 host = argv[ optind ];
359 host == NULL ? "(null)" : host, port );
363 ld = cldap_open( host, port );
366 ld = ldap_init( host, por
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c365 static char host[PATH_MAX]; local
381 *host = '\0';
389 return (srchroot(temp, host));
408 (void) strlcpy(host, temp, sizeof (host));
409 return (host);
413 (void) snprintf(host, sizeof (host), "%s/%s", rootp[nfp][i],
415 if ((stat(host, &statbuf) == 0) &&
417 return (host);
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h76 * host_info_t structure contains address information for a host
108 host_list_t *hlp; /* ptr to host list struct */
128 char host[SYS_NMLN+1]; member in struct:saved_msg
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c543 _sd_cache_mirror_enable(int host) argument
546 if (host != _SD_MIRROR_HOST) {
549 _SD_MIRROR_HOST, host);
564 host);
580 _sd_cache_mirror_disable(int host, int stage) argument
584 if (host != _SD_MIRROR_HOST)
601 * of the safestore host. set mode to writethru if appropriate
608 * then mark host state as carashed/_SD_HOST_NONE and set writethru
1263 _ncall_poke(int host) argument
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast.h154 char* host; member in struct:__anon2583
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h145 char* host; member in struct:__anon2618
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast.h154 char* host; member in struct:__anon2683
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast.h154 char* host; member in struct:__anon2705
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h154 char* host; member in struct:__anon2727
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c526 char **hl, *host, *profname; local
552 if ((host = malloc(realm->length + 1)) == NULL)
555 (void) strncpy(host, realm->data, realm->length);
556 host[realm->length] = '\0';
560 realm_srv_names[1] = host;
570 krb5_xfree(host);
573 krb5_xfree(host);
631 if (head->next == 0 && head->host[0] == 0) {
632 free(head->host);
665 code = add_host_to_list (addrlist, entry->host,
802 char *cp, *port, *host; local
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c127 const char *host, uint32_t ntver, uint16_t msgid)
149 if (host != NULL) {
150 len = snprintf(p, (pend - p), "(Host=%s)", host);
315 if (0 != strcasecmp(val, dc->host)) {
317 val, dc->host);
446 if (send_ds->cds_ds.host[0] != '\0') {
485 recv_ds->cds_ds.host,
525 logger(LOG_DEBUG, "send to: %s", send_cds->cds_ds.host);
592 for (ds = dclist; ds->cds_ds.host[0] != '\0'; ds++) {
607 logger(LOG_DEBUG, " from %s", ds->cds_ds.host);
126 cldap_build_request(const char *dname, const char *host, uint32_t ntver, uint16_t msgid) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c444 * RPCSEC_GSS service names are of the form svc@host.dom
905 * If hostname is in the format of host.nisdomain
960 "nfs_clnt_secdata: bad host name\n");
994 * nfs_get_root_principal() maps a host name to its principal name
998 * host - the host name which could be in the following forms:
1003 * output : rootname_p - address of the principal name for the host
1009 nfs_get_root_principal(seconfig_t *seconfig, char *host, caddr_t *rootname_p) argument
1017 if (!host2netname(netname, host, NULL)) {
1019 "nfs_get_root_principal: unknown host
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java99 interfaces. Pass -1 to only browse for services provided on the local host.
140 /** Resolve a service name discovered via browse() to a target host name, port number, and txt record.<P>
211 @param host
212 If non-null, specifies the SRV target host name. Most applications
213 will not specify a host, instead automatically using the machine's
214 default host name(s). Note that specifying a non-null host does NOT
215 create an address record for that host - the application is responsible
239 String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener)
241 { return getInstance()._register( flags, ifIndex, serviceName, regType, domain, host, por
238 register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener) argument
444 _register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener) argument
567 _register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener client) argument
767 AppleRegistration( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, byte[] txtRecord, RegisterListener client) argument
793 BeginRegister( int ifIndex, int flags, String serviceName, String regType, String domain, String host, int port, byte[] txtRecord) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c288 nssout.nss.host.hent = buf6->result;
289 nssout.nss.host.herrno_p = error_num;
323 nssin.arg.nss.host.name = name;
324 nssin.arg.nss.host.buf = buf4->buffer;
325 nssin.arg.nss.host.buflen = buf4->buflen;
326 nssout.nss.host.hent = buf4->result;
327 nssout.nss.host.herrno_p = error_num;
513 nssin.arg.nss.host.addr = (const char *)tmpbuf;
515 nssin.arg.nss.host.addr = (const char *)addr6;
517 nssin.arg.nss.host
837 struct hostent *host; local
1071 struct hostent *host; local
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_filter.c307 * Specify IPv4 host, transport protocol and port in a filter specification
313 __in uint32_t host,
323 spec->efs_loc_host.eo_u32[0] = host;
310 efx_filter_spec_set_ipv4_local( __inout efx_filter_spec_t *spec, __in uint8_t proto, __in uint32_t host, __in uint16_t port) argument
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c162 * done by the host, because we don't allow
464 * given host. Report to the processes that own
669 * If the remote NSM state changes during recovery, the host
707 * Since it is possible that host may also make NLM client requests to
1217 struct nlm_host *host = NULL; local
1231 host = nlm_host_findcreate(g, sv->sv_hostname, netid, &sv->sv_addr);
1232 if (host == NULL)
1240 shlk.s_sysid = host->nh_sysid | LM_SYSID_CLIENT;
1249 nlm_shres_untrack(host, vp, &shlk);
1250 error = nlm_call_unshare(&shlk, host, f
1338 nlm_call_share(struct shrlock *shr, struct nlm_host *host, struct netobj *fh, int vers, int reclaim) argument
1417 nlm_call_unshare(struct shrlock *shr, struct nlm_host *host, struct netobj *fh, int vers) argument
[all...]
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c356 httpConnect(const char *host, /* I - Host to connect to */ argument
371 return (httpConnectEncrypt(host, port, encrypt));
380 httpConnectEncrypt(const char *host, /* I - Host to connect to */ argument
390 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encrypt=%d)\n",
391 host ? host : "(null)", port, encrypt));
393 if (!host)
399 * Lookup the host...
402 if ((hostaddr = httpGetHostByName(host)) == NULL)
409 if (strcasecmp(host, "localhos
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1145 char *s, *expr, host[MAXHOSTNAMELEN + 1]; local
1151 (void) gethostname(host, MAXHOSTNAMELEN + 1);
1152 h = fmd_msg_mbstowcs(host);

Completed in 90 milliseconds

1234567891011