/freebsd/contrib/ntp/sntp/tests/ |
H A D | kodDatabase.c | 45 const char HOST1[] = "192.0.2.3"; in test_MultipleEntryHandling() local 54 add_entry(HOST1, REASON1); in test_MultipleEntryHandling() 60 TEST_ASSERT_EQUAL(1, search_entry(HOST1, &result)); in test_MultipleEntryHandling() 61 TEST_ASSERT_EQUAL_STRING(HOST1, result->hostname); in test_MultipleEntryHandling() 120 const char HOST1[] = "192.0.2.1"; in test_DeleteEntry() local 125 add_entry(HOST1, REASON); in test_DeleteEntry() 139 TEST_ASSERT_EQUAL(1, search_entry(HOST1, &result)); in test_DeleteEntry()
|
H A D | kodFile.c | 106 add_entry("host1", "DENY"); in test_WriteFileWithSingleEntry()
|
/freebsd/contrib/ntp/libntp/ |
H A D | machines.c | 40 struct hostent *host1; in gethostbyname() 42 host1 = (struct hostent *) emalloc (sizeof(struct hostent)); in gethostbyname() 43 host1->h_name = name; in gethostbyname() 44 host1->h_addrtype = AF_INET; in gethostbyname() 45 host1->h_aliases = name; in gethostbyname() 46 host1->h_length = 4; in gethostbyname() 47 host1->h_addr_list[0] = (char *)hostGetByName (name); in gethostbyname() 48 host1->h_addr_list[1] = NULL; in gethostbyname() 49 return host1; in gethostbyname() 54 struct hostent *host1; in gethostbyaddr() 41 struct hostent *host1; gethostbyname() local 55 struct hostent *host1; gethostbyaddr() local [all...] |
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | mktestdata.sh | 176 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \ 178 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \ 180 ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \ 182 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \ 184 ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \ 186 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
|
/freebsd/usr.sbin/syslogd/tests/ |
H A D | syslogd_test.sh | 272 printf "+host1,host2\nuser.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}" 279 atf_check -s exit:0 -o match:"host1: hello this is host1" cat "${logfile}" 285 printf "\-host1,host2\nuser.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}" 292 atf_check -s exit:0 -o not-match:"host1: hello this is host1" cat "${logfile}"
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-chromebook.dtsi | 61 /* This turns on vbus for host1 (dwc2) */ 62 vcc5_host1: vcc5-host1-regulator { 174 host1_pwr_en: host1-pwr-en {
|
H A D | rk3288-phycore-rdk.dts | 50 vcc_host1_5v: usb-host1-regulator { 211 host1_vbus_drv: host1-vbus-drv {
|
H A D | rk3288-evb.dtsi | 131 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
|
H A D | rk3288-veyron-fievel.dts | 39 vcc5_host1: vcc5-host1-regulator {
|
/freebsd/libexec/bootpd/ |
H A D | readfile.c | 1337 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE 1340 * If the hardware addresses of "host1" and "host2" are identical, but 1350 struct host *host1 = (struct host *) d1; in hwinscmp() local 1353 if (host1->htype != host2->htype) { in hwinscmp() 1356 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) { in hwinscmp() 1360 if ((host1->subnet_mask.s_addr) == (host2->subnet_mask.s_addr)) { in hwinscmp() 1361 if (((host1->iaddr.s_addr) & (host1->subnet_mask.s_addr)) != in hwinscmp() 1989 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE 1999 struct host *host1 = (struct host *) d1; in hwlookcmp() local 2002 if (host1->htype != host2->htype) { in hwlookcmp() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | ralink,rt3883-pinctrl.yaml | 39 lna a, lna g, mdio, pci-dev, pci-fnc, pci-host1, pci-host2, 173 const: pci-host1
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-facebook-yosemitev2.dts | 51 // Host1 Console 123 //Host1 IPMB bus
|
/freebsd/contrib/ntp/sntp/tests/data/ |
H A D | kod-expected-single | 1 0000000000000001 DENY host1
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | rockchip-usb-phy.txt | 24 "0x348" - for PHY attach to HOST1 controller
|
H A D | marvell,armada-cp110-utmi-phy.yaml | 24 1.H----- USB HOST1
|
/freebsd/tools/tools/mctest/ |
H A D | mctest_run.sh | 21 …ocal_interface -f foreign_interface -s size -g group -n number -c remote command host1 host2 hostN'
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-pca953x.txt | 79 "en-usb", "en-host1", "en-host2", "chg-int", "p14", "p15", "mic-int", "en-modem",
|
H A D | gpio-pca95xx.yaml | 197 "en-host1", "en-host2", "chg-int", "p14", "p15",
|
/freebsd/usr.bin/ssh-copy-id/ |
H A D | ssh-copy-id.1 | 80 .Dl $ ssh-copy-id -i /path/to/keyfile.pub user@host1 user@host2 user@host3
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_filter.c | 696 uint32_t rhost, host1, host2; in siena_filter_spec_from_gen_spec() local 744 host1 = gen_spec->efs_loc_host.eo_u32[0]; in siena_filter_spec_from_gen_spec() 747 host1 = rhost; in siena_filter_spec_from_gen_spec() 769 sf_spec->sfs_dword[0] = (host1 << 16) | port1; in siena_filter_spec_from_gen_spec() 770 sf_spec->sfs_dword[1] = (port2 << 16) | (host1 >> 16); in siena_filter_spec_from_gen_spec()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.8 | 282 .Dq host1 286 .Dl # pfctl -k host1 -k host2
|
/freebsd/usr.bin/tftp/ |
H A D | tftp.1 | 120 .Oo Ar host1 : Oc Ns Ar file1
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp | 6 # | host1 | | host2 | | host3 |
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-eaidk-610.dts | 203 vcc5v0_host1: vcc5v0-host1-regulator { 736 vcc5v0_host1_en: vcc5v0-host1-en {
|
H A D | rk3328-roc-cc.dts | 64 vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {
|