Home
last modified time | relevance | path

Searched refs:offp (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dubi.c319 loff_t offp = 0; in ubi_volume_read() local
334 if (offp == vol->used_bytes) in ubi_volume_read()
346 if (offp + size > vol->used_bytes) in ubi_volume_read()
347 size = vol->used_bytes - offp; in ubi_volume_read()
359 tmp = offp; in ubi_volume_read()
380 offp += len; in ubi_volume_read()
/openbmc/qemu/linux-user/
H A Dsyscall.c12171 off_t *offp = NULL; in _syscall2() local
12178 offp = &off; in _syscall2()
12180 ret = get_errno(sendfile(arg1, arg2, offp, arg4)); in _syscall2()
12193 off_t *offp = NULL; in _syscall2() local
12200 offp = &off; in _syscall2()
12202 ret = get_errno(sendfile(arg1, arg2, offp, arg4)); in _syscall2()