OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsbuf
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c
62
struct pipe_resource **
fsbuf
= &r->fs_const_buffer;
local
67
if (*
fsbuf
)
68
pipe_resource_reference(
fsbuf
, NULL);
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c
390
struct pipe_resource **
fsbuf
= &r->fs_const_buffer;
local
395
if (*
fsbuf
)
396
pipe_resource_reference(
fsbuf
, NULL);
/external/e2fsprogs/misc/
e4defrag.c
325
struct statfs64
fsbuf
;
local
334
if (statfs64(file_path, &
fsbuf
) < 0) {
340
if (
fsbuf
.f_type != EXT4_SUPER_MAGIC) {
516
struct statfs64
fsbuf
;
local
518
if (fstatfs64(fd, &
fsbuf
) < 0) {
529
free_blk_count =
fsbuf
.f_bfree;
531
free_blk_count =
fsbuf
.f_bavail;
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
ar.c
1367
struct stat
fsbuf
, asbuf;
local
[
all
...]
Completed in 128 milliseconds