Home
last modified time | relevance | path

Searched refs:toff (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/cmd/
H A Dnet.c346 char *toff; in do_sntp() local
362 toff = env_get("timeoffset"); in do_sntp()
363 if (toff == NULL) in do_sntp()
366 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
/openbmc/u-boot/board/BuR/brxre1/
H A Dboard.c181 const unsigned int toff = 1000; in board_late_init() local
211 mdelay(toff); in board_late_init()
/openbmc/u-boot/common/
H A Dfdt_support.c1703 int off, toff; in fdt_fixup_display() local
1708 toff = fdt_path_offset(blob, path); in fdt_fixup_display()
1709 if (toff >= 0) in fdt_fixup_display()
1710 toff = fdt_subnode_offset(blob, toff, "display-timings"); in fdt_fixup_display()
1711 if (toff < 0) in fdt_fixup_display()
1712 return toff; in fdt_fixup_display()
1714 for (off = fdt_first_subnode(blob, toff); in fdt_fixup_display()
1721 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display()
1723 return toff; in fdt_fixup_display()
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Data.h15 u8 toff; /* 0x00 */ member
/openbmc/qemu/linux-user/
H A Dsyscall.c9094 int hlen, hoff, toff; in do_getdents() local
9119 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents()
9125 struct target_dirent *tde = tdirp + toff; in do_getdents()
9134 if (toff + treclen > count) { in do_getdents()
9141 if (toff == 0) { in do_getdents()
9142 toff = -TARGET_EINVAL; /* result buffer is too small */ in do_getdents()
9171 unlock_user(tdirp, arg2, toff); in do_getdents()
9172 return toff; in do_getdents()
9181 int hlen, hoff, toff; in do_getdents64() local
9200 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents64()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h7528 minutes toff = not_a_offset;
7541 toff = hours{std::abs(tH)};
7552 toff += minutes{tM};
7561 toff = hours{std::abs(tH)};
7573 toff += minutes{tM};
7579 toff = -toff;
7580 checked_set(temp_offset, toff, not_a_offset, is);