OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_high
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_pages.c
1174
u64
offset_high
= (max - num) * max_page_size;
local
1198
err = __igt_write_huge(ce, obj, size,
offset_high
,
1204
"%s timed out on %s, offset_low=%llx
offset_high
=%llx, max_page_size=%x\n",
1205
__func__, ce->engine->name, offset_low,
offset_high
,
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h
943
#define __sanitizer_syscall_pre_llseek(fd,
offset_high
, offset_low, result, \
945
__sanitizer_syscall_pre_impl_llseek((long)(fd), (long)(
offset_high
), \
948
#define __sanitizer_syscall_post_llseek(res, fd,
offset_high
, offset_low, \
950
__sanitizer_syscall_post_impl_llseek(res, (long)(fd), (long)(
offset_high
), \
2530
void __sanitizer_syscall_pre_impl_llseek(long fd, long
offset_high
,
2533
void __sanitizer_syscall_post_impl_llseek(long res, long fd, long
offset_high
,
/src/sys/dev/pci/
if_iwnreg.h
1101
int16_t
offset_high
;
member in struct:iwn2000_phy_calib_temp_offset
if_iwn.c
5480
cmd.
offset_high
= htole16(sc->eeprom_temp);
5483
cmd.
offset_high
= htole16(IWN_DEFAULT_TEMP_OFFSET);
5487
le16toh(cmd.offset_low), le16toh(cmd.
offset_high
),
/src/sys/fs/udf/
udf_subr.c
2734
uint32_t
offset_high
;
local
2738
offset_high
= offset + size;
2739
if (
offset_high
>= ump->vat_table_alloc_len) {
2751
ump->vat_table_len = MAX(ump->vat_table_len,
offset_high
);
Completed in 33 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026