Searched refs:stfs (Results 1 - 10 of 10) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | switch_root.c | 48 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 D | mount03.c | 212 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 D | ppc-darwin.S | 269 stfs f1,0(r30)
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 169 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 D | disasm-ppc.cc | 1824 Format(instr, "stfs 'Dt, 'int16('ra)"); in InstructionDecode()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1051 void stfs(const DoubleRegister frs, const MemOperand& src);
|
H A D | macro-assembler-ppc.cc | 2695 stfs(src, MemOperand(sp, 0)); in CallRecordWriteStub() 3241 V(StoreF32, DoubleRegister, stfs, stfsx) \ in CallRecordWriteStub()
|
H A D | constants-ppc.h | 1869 V(stfs, STFS, 0xD0000000) \
|
H A D | assembler-ppc.cc | 1712 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 D | code-generator-ppc.cc | 2021 ASSEMBLE_STORE_FLOAT(stfs, stfsx); in AssembleArchInstruction()
|
Completed in 31 milliseconds