Home
last modified time | relevance | path

Searched refs:hostnum (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib41 typeset hostnum=${1}
44 if [[ -z $hostnum ]]; then
49 log_note "/sys/class/scsi_host/host$hostnum/scan"
51 "echo '- - -' > /sys/class/scsi_host/host$hostnum/scan"
/freebsd/contrib/sendmail/src/
H A Ddeliver.c1691 SM_NONVOLATILE int hostnum = 0; /* current MX host index */ local
2563 while (hostnum < nummxhosts)
2578 mxsecure = MXADS_ISSET(mxads, hostnum);
2581 FIX_MXHOSTS(mxhosts[hostnum], endp, sep);
2583 if (hostnum == 1 && skip_back != NULL)
2601 if (*mxhosts[hostnum] == '\0')
2604 hostnum++;
2609 (void) sm_strlcpy(hostbuf, mxhosts[hostnum],
2611 hostnum++;
2889 if (hostnum < nummxhosts && LogLevel > 9)
[all …]