Home
last modified time | relevance | path

Searched refs:fqhn (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/iscsitsvc/
H A Discsitsvc.c128 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 Dkdcmgr.sh222 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
400 $KADMIN -c $TMP_CCACHE -q "ktadd host/$fqhn" 1>$TMP_FILE 2>&1
633 typeset -l fqhn
670 fqhn=`$KDCRES`
671 if [[ -n "$fqhn" ]]; then
674 fqhn=$(hostname|cut -f1 -d'.').$(domainname|cut -f2- -d'.')
682 ping_check $fqhn
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c2022 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()
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
2118 (void) strlcat(fqhn, ".", MAXHOSTNAMELEN); in dyndns_clear_rev_zone()
2119 (void) strlcat(fqhn, fqdn, MAXHOSTNAMELEN); in dyndns_clear_rev_zone()
[all …]
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsit_common.h60 char fqhn[ISCSIT_MAX_HOSTNAME_LEN]; member
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c589 if (hostinfo.length > sizeof (hostinfo.fqhn)) in iscsit_drv_ioctl()
590 hostinfo.length = sizeof (hostinfo.fqhn); in iscsit_drv_ioctl()
593 sizeof (hostinfo.length)), &hostinfo.fqhn, in iscsit_drv_ioctl()
H A Discsit_isns.c510 (void) strlcpy(isns_eid, hostinfo->fqhn, hostinfo->length); in iscsit_isns_init()