Home
last modified time | relevance | path

Searched refs:stfs (Results 1 - 10 of 10) sorted by relevance

/third_party/toybox/toys/other/
H A 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/
H A 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/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin.S269 stfs f1,0(r30)
/third_party/ntfs-3g/ntfsprogs/
H A 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/diagnostics/ppc/
H A Ddisasm-ppc.cc1824 Format(instr, "stfs 'Dt, 'int16('ra)"); in InstructionDecode()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1051 void stfs(const DoubleRegister frs, const MemOperand& src);
H A Dmacro-assembler-ppc.cc2695 stfs(src, MemOperand(sp, 0)); in CallRecordWriteStub()
3241 V(StoreF32, DoubleRegister, stfs, stfsx) \ in CallRecordWriteStub()
H A Dconstants-ppc.h1869 V(stfs, STFS, 0xD0000000) \
H A 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/
H A Dcode-generator-ppc.cc2021 ASSEMBLE_STORE_FLOAT(stfs, stfsx); in AssembleArchInstruction()

Completed in 31 milliseconds