| /freebsd/sys/dev/ips/ |
| H A D | ips_ioctl.c | 38 if(ioctl_cmd->readwrite & IPS_IOCTL_READ){ in ips_ioctl_finish() 41 } else if(ioctl_cmd->readwrite & IPS_IOCTL_WRITE){ in ips_ioctl_finish() 63 if(ioctl_cmd->readwrite & IPS_IOCTL_WRITE){ in ips_ioctl_callback() 66 } else if(ioctl_cmd->readwrite & IPS_IOCTL_READ){ in ips_ioctl_callback() 161 ioctl_cmd->readwrite = IPS_IOCTL_READ | IPS_IOCTL_WRITE; in ips_ioctl_request()
|
| H A D | ips_ioctl.h | 60 int readwrite; member
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fast-param-find.md | 34 'access' => 'readwrite', 49 'access' => 'readwrite', 57 'access' => 'readwrite', 65 'access' => 'readwrite', 73 'access' => 'readwrite', 80 'access' => 'readwrite', 118 - "access" is readwrite, readonly or writeonly. This determines if the
|
| /freebsd/contrib/netcat/ |
| H A D | netcat.c | 126 void readwrite(int); 470 readwrite(s); in main() 495 readwrite(s); in main() 509 readwrite(connfd); in main() 527 readwrite(s); in main() 585 readwrite(s); in main() 854 readwrite(int net_fd) in readwrite() function
|
| /freebsd/crypto/openssh/regress/ |
| H A D | netcat.c | 130 void readwrite(int); 398 readwrite(s); in main() 423 readwrite(s); in main() 435 readwrite(connfd); in main() 453 readwrite(s); in main() 511 readwrite(s); in main() 782 readwrite(int net_fd) in readwrite() function
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/ |
| H A D | sequential_readwrite.fio | 25 rw=readwrite
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_stress/ |
| H A D | zvol_stress.ksh | 103 --iodepth=10 --readwrite=randwrite --size=${zvol_write_size} \
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 144 fs::mapped_file_region::readwrite, Size, 0, EC); in createOnDiskBuffer()
|
| H A D | MemoryBuffer.cpp | 202 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 874 case readwrite: 894 case readwrite: 970 if (Mode == mapmode::readwrite) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 1270 readwrite, ///< May access map via data and modify it. Written to path. enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 661 KEYWORD(readwrite); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 960 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|" 970 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
|
| H A D | DiagnosticSemaKinds.td | 1177 "'readwrite' of property inherited from %1">, 1459 "%0 because it is 'readwrite' but it will be synthesized 'readonly' " 1489 " (attribute must be 'readwrite', while its primary must be 'readonly')">; 1494 "illegal redeclaration of 'readwrite' property in class extension %0" 1495 " (perhaps you intended this to be a 'readwrite' redeclaration of a " 1588 "property should be changed to be readwrite">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1254 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 834 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 752 def objcmt_migrate_readwrite_property : Flag<["-"], "objcmt-migrate-readwrite-property">, 754 HelpText<"Enable migration to modern ObjC readwrite property">,
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 4680 - in unbound-anchor, use readwrite memory BIO.
|