Home
last modified time | relevance | path

Searched refs:ihost (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1109-sonoff-ihost.dts8 #include "rv1126-sonoff-ihost.dtsi"
12 compatible = "itead,sonoff-ihost", "rockchip,rv1109";
H A Drv1126-sonoff-ihost.dts8 #include "rv1126-sonoff-ihost.dtsi"
12 compatible = "itead,sonoff-ihost", "rockchip,rv1126";
/src/contrib/ntp/ntpq/
H A Dntpq.c508 u_int ihost; in ntpqmain() local
599 for (ihost = 0; ihost < (u_int)argc; ihost++) { in ntpqmain()
600 if ('-' == *argv[ihost]) { in ntpqmain()
607 if ('4' == argv[ihost][1]) { in ntpqmain()
610 } else if ('6' == argv[ihost][1]) { in ntpqmain()
617 ADDHOST(argv[ihost]); in ntpqmain()
633 for (ihost = 0; ihost < numhosts; ihost++) { in ntpqmain()
634 if (openhost(chosts[ihost].name, chosts[ihost].fam)) { in ntpqmain()
635 if (ihost && current_output) in ntpqmain()
/src/contrib/ntp/ntpdc/
H A Dntpdc.c379 int ihost; in ntpdcmain() local
382 for (ihost = 0; ihost < numhosts; ihost++) { in ntpdcmain()
383 if (openhost(chosts[ihost])) in ntpdcmain()
386 printf ("--- %s ---\n",chosts[ihost]); in ntpdcmain()