/openbmc/u-boot/cmd/ |
H A D | net.c | 346 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/common/ |
H A D | fdt_support.c | 1703 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/board/BuR/brxre1/ |
H A D | board.c | 181 const unsigned int toff = 1000; in board_late_init() local 211 mdelay(toff); in board_late_init()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kcmp.h | 25 __u32 toff; /* target offset within same numbered sequence */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | kcmp.h | 25 __u32 toff; /* target offset within same numbered sequence */ member
|
/openbmc/linux/include/linux/ |
H A D | eventpoll.h | 22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
|
/openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
H A D | ata.h | 15 u8 toff; /* 0x00 */ member
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | aia_device.c | 601 u32 g, toff, iid = msi->data; in kvm_riscv_aia_inject_msi() local 621 toff = target & (IMSIC_MMIO_PAGE_SZ - 1); in kvm_riscv_aia_inject_msi() 623 toff, iid); in kvm_riscv_aia_inject_msi()
|
/openbmc/linux/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 144 .toff = 0, in main()
|
/openbmc/linux/drivers/leds/rgb/ |
H A D | leds-mt6370-rgb.c | 275 unsigned int toff) in mt6370_set_led_duty() argument 282 ratio = ton * divisor / (ton + toff); in mt6370_set_led_duty() 303 unsigned int toff) in mt6370_set_led_freq() argument 310 tsum = ton + toff; in mt6370_set_led_freq()
|
/openbmc/linux/include/linux/power/ |
H A D | max17042_battery.h | 196 u16 toff; /* 0x2D */ member
|
/openbmc/linux/kernel/ |
H A D | kcmp.c | 117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 1066 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument 1074 if (toff == 0) in ep_find_tfd() 1077 toff--; in ep_find_tfd() 1086 unsigned long toff) in get_epoll_tfile_raw_ptr() argument 1098 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
|
/openbmc/linux/net/sched/ |
H A D | cls_u32.c | 161 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local 164 if (skb_headroom(skb) + toff > INT_MAX) in u32_classify() 167 data = skb_header_pointer(skb, toff, 4, &hdata); in u32_classify()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 8772 int hlen, hoff, toff; in do_getdents() local 8797 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents() 8803 struct target_dirent *tde = tdirp + toff; in do_getdents() 8812 if (toff + treclen > count) { in do_getdents() 8819 if (toff == 0) { in do_getdents() 8820 toff = -TARGET_EINVAL; /* result buffer is too small */ in do_getdents() 8849 unlock_user(tdirp, arg2, toff); in do_getdents() 8850 return toff; in do_getdents() 8859 int hlen, hoff, toff; in do_getdents64() local 8878 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents64() [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/extern/ |
H A D | date.h | 7528 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);
|
/openbmc/linux/drivers/power/supply/ |
H A D | max17042_battery.c | 746 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
|
/openbmc/linux/fs/ocfs2/ |
H A D | dir.c | 122 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_skip_dir_trailer() local 127 if (offset != toff) in ocfs2_skip_dir_trailer()
|