Searched defs:hostinfo (Results 1 - 12 of 12) sorted by relevance
| /illumos-gate/usr/src/lib/libwrap/ |
| H A D | eval.c | 113 char *hostinfo = eval_hostinfo(request->client); local 117 return (hostinfo); 120 sprintf(both, "%s@%s", request->user, hostinfo); 123 return (hostinfo);
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
| H A D | selfcheck.c | 46 struct hostent *hostinfo; local 68 if ((hostinfo = getipnodebyname(hostname, family, flags, 83 for (hostptr = hostinfo->h_addr_list; *hostptr; hostptr++) { 96 freehostent(hostinfo);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
| H A D | ping.h | 99 struct hostinfo { struct
|
| /illumos-gate/usr/src/cmd/iscsitsvc/ |
| H A D | iscsitsvc.c | 122 iscsit_hostinfo_t hostinfo; local 128 bzero(hostinfo.fqhn, sizeof (hostinfo.fqhn)); 143 fqhnp = &hostinfo.fqhn[0]; 147 if ((ret != -1) && (ret < sizeof (hostinfo.fqhn))) { 149 hostinfo.length = ret; 150 hostinfo.fqhn[ret-1] = '.'; 151 hostinfo.length += sysinfo(SI_SRPC_DOMAIN, fqhnp, 152 sizeof (hostinfo.fqhn) - ret); 155 (void) fprintf(stdout, "it_enable: fqhn = '%s'\n", hostinfo [all...] |
| /illumos-gate/usr/src/uts/common/io/nxge/ |
| H A D | nxge_fzc.c | 973 hostinfo_t hostinfo; local 1008 hostinfo.value = 0; 1011 hostinfo.bits.w0.rdc_tbl_num = p_cfgp->def_mac_rxdma_grpid; 1012 hostinfo.bits.w0.mac_pref = p_cfgp->mac_pref; 1014 hostinfo.bits.w0.rdc_tbl_num = 1016 hostinfo.bits.w0.mac_pref = 1021 nxgep->function_num, i, &hostinfo);
|
| /illumos-gate/usr/src/uts/common/io/nxge/npi/ |
| H A D | npi_mac.c | 684 uint8_t entryn, hostinfo_t *hostinfo) 715 hostinfo->value); 719 hostinfo->value); 725 &hostinfo->value); 729 &hostinfo->value); 683 npi_mac_hostinfo_entry(npi_handle_t handle, io_op_t op, uint8_t portn, uint8_t entryn, hostinfo_t *hostinfo) argument
|
| /illumos-gate/usr/src/uts/common/sys/nxge/ |
| H A D | nxge_mac.h | 245 hostinfo_t hostinfo[MAC_MAX_HOST_INFO_ENTRY]; member in struct:_nxge_mac
|
| H A D | nxge_mac_hw.h | 1159 typedef union hostinfo { union 1197 typedef union hostinfo *hostinfo_pt;
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
| H A D | traceroute.c | 77 struct hostinfo { struct 701 * Given IP address or hostname, return v4 and v6 hostinfo lists. 702 * Assumes that hostinfo ** ptrs are non-null. 1046 * returns _B_TRUE if given hostinfo contains the given address
|
| /illumos-gate/usr/src/cmd/backup/restore/ |
| H A D | tape.c | 59 static int hostinfo; /* Have dump host information */ variable 720 if (hostinfo) { 1845 if (!hostinfo && spcl.c_host[0] != '\0') { 1855 hostinfo++;
|
| /illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
| H A D | iscsit_isns.c | 491 iscsit_isns_init(iscsit_hostinfo_t *hostinfo) argument 507 if (hostinfo->length > ISCSIT_MAX_HOSTNAME_LEN) 508 hostinfo->length = ISCSIT_MAX_HOSTNAME_LEN; 509 isns_eid = kmem_alloc(hostinfo->length, KM_SLEEP); 510 (void) strlcpy(isns_eid, hostinfo->fqhn, hostinfo->length);
|
| H A D | iscsit.c | 124 static idm_status_t iscsit_enable_svc(iscsit_hostinfo_t *hostinfo); 577 iscsit_hostinfo_t hostinfo; local 579 if (ddi_copyin((void *)argp, &hostinfo.length, 580 sizeof (hostinfo.length), flag) != 0) { 587 if (hostinfo.length > sizeof (hostinfo.fqhn)) 588 hostinfo.length = sizeof (hostinfo.fqhn); 591 sizeof (hostinfo.length)), &hostinfo 646 iscsit_enable_svc(iscsit_hostinfo_t *hostinfo) argument [all...] |
Completed in 145 milliseconds