Home
last modified time | relevance | path

Searched refs:can_write (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/nand/
H A Dnand_generic.c293 can_write(device_t nandbus) in can_write() function
543 if (!can_write(nandbus)) in generic_program_page()
583 if (!can_write(nandbus)) in generic_program_page_intlv()
624 if (!can_write(nandbus)) in generic_program_oob()
683 if (!can_write(nandbus)) in generic_erase_block()
717 if (!can_write(nandbus)) in generic_erase_block_intlv()
882 if (!can_write(nandbus)) in small_program_page()
926 if (!can_write(nandbus)) in small_program_oob()
1156 if (!can_write(nandbus))
1199 if (!can_write(nandbus))
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DCompilation.cpp114 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/freebsd-12.1/sys/cam/
H A Dcam_iosched.c733 bool can_write = wbp != NULL && in cam_iosched_has_io() local
738 …printf("can write %d: pending_writes %d max_writes %d\n", can_write, isc->write_stats.pending, isc… in cam_iosched_has_io()
742 return can_read || can_write; in cam_iosched_has_io()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h483 inline bool can_write(const Twine &Path) { in can_write() function
/freebsd-12.1/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1997 void can_write(int tx) { in can_write() function
2623 can_write(wifd);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp742 if (!llvm::sys::fs::can_write(OutputPath)) { in createOutputFile()