Searched refs:fqhn (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/iscsitsvc/ |
H A D | iscsitsvc.c | 128 bzero(hostinfo.fqhn, sizeof (hostinfo.fqhn)); in it_enable() 143 fqhnp = &hostinfo.fqhn[0]; in it_enable() 147 if ((ret != -1) && (ret < sizeof (hostinfo.fqhn))) { in it_enable() 150 hostinfo.fqhn[ret-1] = '.'; in it_enable() 152 sizeof (hostinfo.fqhn) - ret); in it_enable() 155 (void) fprintf(stdout, "it_enable: fqhn = '%s'\n", hostinfo.fqhn); in it_enable()
|
/titanic_50/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 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 670 fqhn=`$KDCRES` [all …]
|
/titanic_50/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_dyndns.c | 2022 char fqhn[MAXHOSTNAMELEN]; in dyndns_update_core() local 2029 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) in dyndns_update_core() 2036 (void) snprintf(fqhn, MAXHOSTNAMELEN, "%s.%s", fqhn, fqdn); in dyndns_update_core() 2044 if (dyndns_remove_entry(UPDATE_FORW, fqhn, "1.1.1.1", DEL_ALL) == 0) { in dyndns_update_core() 2065 rc = dyndns_add_entry(UPDATE_FORW, fqhn, my_str, in dyndns_update_core() 2072 rc = dyndns_remove_entry(UPDATE_REV, fqhn, my_str, DEL_ALL); in dyndns_update_core() 2074 rc = dyndns_add_entry(UPDATE_REV, fqhn, my_str, in dyndns_update_core() 2104 char fqhn[MAXHOSTNAMELEN]; in dyndns_clear_rev_zone() local 2110 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) in dyndns_clear_rev_zone() 2117 (void) snprintf(fqhn, MAXHOSTNAMELEN, "%s.%s", fqhn, fqdn); in dyndns_clear_rev_zone() [all …]
|
/titanic_50/usr/src/uts/common/sys/iscsit/ |
H A D | iscsit_common.h | 60 char fqhn[ISCSIT_MAX_HOSTNAME_LEN]; member
|
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 587 if (hostinfo.length > sizeof (hostinfo.fqhn)) in iscsit_drv_ioctl() 588 hostinfo.length = sizeof (hostinfo.fqhn); in iscsit_drv_ioctl() 591 sizeof (hostinfo.length)), &hostinfo.fqhn, in iscsit_drv_ioctl()
|
H A D | iscsit_isns.c | 510 (void) strlcpy(isns_eid, hostinfo->fqhn, hostinfo->length); in iscsit_isns_init()
|