Home
last modified time | relevance | path

Searched refs:stfs (Results 1 – 12 of 12) sorted by relevance

/third_party/toybox/toys/other/
Dswitch_root.c48 struct statfs stfs; in switch_root_main() local
54 if (statfs("/", &stfs) || in switch_root_main()
55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c212 struct statfs stfs; in run() local
224 SAFE_STATFS(MNTPOINT, &stfs); in run()
226 if (stfs.f_flags & (MS_NOATIME | MS_RELATIME)) in run()
234 if (stfs.f_flags & tc->flag2) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt128 stfs f1, -16(r1)
131 stfs f0, -32(r1)
DPPCInstrInfo.td2136 "stfs $rS, $dst", IIC_LdStSTFD,
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
Dppc-darwin.S269 stfs f1,0(r30)
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c169 struct statfs stfs; member
855 if (err == EIO && opt.stfs.f_type == 0x517b)
2311 if (fstatfs(fd_out, &opt.stfs) == -1)
2315 fs_type = opt.stfs.f_type;
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.h1051 void stfs(const DoubleRegister frs, const MemOperand& src);
Dmacro-assembler-ppc.cc2695 stfs(src, MemOperand(sp, 0)); in CallRecordWriteStub()
3241 V(StoreF32, DoubleRegister, stfs, stfsx) \ in CallRecordWriteStub()
Dconstants-ppc.h1869 V(stfs, STFS, 0xD0000000) \
Dassembler-ppc.cc1712 void Assembler::stfs(const DoubleRegister frs, const MemOperand& src) { in stfs() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc2021 ASSEMBLE_STORE_FLOAT(stfs, stfsx); in AssembleArchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmMatcher.inc4336 "stfdx\006stfiwx\004stfs\005stfsu\006stfsux\005stfsx\003sth\006sthbrx\006"
6335 …{ 9513 /* stfs */, PPC::STFS, Convert__RegF4RC1_0__DispRI1_1__RegGxRCNoR01_2, AMFBS_None, { MCK_Re…