/src/sys/dev/pci/ |
igmavar.h | 50 bus_space_tag_t gmt; member in struct:igma_chip
|
igma.c | 337 bus_space_tag_t gttmmt, gmt, regt; local in function:igma_attach 369 &gmt, &gmh, &gmb, NULL)) { 373 sc->sc_chip.gmt = gmt;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
kirkwood-net2big.dts | 59 compatible = "gmt,g762";
|
armada-xp-netgear-rn2120.dts | 47 compatible = "gmt,g762"; 57 compatible = "gmt,g762"; 67 compatible = "gmt,g762"; 77 compatible = "gmt,g751";
|
kirkwood-nas2big.dts | 45 * An I2C fan controller (GMT G762) is used but alarm is 102 compatible = "gmt,g762";
|
kirkwood-net5big.dts | 165 compatible = "gmt,g762";
|
kirkwood-netgear_readynas_duo_v2.dts | 92 compatible = "gmt,g762";
|
armada-370-netgear-rn102.dts | 76 compatible = "gmt,g762";
|
armada-370-netgear-rn104.dts | 78 compatible = "gmt,g762";
|
gemini-dlink-dns-313.dts | 93 compatible = "gmt,g751";
|
kirkwood-netgear_readynas_nv+_v2.dts | 97 compatible = "gmt,g762";
|
exynos5250-spring.dts | 402 compatible = "gmt,g781";
|
/src/usr.sbin/ndp/ |
ndp.c | 134 static int32_t thiszone; /* time difference with gmt */ 979 * Returns the difference between gmt and local time in seconds. 986 struct tm *gmt, *loc; local in function:gmt2local 991 gmt = &sgmt; 992 *gmt = *gmtime(&t); 994 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 + 995 (loc->tm_min - gmt->tm_min) * 60; 998 * If the year or julian day is different, we span 00:00 GMT 1002 dir = loc->tm_year - gmt->tm_year; 1004 dir = loc->tm_yday - gmt->tm_yday [all...] |
/src/sys/dev/pci/igma/ |
igmafb.c | 134 sc->sc_fbaddr = bus_space_vaddr(sc->sc_chip.gmt, sc->sc_chip.gmh); 312 return bus_space_mmap(sc->sc_chip.gmt, sc->sc_chip.gmb, offset, prot,
|
/src/usr.bin/make/ |
var.c | 1911 FormatTime(const char *fmt, time_t t, bool gmt) 1919 if (gmt && strchr(fmt, 's') != NULL) { 1932 strftime(buf, sizeof buf, fmt, (gmt ? gmtime : localtime)(&t)); 2557 bool gmt = mod[0] == 'g'; local in function:ApplyModifier_Time 2559 if (!ModMatchEq(mod, gmt ? "gmtime" : "localtime", ch)) 2561 args = mod + (gmt ? 6 : 9); 2590 Expr_SetValueOwn(expr, FormatTime(Expr_Str(expr), t, gmt));
|