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)); 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()
|
/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 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 …]
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_dyndns.c | 2022 char fqhn[MAXHOSTNAMELEN]; in dyndns_update_core() local 2033 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) in dyndns_update_core() 2036 (void) strlcat(fqhn, ".", MAXHOSTNAMELEN); in dyndns_update_core() 2037 (void) strlcat(fqhn, fqdn, MAXHOSTNAMELEN); in dyndns_update_core() 2045 if (dyndns_remove_entry(UPDATE_FORW, fqhn, "1.1.1.1", DEL_ALL) == 0) { in dyndns_update_core() 2066 rc = dyndns_add_entry(UPDATE_FORW, fqhn, my_str, in dyndns_update_core() 2073 rc = dyndns_remove_entry(UPDATE_REV, fqhn, my_str, DEL_ALL); in dyndns_update_core() 2075 rc = dyndns_add_entry(UPDATE_REV, fqhn, my_str, in dyndns_update_core() 2105 char fqhn[MAXHOSTNAMELEN]; in dyndns_clear_rev_zone() local 2115 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) in dyndns_clear_rev_zone() [all …]
|
/illumos-gate/usr/src/uts/common/sys/iscsit/ |
H A D | iscsit_common.h | 60 char fqhn[ISCSIT_MAX_HOSTNAME_LEN]; member
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 588 if (hostinfo.length > sizeof (hostinfo.fqhn)) in iscsit_drv_ioctl() 589 hostinfo.length = sizeof (hostinfo.fqhn); in iscsit_drv_ioctl() 592 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()
|