OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uf
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_flags.cc
80
__ubsan::Flags *
uf
= __ubsan::flags();
local
81
uf
->SetDefaults();
84
__ubsan::RegisterUbsanFlags(&ubsan_parser,
uf
);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_flags.cc
87
__ubsan::Flags *
uf
= __ubsan::flags();
local
88
uf
->SetDefaults();
91
__ubsan::RegisterUbsanFlags(&ubsan_parser,
uf
);
/src/common/dist/zlib/contrib/minizip/
miniunz.c
231
static int do_list(unzFile
uf
) {
236
err = unzGetGlobalInfo64(
uf
,&gi);
248
err = unzGetCurrentFileInfo64(
uf
,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
294
err = unzGoToNextFile(
uf
);
307
static int do_extract_currentfile(unzFile
uf
, const int* popt_extract_without_path, int* popt_overwrite, const char* password) {
317
err = unzGetCurrentFileInfo64(
uf
,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
373
err = unzOpenCurrentFilePassword(
uf
,password);
438
err = unzReadCurrentFile(
uf
,buf,size_buf);
463
err = unzCloseCurrentFile (
uf
);
470
unzCloseCurrentFile(
uf
); /* don't lose the error *
537
unzFile
uf
=NULL;
local
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc
163
__ubsan::Flags *
uf
= __ubsan::flags();
local
164
uf
->SetDefaults();
167
__ubsan::RegisterUbsanFlags(&ubsan_parser,
uf
);
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cs.c
652
struct amdgpu_bo *
uf
= ttm_to_amdgpu_bo(p->uf_entry.tv.bo);
local
654
r = amdgpu_ttm_alloc_gart(&
uf
->tbo);
655
p->job->uf_addr += amdgpu_bo_gpu_offset(
uf
);
721
struct amdgpu_bo *
uf
= ttm_to_amdgpu_bo(parser->uf_entry.tv.bo);
local
723
amdgpu_bo_unref(&
uf
);
/src/usr.bin/rpcinfo/
rpcinfo.c
603
char *
uf
;
local
614
if (!(uaddr =
uf
= taddr2uaddr(nconf, who))) {
618
if (
uf
)
619
free(
uf
);
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026