Searched refs:fqhn (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/iscsitsvc/ |
H A D | iscsitsvc.c | 128 bzero(hostinfo.fqhn, sizeof (hostinfo.fqhn)); 143 fqhnp = &hostinfo.fqhn[0]; 147 if ((ret != -1) && (ret < sizeof (hostinfo.fqhn))) { 150 hostinfo.fqhn[ret-1] = '.'; 152 sizeof (hostinfo.fqhn) - ret); 155 (void) fprintf(stdout, "it_enable: fqhn = '%s'\n", hostinfo.fqhn);
|
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/ |
H A D | kdcmgr.sh | 222 printf "\t\tkdc = $fqhn\n" 1>&3 224 printf "\t\tadmin_server = $fqhn\n" 1>&3 295 # do nothing, host is in fqhn format 365 $KADMINL -q "ank -randkey host/$fqhn" 1>$TMP_FILE 2>&1 367 $KADMINL -q "ktadd host/$fqhn" 1>$TMP_FILE 2>&1 393 $KADMIN -c $TMP_CCACHE -q "ank -randkey kiprop/$fqhn" 1>$TMP_FILE 2>&1 395 $KADMIN -c $TMP_CCACHE -q "ktadd kiprop/$fqhn" 1>$TMP_FILE 2>&1 398 $KADMIN -c $TMP_CCACHE -q "ank -randkey host/$fqhn" 1>$TMP_FILE 2>&1 400 $KADMIN -c $TMP_CCACHE -q "ktadd host/$fqhn" 1>$TMP_FILE 2>&1 633 typeset -l fqhn [all...] |
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_dyndns.c | 2022 char fqhn[MAXHOSTNAMELEN]; local 2029 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) 2036 (void) snprintf(fqhn, MAXHOSTNAMELEN, "%s.%s", fqhn, fqdn); 2044 if (dyndns_remove_entry(UPDATE_FORW, fqhn, "1.1.1.1", DEL_ALL) == 0) { 2065 rc = dyndns_add_entry(UPDATE_FORW, fqhn, my_str, 2072 rc = dyndns_remove_entry(UPDATE_REV, fqhn, my_str, DEL_ALL); 2074 rc = dyndns_add_entry(UPDATE_REV, fqhn, my_str, 2104 char fqhn[MAXHOSTNAMELEN]; local 2110 if (smb_gethostname(fqhn, MAXHOSTNAMELE [all...] |
/illumos-gate/usr/src/uts/common/sys/iscsit/ |
H A D | iscsit_common.h | 60 char fqhn[ISCSIT_MAX_HOSTNAME_LEN]; member in struct:iscsit_hostinfo_s
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 587 if (hostinfo.length > sizeof (hostinfo.fqhn)) 588 hostinfo.length = sizeof (hostinfo.fqhn); 591 sizeof (hostinfo.length)), &hostinfo.fqhn,
|
H A D | iscsit_isns.c | 510 (void) strlcpy(isns_eid, hostinfo->fqhn, hostinfo->length);
|
Completed in 79 milliseconds