OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos1
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs600.c
76
u32
pos1
, pos2;
local
78
pos1
= RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]);
81
if (
pos1
!= pos2)
radeon_evergreen.c
1366
u32
pos1
, pos2;
local
1368
pos1
= RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]);
1371
if (
pos1
!= pos2)
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h
988
#define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0,
pos1
) \
990
(long)(pos0), (long)(
pos1
))
991
#define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0,
pos1
) \
994
(long)(
pos1
))
995
#define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0,
pos1
) \
997
(long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(
pos1
))
998
#define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0,
pos1
) \
1000
res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(
pos1
))
2560
long pos0, long
pos1
);
2562
long count, long pos0, long
pos1
);
[
all
...]
/src/sys/fs/udf/
udf_allocation.c
367
uint32_t *
pos1
, *pos2;
local
393
pos1
= &lvid->tables[0] + vpart;
395
if (udf_rw32(*
pos1
) != (uint32_t) -1) {
396
*freeblks += udf_rw32(*
pos1
);
417
uint32_t *
pos1
;
local
439
pos1
= &lvid->tables[0] + vpart_num;
440
if (udf_rw32(*
pos1
) != (uint32_t) -1)
441
*freeblks += udf_rw32(*
pos1
);
Completed in 32 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026