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.shlib40 typeset hostnum=${1}
43 if [[ -z $hostnum ]]; then
48 log_note "/sys/class/scsi_host/host$hostnum/scan"
50 "echo '- - -' > /sys/class/scsi_host/host$hostnum/scan"
/freebsd/contrib/sendmail/src/
H A Ddeliver.c2563 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++;
2611 hostnum++;
2889 if (hostnum < nummxhosts && LogLevel > 9)
2899 if (hostnum < h)
2900 hostnum = h;
[all …]