OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf64
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
325
struct stat64
buf64
;
326
int res = internal_syscall(SYSCALL(stat64), path, &
buf64
);
327
stat64_to_stat(&
buf64
, (struct stat *)buf);
350
struct stat64
buf64
;
351
int res = internal_syscall(SYSCALL(lstat64), path, &
buf64
);
352
stat64_to_stat(&
buf64
, (struct stat *)buf);
370
struct stat64
buf64
;
371
int res = internal_syscall(SYSCALL(fstat64), fd, &
buf64
);
372
stat64_to_stat(&
buf64
, (struct stat *)buf);
/src/sys/compat/netbsd32/
netbsd32_drm.c
371
struct drm_buf_desc
buf64
;
local in function:compat_drm_addbufs
378
buf64
.agp_start = (unsigned long)NETBSD32PTR64(buf32.agp_start);
380
error = drm_ioctl(file, DRM_IOCTL_ADD_BUFS, &
buf64
);
385
NETBSD32PTR32(buf32.agp_start, (void *)
buf64
.agp_start);
Completed in 30 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025