OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stfs
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
osdep.c
110
struct statvfs
stfs
;
local
112
struct statfs
stfs
;
local
120
if (statvfs(tmpdir, &
stfs
) == 0) {
123
if (statfs(tmpdir, &
stfs
) == 0) {
128
free_space = (int64_t)
stfs
.f_bavail *
stfs
.f_bsize;
/external/libffi/src/ia64/
unix.S
165
stfs
[in1] = f8
205
stfs
[in1] = f8, 8
206
(p6)
stfs
[r16] = f9, 8
210
(p7)
stfs
[in1] = f10, 8
211
(p8)
stfs
[r16] = f11, 8
215
(p9)
stfs
[in1] = f12, 8
216
(p10)
stfs
[r16] = f13, 8
220
(p6)
stfs
[in1] = f14
221
(p7)
stfs
[r16] = f15
/external/libffi/src/powerpc/
aix.S
207
stfs
f1,0(r30)
darwin.S
173
stfs
f1,0(r30)
linux64.S
135
stfs
%f1, 0(%r30)
sysv.S
135
stfs
%f1,0(%r30)
Completed in 39 milliseconds