Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd/usr.bin/tip/tip/
H A Dacu.c69 logent(value(HOST), "", DV, "call completed"); in con()
82 logent(value(HOST), "", "", "call aborted"); in con()
108 logent(value(HOST), phnum, acu->acu_name, "call failed"); in con()
121 if (strcmp(string, value(HOST)) != 0) in con()
135 logent(value(HOST), phnum, acu->acu_name, "call failed"); in con()
143 logent(value(HOST), phnum, acu->acu_name, "call completed"); in con()
146 logent(value(HOST), "", acu->acu_name, "missing phone number"); in con()
158 logent(value(HOST), "", DV, "call terminated"); in disconnect()
162 logent(value(HOST), "", acu->acu_name, "call terminated"); in disconnect()
166 logent(value(HOST), "", acu->acu_name, reason); in disconnect()
/freebsd/contrib/ntp/sntp/tests/
H A DkodDatabase.c30 const char HOST[] = "192.0.2.5"; in test_SingleEntryHandling() local
33 add_entry(HOST, REASON); in test_SingleEntryHandling()
37 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result)); in test_SingleEntryHandling()
38 TEST_ASSERT_EQUAL_STRING(HOST, result->hostname); in test_SingleEntryHandling()
93 const char HOST[] = "192.0.2.3"; in test_AddDuplicate() local
97 add_entry(HOST, REASON1); in test_AddDuplicate()
99 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result1)); in test_AddDuplicate()
107 add_entry(HOST, REASON2); in test_AddDuplicate()
109 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result2)); in test_AddDuplicate()
/freebsd/usr.sbin/ypserv/
H A Dypinit.sh106 HOST=`${HOSTNAME}`
107 if [ -z "${HOST}" ]; then
249 echo "${HOST} has been setup as an YP slave server with errors. " 1>&2
252 echo "${HOST} has been setup as an YP slave server without any errors. "
265 HOST_LIST="${HOST}"
268 echo "${HOST} is already known as master server."
271 echo " master server : ${HOST}"
276 HOST_LIST="${HOST}"
279 SHORT_HOST=`echo ${HOST} | cut -d. -f1`
304 echo " master server : ${HOST}"
[all …]
/freebsd/sys/contrib/zstd/
H A Dappveyor.yml15 HOST: "mingw"
21 HOST: "mingw"
28 HOST: "cmake-visual"
39 - if [%HOST%]==[mingw] (
50 - if [%HOST%]==[mingw] (
122 HOST: "visual"
126 HOST: "visual"
130 HOST: "visual"
134 HOST: "visual"
139 HOST: "cygwin"
[all …]
/freebsd/contrib/openresolv/
H A Dconfigure7 HOST=
33 --host) HOST=$var;;
55 : ${HOST:=$BUILD}
58 echo "Deriving operating system from ... $HOST"
60 CPU=${HOST%%-*}
61 REST=${HOST#*-}
/freebsd/usr.bin/tip/libacu/
H A Dv3451.c67 logent(value(HOST), num, "vadic", "can't synch up"); in v3451_dialer()
79 logent(value(HOST), num, "vadic", "will not accept dial"); in v3451_dialer()
88 logent(value(HOST), num, "vadic", "will not accept number"); in v3451_dialer()
103 logent(value(HOST), num, "vadic", "failed to dial"); in v3451_dialer()
114 logent(value(HOST), num, "vadic", "call failed"); in v3451_dialer()
H A Dbiz31.c62 logent(value(HOST), "", "biz", "out of sync"); in biz_dialer()
93 logent(value(HOST), num, "biz", line); in biz_dialer()
H A Dventel.c77 logent(value(HOST), num, "ventel", "can't synch up"); in ven_dialer()
102 logent(value(HOST), num, "ventel", line); in ven_dialer()
H A Dcourier.c81 logent(value(HOST), num, "courier", "can't synch up"); in cour_dialer()
107 logent(value(HOST), num, "cour", line); in cour_dialer()
H A Dt3000.c82 logent(value(HOST), num, "t3000", "can't synch up"); in t3000_dialer()
108 logent(value(HOST), num, "t3000", line); in t3000_dialer()
/freebsd/contrib/ntp/scripts/deprecated/
H A Dntp-status25 for HOST in $*
27 HOSTNAME=`$NSLOOKUP $HOST | $EGREP "Name:" | $AWK '{print $2}'`
30 $NTPDATE -d $HOST 2>/dev/null | $EGREP '^stratum|^delay|^offset|^originate' > $FILE
/freebsd/crypto/openssh/regress/
H A Dssh2putty.sh9 HOST=$1
35 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
H A Dpercent.sh13 HOST=`hostname | cut -f1 -d.`
92 trial $i '%L' $HOST
104 out="%/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dcdns-usb3.txt6 - HOST registers area
10 "xhci" - for HOST registers space
39 reg = <0xf3000000 0x10000>, /* memory area for HOST registers */
/freebsd/sbin/dhclient/
H A Ddhctoken.h53 #define FIRST_TOKEN HOST
54 #define HOST 256 macro
/freebsd/contrib/bmake/
H A Dos.sh217 *.*) HOST=`IFS=.; set -- $HOSTNAME; echo $1`;;
218 *) HOST=$HOSTNAME;;
256 export HOSTNAME HOST
/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl147 HOST: label
161 next HOST if &mxredirect($server,*users);
170 next HOST;
187 next HOST;
207 next HOST;
219 next HOST;
1194 next HOST;
/freebsd/sys/dev/isp/
H A DHardware.txt214 HOST
223 HOST
239 HOST
253 HOST
262 HOST | |
281 HOST
290 HOST | |
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-stm32-usbphyc.txt5 selects either OTG or HOST controller for the second PHY port. It also sets
11 |_ PHY port#1 _________________ HOST controller
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dtoken.l64 host { DP; return HOST; }
H A Dparse.y82 %token HOST
577 sender_host_statement: HOST host_start OB sender_host_entries CB
585 receiver_host_statement: HOST host_start OB receiver_host_entries CB
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DBEGEMOT-HOSTRES-MIB.txt29 -- Additional stuff for the HOST-RESOURCES MIB.
54 "The MIB for additional HOST-RESOURCES data."
/freebsd/contrib/bmake/mk/
H A Dwhats.mk43 SB_LOCATION ?= ${HOST}:${SB}
H A Dsys.clean-env.mk43 HOST \
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxl-s905x-khadas-vim.dts195 "WIFI Power Enable", "WIFI WAKE HOST",
201 "Bluetooth WAKE HOST",

1234